Implementation (data types and structures) Flashcards
1
Q
Character data type
A
used in a program to store a single character.
2
Q
String data type
A
used in a program to store a sequence of characters.
3
Q
Integer data type
A
used in a program to store a whole number
4
Q
Real number data type
A
used in a program to store a decimal number
5
Q
Boolean data type
A
used in a program to store a value which can be either True or False.
6
Q
1-D array data structure
A
Used in a program to store a collection of data objects of the same type