Programming- Handling Data- Comparisons Flashcards
1
Q
Assignment
A
Sets or resets the value stored in the storage location
denoted by a variable name.
2
Q
Binary
A
Base 2 arithmetic system using just 1s and 0s to store
values.
3
Q
Comparison
A
Two data items are compared to produce a logical, TRUE or FALSE, output.
4
Q
Expression
A
A combination of values, variables, operators and
functions that are evaluated according to the rules of the language.
5
Q
Variable
A
Name used to identify a value in memory that can
change during the execution of the program.