Term
|
Definition
Is close to writing machine instructions using binary language. Hard for humans to understand.
[image]
|
|
|
Term
|
Definition
Language that uses English like words and easier for humans to understand.
[image] |
|
|
Term
|
Definition
converts the whole code at a time
|
|
|
Term
|
Definition
converts the code line by line |
|
|
Term
|
Definition
A tool that find errors and bugs in a program code.
|
|
|
Term
|
Definition
A spelling and grammar error in a code. |
|
|
Term
|
Definition
It is an error that occurs while using a program |
|
|
Term
|
Definition
An error in the program that doesn’t do what you wanted to do. You don’t get the results that were expected. |
|
|
Term
|
Definition
Code created by the programmer in high level language. |
|
|
Term
|
Definition
Code created by a computer in a low level language. |
|
|
Term
|
Definition
memory space that holds a value that may change
[image] |
|
|
Term
|
Definition
memory space that holds a value that cannot change
[image] |
|
|
Term
|
Definition
symbol used to assign the value on the right to the variable on the left
[image] |
|
|
Term
|
Definition
classification of data according to special characteristics. |
|
|
Term
|
Definition
a whole number can be positive, negative or zero
[image] |
|
|
Term
|
Definition
value with a decimal portion that may be positive or negative.
[image] |
|
|
Term
|
Definition
a symbol keystroke, any letter, digit, symbol.
[image] |
|
|
Term
|
Definition
data type that can hold one of two possible values true or false.
[image]
|
|
|
Term
|
Definition
any text including numbers that are not using calculations
[image]
|
|
|
Term
|
Definition
a way that a user communicates with the computer.
|
|
|
Term
|
Definition
a way that the computer communicates with the user. |
|
|
Term
|
Definition
set of instructions designed to perform a specific task in a finite amount of time.
[image] |
|
|
Term
|
Definition
a graphic representation of an algorithm using special symbols. |
|
|
Term
|
Definition
instructions written in the natural language of the programmer. |
|
|