Data Types Flashcards

1
Q

List all of the Datatypes (7)

A
  1. Character Data
  2. String Data
  3. Integer Data
  4. Real Numbers
  5. Boolean
  6. Date and Time
  7. Binary Data
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Describe Character Data

A

Holds one Character E.g. H

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

Describe String Data

A

Holds Multiple Characters E.g. BIRD

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

Describe Integer Data

A

Holds Whole Numbers - as integers

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

Describe Real numbers

A

Holds decimals - as Double and Single

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

Describe Boolean

A

True or False

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

Describe Date and Time

A

Holds dates and time

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

Binary Data

A

Holds large data such as movies and photos

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

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