Implementation (data types and structures) Flashcards

1
Q

Character data type

A

used in a program to store a single character.

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

String data type

A

used in a program to store a sequence of characters.

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

Integer data type

A

used in a program to store a whole number

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

Real number data type

A

used in a program to store a decimal number

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

Boolean data type

A

used in a program to store a value which can be either True or False.

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

1-D array data structure

A

Used in a program to store a collection of data objects of the same type

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