Programming Basics - Data Types Flashcards
1
Q
What is an integer?
A
Whole Number
2
Q
What is a real (or float)?
A
Numbers that have a decimal part
3
Q
What is a boolean?
A
One of two values, TRUE or FALSE
4
Q
What is a character?
A
A single letter number or symbol
5
Q
What is a string?
A
A collection of characters
6
Q
What is casting used to do?
A
Change the data type