Programming- Handling Data- Comparisons Flashcards

1
Q

Assignment

A

Sets or resets the value stored in the storage location

denoted by a variable name.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Binary

A

Base 2 arithmetic system using just 1s and 0s to store

values.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Comparison

A

Two data items are compared to produce a logical, TRUE or FALSE, output.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Expression

A

A combination of values, variables, operators and

functions that are evaluated according to the rules of the language.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Variable

A

Name used to identify a value in memory that can

change during the execution of the program.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly