A line of executable code
Una línea de código ejecutable
Statement / Instrucción
The kind of values that a variable can have; number or string
El tipo de valores que puede tener una variable; número o cadena
Variable Type / Tipo de Variable
Allows an algorithm to make decisions based on certain conditions; involves choosing between different paths
Permite que un algoritmo tome decisiones basándose en ciertas condiciones; implica elegir entre diferentes caminos
Selection / Selección
A mistake in the algorithm that causes it to behave incorrectly
Un error en el algoritmo que provoca un comportamiento incorrecto
Logic Error / Error Lógico
Which Voc. Word is shown below:

Iteration
Used to script math equations and string handling
Se utilizan para escribir ecuaciones matemáticas y manejar cadenas
Operators / Operadores
A high-level textual algorithm written in informative text that mimics a programming language but cannot be executed by a computer
Un algoritmo textual de alto nivel escrito en texto informativo que imita un lenguaje de programación, pero no puede ser ejecutado por una computadora.
Pseudocode / Pseudocódigo
AND, OR: operators that can be used to combine logical expressions;
NOT: operator used to indicate the opposite of a logical expression
Boolean Operators
Values that are passed into a procedure as input
Valores que se pasan a un procedimiento como entrada
Parameters / Parámetros
Which Voc. Word is shown below:

Boolean Operators
An abstraction inside a program that can hold a value
Una abstracción dentro de un programa que puede contener un valor
Variable
A software program that translates a programming language to machine language so a computer can understand
Un programa de software que traduce un lenguaje de programación a lenguaje máquina para que una computadora pueda comprenderlo.
Compiler / Compilador
Execution of an algorithm or program, step by step, from top to bottom, where one line of code finishes before the one below it begins.
Sequential
The fundamental program structure that repeats an algorithm for a purpose - either a set number of times or until a condition is met.
Iteration
Which Voc. Word is shown below:

Selection