Why do we identify some standard types?
So that a program can reserve appropriate locations for the data.
What is a variable?
A named location where we can store data.
What is an integer?
Whole number values: positive or negative.
What is a real?
Decimal values.
What is a boolean?
It stores two values: true or false, on or off etc.
What is a string?
Stores a string of characters.
What are declarations?
Things are declared by giving them a name and a type.