Você está na página 1de 5

DICCIONARIO SPANISH ENGLISH

PROGRAMMING TERMINOLOGY

SPANISH INGLS
Lenguaje de programacin: es un lenguaje Programming language: is a formal language
formal que permiten a una persona disear that allow a person designing different
diferentes procesos que puede ser realizados processes that can be performed by computers.
por computadoras.

Algoritmo: Conjunto ordenado de operaciones Algorithm: Ordered set of systematic measures


sistemticas que permite hacer un clculo y that allows a calculation and find the solution of
hallar la solucin de un tipo de problemas. such problems.

Lenguaje de mquina: es un sistema de Machine language: its a coding system which


cdigos que es traducido por un circuito is translated by a microprogrammable circuit
microprogramable tal como un microprocesador such as a microprocessor or a microcontroller
de computadora o microcontrolador. computer.

Lenguaje de bajo nivel (ensamblador): Es un Low-level language (assembler): is a set of


conjunto de instrucciones que pueden instructions that can directly manipulate the
manipular directamente el hardware del computer hardware.
computador.

Lenguaje de alto nivel: es un conjunto de High-level language: a set of instructions to


instrucciones que permiten crear algoritmos que create algorithms that are understood by people
sean entendidos por las personas para to communicate with the computer and provide
comunicarse con el computador y brindar solutions.
soluciones.

Algoritmos cualitativos: son un conjunto de Qualitative Algorithms: are a set of instructions


instrucciones en forma de palabras que in words that enable build procedures.
permiten construir procedimientos.

Algoritmos cuantitativos: son un conjunto de Quantitative algorithms: are a set of


instruccin en forma numrica que permiten instructions that allow in numerical form
construir procedimientos. construct procedures.

Lenguajes algortmicos grficos: son las Graphics algorithmic languages: are graphical
representaciones grficas que se realizan de un representations are made of a set of steps in an
conjunto de pasos de un algoritmo. algorithm.

Lenguaje no grfico: es la representacin No graphic language: is the descriptive


descriptiva de las operaciones que se hacen en representation of the operations performed on
un algoritmo, es decir, un pseudocdigo. an algorithm, that is, a pseudocode.
Pseudocdigo: es una manera descriptiva que Pseudocode: is a descriptive form used to
se utiliza para expresar ms fcilmente por express more easily through words, what is
medio de palabras, lo que se realiza en un done in an algorithm.
algoritmo.
Definicin del problema: Cuestin que se Defining the problem: Issue Raised for finding
plantea para hallar un dato desconocido a partir an unknown data from other known data, or to
de otros datos conocidos, o para determinar el determine the method to be followed to obtain a
mtodo que hay que seguir para obtener un given result.
resultado dado.
Anlisis del problema: Despus de haber Problem analysis: Having identified, selected
identificado, seleccionado y definido el and defined the problem, identifies the group (s)
problema, el grupo identifica la(s) causa(s) cause (s) principal (s) thereof. In this phase the
principal(es) del mismo. En esta fase el objetivo objective is to analyze the problem and break it
es analizar el problema y dividirlo en sus partes down into its component parts, examining how
componentes, examinando cmo es que van they go together. You need to understand the
juntas. Es necesario comprender el contexto del context of the problem and affect other portions.
problema y como unas partes afectan a otras.

Diseo del algoritmo: es un mtodo especfico Design of the algorithm: is a specific method
para poder crear un modelo matemtico to create a mathematical model fitted to a
ajustado a un problema especfico para specific problem to solve. The design of
resolverlo. El diseo de algoritmos es una teora algorithms is a theory of Operations Research.
de la Investigacin de operaciones.

Codificacin: Se llama codificacin a Coding: Coding is called the transformation of


la transformacin de la formulacin de un formulating a message via rules or regulations or
mensaje a travs de las reglas o normas de un the default language code.
cdigo o lenguaje predeterminado.
Compilacin y ejecucin: un compilador es Compiling and running: a compiler is a
un programa informtico que traduce un computer program that translates a program
programa escrito en un lenguaje de written in a programming language to another
programacin a otro lenguaje de programacin, programming language, generating an
generando un programa equivalente que la equivalent program the machine to be able to
mquina ser capaz de interpretar. interpret.

Ejecucin: es el proceso mediante el cual una Implementation: is the process by which a


computadora lleva a cabo las instrucciones de computer performs the instructions of a
un programa informtico. computer program.

Prueba y depuracin: La fase de pruebas se Testing and Debugging: The testing phase is
realiza de distintas formas tratando de encontrar done in different ways trying to find the most
la mayora de los errores que se encuentran de errors that are inherently in the software.
manera inherente en el software.
Once identified errors in the testing phase, we
Una vez identificado los errores en la fase de proceed to correct them. This phase is called
pruebas, se procede a corregirlos. A esta fase debugging.
se le llama depuracin.

Documentacin: En sentido restringido, Documentation: In restricted sense, science


la documentacin como ciencia documental se documentary documentation as may be
podra definir (a grandes rasgos) como la defined (roughly ) as the science of information
ciencia del procesamiento de informacin, que processing , which provides a compendium of
proporciona un compendio de datos con un fin data for a particular purpose, multidisciplinary
determinado, de mbito multidisciplinar o or interdisciplinary field .
interdisciplinar.
Mantenimiento: Es la modificacin de un Maintenance: Is the modification of a software
producto de software despus de la entrega, product after delivery to correct errors, improve
para corregir errores, mejorar el rendimiento, u performance, or other attributes.
otros atributos.

Tipos de datos: Es un atributo de una parte de Data types: is an attribute of a portion of the
los datos que indica al ordenador (y/o al data that tells the computer (and / or the
programador) algo sobre la clase de datos programmer) something about the kind of data
sobre los que se va a procesar. that was processed.

Expresiones: En programacin, Expressions: In programming, an expression is


una expresin es una combinacin a combination of constants, variables or
de constantes, variables o funciones, que es functions, that is interpreted according to the
interpretada de acuerdo a las normas particular rules of precedence and association
particulares de precedencia y asociacin para for a particular programming language.
un lenguaje de programacin en particular.
Operadores y operandos: Son elementos Operators and operands: These are elements
que relacionan de forma diferente, los that relate differently, the values of one or more
valores de una o ms variables y/o variables and / or constants. Ie operators allow
constantes. Es decir, los operadores nos us to manipulate values .
permiten manipular valores.

Identificadores (variables y constantes): Es Identifiers (variables and constants): A set of


un conjunto de caracteres alfanumricos de alphanumeric characters of any length that
cualquier longitud que sirve para identificar las identifies the program entities (classes,
entidades del programa (clases, funciones, functions, variables, composite types).
variables, tipos compuestos)
One constant: Is that which does not change
Una Constante: Es aqulla que no cambia de during the execution of a program. Shown in the
valor durante la ejecucin de un programa. Se manner described for each category;
representa en la forma descrita para cada
categora; las Variables: Are those that can change its value
during the execution of a program; both are
Variables: Son aqullas que pueden modificar represented by letters and usually numerical
su valor durante la ejecucin de un programa; symbols that are assigned a value.
ambos se representan a travs de letras y
smbolos generalmente numricos a los que se
les asigna un valor.

Tcnicas de diseo de arriba hacia abajo Technical design from top to bottom (top -
(top-down) y de abajo hacia arriba (Bottom- down) and bottom-up (Bottom -up): The top -
up) : El enfoque top-down enfatiza la down approach emphasizes the planning and
planificacin y conocimiento completo del complete knowledge of the system. It is
sistema. Se entiende que la codificacin no understood that the encoding can not begin until
puede comenzar hasta que no se haya it has not reached a sufficient level of detail, at
alcanzado un nivel de detalle suficiente, al least somewhere in the system. This delays the
menos en alguna parte del sistema. Esto evidence of the functional units of the system
retrasa las pruebas de las unidades funcionales until much of the design is complete.
del sistema hasta que gran parte del diseo se
ha completado. Bottom -up emphasizes programming and early
Bottom-up hace nfasis en la programacin y testing, which can begin as soon as the first
pruebas tempranas, que pueden comenzar tan module specified. This approach risks to
pronto se ha especificado el primer mdulo. schedule things without knowing how they will
Este enfoque tiene el riesgo de programar connect to the rest of the system, and this
cosas sin saber cmo se van a conectar al resto connection may not be as easy as it was thought
del sistema, y esta conexin puede no ser tan at first. Code reuse is one of the greatest
fcil como se crey al comienzo. La reutilizacin benefits of bottom- up approach.
del cdigo es uno de los mayores beneficios del
enfoque bottom-up.

Dispositivos de entrada: una serie de datos Input devices: a set of data that is received by
que es recibida por un a system for further processing.
determinado sistema para su posterior
procesamiento.

Dispositivos de salida: Son perifricos que Output devices: Are output peripherals
traducen la salida de una forma en que el translate a way that the user can understand
usuario pueda entender
Unidad central de procesamiento (c.p.u): Es Central Processing Unit (CPU): is the brain of
el cerebro de la computadora, pues es el the computer, it is the coordinator of the
coordinador de la mquina y la parte encargada machine and the party responsible for
de supervisar el funcionamiento de las otras monitoring the operation of the other sections.
secciones.

Unidad de control: Es uno de los tres Control unit: It is one of three main functional
bloques funcionales principales en los que se blocks in which a central processing unit (CPU)
divide una unidad central de is divided Their role is to look for instructions in
procesamiento (CPU) Su funcin es buscar main memory, decode (interpretation) and run,
las instrucciones en la memoria principal, employing the processing unit.
decodificarlas (interpretacin) y ejecutarlas,
empleando para ello la unidad de proceso.

Unidad aritmtico lgica: En computacin, Arithmetic Unit - logic: In computing,


la unidad aritmtico lgica, tambin conocida arithmetic logic unit , also known as ALU (
como ALU (siglas en ingls de arithmetic logic stands for arithmetic logic unit ) is a digital circuit
unit), es un circuito digital que calcula that calculates arithmetic operations ( addition,
operaciones aritmticas (como suma, resta, subtraction , multiplication , etc. ) and logical
multiplicacin, etc.) y operaciones lgicas (si, y, operations ( whether and , or , not), between two
o, no), entre dos nmeros. numbers.

Memoria central (interna): es la memoria de Main memory (internal ): Is the computer


la computadora donde se almacenan memory where both data and programs that the
temporalmente tanto los datos como los central processing unit (CPU ) being processed
programas que la unidad central de or be processed at a given time are temporarily
procesamiento (CPU) est procesando o va a stored
procesar en un determinado momento.
Memoria RAM: RAM son las siglas RAM: RAM stands for random access memory,
de memoria de acceso aleatorio, un tipo de a type of computer memory that can be
memoria de ordenador a la que se puede accessed randomly; ie, it can access any
acceder aleatoriamente; es decir, se puede memory byte without accessing the preceding
acceder a cualquier byte de memoria sin bytes. The RAM is the most common type of
acceder a los bytes precedentes. La memoria memory in computers and other devices such as
RAM es el tipo de memoria ms comn en printers.
ordenadores y otros dispositivos como
impresoras.

Memoria ROM: La memoria ROM, (Memoria Memory ROM: ROM (read- only memory) or
de Lectura) o memoria de slo lectura, es la read-only memory is the memory used to store
memoria que se utiliza para almacenar los programs that start the computer and perform
programas que ponen en marcha el ordenador diagnostics. Most computers have a small
y realizan los diagnsticos. La mayora de los amount of ROM memory (a few thousand bytes).
ordenadores tienen una cantidad pequea de
memoria ROM (algunos miles de bytes).

Memoria auxiliar (externa): Es donde se Auxiliary memory (External): This is where all
almacenan todos los programas o datos que programs or data you want is stored. Storage
el usuario desee. Los dispositivos de devices or auxiliary memories most commonly
almacenamiento o memorias auxiliares ms used are: magnetic disks and magnetic tapes.
comnmente utilizados son: cintas magnticas
y discos magnticos.

Você também pode gostar