wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

G4 DT Revision Week 3 & 4 Term 3

Total questions: 20

Worksheet time: 10mins

Name
Class
Date
1.

Input is Information that a computer receives (or gets)

a)

True

b)

False

2.

Output is Information that a computer sends

a)

True

b)

False

3.

Input is Information that a computer receives (or gets)

a)

True

b)

False

4.

Select input devices from following :

a)
b)
c)
d)
e)
5.

Select output devices from following :

a)
b)
c)
d)
e)
6.

When we press button A it shows 2020 and it shows UAE when press button B.

a)

True

b)

False

7.

A place that holds information

a)

Variable

b)

Data

c)

Loop

8.

A collection of information

a)

Variable

b)

Data

c)

Loop

9.

A variable stores data in computer programming

a)

True

b)

False

10.

variable is called ‘variable’ because the data can change.

a)

True

b)

False

11.

The variables in this code are

a)

age

b)

grade

c)

age and grade

12.

The value of the age variable is:

a)

8

b)

4

c)

6

13.

Used to repeat program commands over and over again

a)

Variable

b)

Data

c)

Loop

14.

Identify the type of loop from the image below:

a)

repeat loop

b)

while loop

c)

for loop

15.

How many times will the below loop repeat the code?

a)

3

b)

4

c)

5

16.

What does 'index' refer to in the loop below?

a)

starting point

b)

variable

c)

end point

17.

All programming languages use loops

a)

True

b)

False

18.

A while loop is used to repeat the code until it reaches the count.

a)

True

b)

False

19.

Loops help make the program longer by writing repeated code inside the loop.

a)

True

b)

False

20.

A loop repeats code until a condition is reached.

a)

True

b)

False