Programming- Handling Data- Data Types Flashcards

1
Q

Bit

A

A Binary digit, ‘0’ or ‘1’.

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

Boolean

A

Variables that store just two values, e.g. TRUE or FALSE.

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

Byte

A

A group of binary (‘0’ or ‘1’) digits, usually 8 bits.

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

Character

A

Data type that stores a single character.

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

Constant

A

Name used to identify a value in memory that does not

change during the execution of the program.

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

DIV

A

An arithmetic operator that returns the quotient after

division.

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

Integer

A

Whole number values, positive or negative.

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

MOD

A

An arithmetic operator that returns the remainder after

division.

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

Real

A

Data type that will store decimal (or fractional) values.

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

String

A

Data type used to store a string of characters.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
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