When you store data in a program, it is stored in a what?
Loop
If statement
Variable
Whole numbers are stored using what data type?
String
Integer
Graphical objects
Text is stored using what data type?
Images can be stored in a program as?
By using different data types to store data in our programs it means the programming language can do what?
Check your code is going to work
Check that the right sort of data has been entered
Run your program faster
Which of the following pieces of data would be stored as an integer?
-872
23.45
I like programming more than I like ice-cream!
Which of the following pieces of data would be stored as string?
What data type would you use if you were going to store a person's age in a program and then use it to calculate how many years it is until they were 100 years old?
Graphical objects store details about what kind of objects?
Pictures or images
What kind of data type has been used in the code below?
SEND “Please enter your mark” TO DISPLAY
RECEIVE student_mark FROM (INTEGER) KEYBOARD
Graphical object