Programming Basics - Data Types Flashcards

1
Q

What is an integer?

A

Whole Number

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

What is a real (or float)?

A

Numbers that have a decimal part

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

What is a boolean?

A

One of two values, TRUE or FALSE

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

What is a character?

A

A single letter number or symbol

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

What is a string?

A

A collection of characters

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

What is casting used to do?

A

Change the data type

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