Data Types Flashcards
1
Q
List all of the Datatypes (7)
A
- Character Data
- String Data
- Integer Data
- Real Numbers
- Boolean
- Date and Time
- Binary Data
2
Q
Describe Character Data
A
Holds one Character E.g. H
3
Q
Describe String Data
A
Holds Multiple Characters E.g. BIRD
4
Q
Describe Integer Data
A
Holds Whole Numbers - as integers
5
Q
Describe Real numbers
A
Holds decimals - as Double and Single
6
Q
Describe Boolean
A
True or False
7
Q
Describe Date and Time
A
Holds dates and time
8
Q
Binary Data
A
Holds large data such as movies and photos
9
Q
What is Object Oriented Programming?
A
Objects / Variables hold data. It involes manipulation of the data mostly through changing values of varibales. It is basically using variables to store data