Data types and structures test questions

1

When you store data in a program, it is stored in a what?

2

Whole numbers are stored using what data type?

3

Text is stored using what data type?

4

Images can be stored in a program as?

5

By using different data types to store data in our programs it means the programming language can do what?

6

Which of the following pieces of data would be stored as an integer?

7

Which of the following pieces of data would be stored as string?

8

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?

9

Graphical objects store details about what kind of objects?

10

What kind of data type has been used in the code below?

SEND “Please enter your mark” TO DISPLAYRECEIVE student_mark FROM (INTEGER) KEYBOARD