Term
Low Level Language[image] |
|
Definition
Is close to writing machine instructions using binary code. Hard for humans to understand. |
|
|
Term
Hugh Level Language[image] |
|
Definition
Language that uses English light words and is easier for humans to understand. |
|
|
Term
What's the difference between a compiler and and an interpreter?[image] |
|
Definition
Compiler: Translates the entire program at once. Interpreter: Translates a single instruction at a time. |
|
|
Term
|
Definition
Is a software program used to test and find bugs or errors in other programs. |
|
|
Term
|
Definition
Spelling or grammar error in the code. |
|
|
Term
|
Definition
Run-time errors occur while the program is running. |
|
|
Term
|
Definition
When the program doesn´t do what you wanted it to do. |
|
|
Term
|
Definition
Code created by the programmer in high level language. |
|
|
Term
|
Definition
Code created by a computer in a low level language. |
|
|
Term
When is an [image]Object Code created? |
|
Definition
When the source code is compiled. |
|
|
Term
|
Definition
Memory space that holds a value that may change. |
|
|
Term
|
Definition
Memory space that holds a value that can´t change. |
|
|
Term
Assignment Operator[image] |
|
Definition
Symbol used to assign the value on the right to the variable on the left. |
|
|
Term
|
Definition
Classification of data according to special characteristics. |
|
|
Term
|
Definition
A whole number can be positive, negative or zero. |
|
|
Term
|
Definition
Value with a decimal portion that may be positive or negative. |
|
|
Term
|
Definition
|
|
Term
|
Definition
Data type that can hold one of two possible values (true or false). |
|
|
Term
|
Definition
Represents text rather than numbers (numbers that can´t be used in calculations). |
|
|
Term
|
Definition
A way that the user communicates with the computer. |
|
|
Term
|
Definition
A way that the computer communicates with the user. |
|
|
Term
|
Definition
A set of instructions designed to perform a specific task in a finite amount of time. |
|
|
Term
|
Definition
Is a diagrammatic representation of an algorithm using special symbols. |
|
|
Term
|
Definition
Instructions written in the natural language of the programmer. |
|
|