wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Year 7 Reading algorithms

Total questions: 20

Worksheet time: 25mins

Name
Class
Date
1.

What is the missing coordinate?

a)

plus plus

b)

minus minus

c)

plus minus

d)

minus plus

2.

What is the sum of this code?

a)

4

b)

5

c)

6

d)

10

3.

What is the sum of this code?

a)

12

b)

8

c)

6

d)

10

4.

What is the sum of this code?

a)

8

b)

6

c)

3

d)

4

5.

What is the sum of variable number 3?

a)

2

b)

50

c)

20

d)

8

6.

What shape will this code draw?

a)

Circle

b)

Square

c)

Hexagon

d)

Octagon

7.

What shape will this code draw?

a)

Square

b)

Triangle

c)

Rectangle

d)

Rhombus

8.

What shape will this code draw?

a)

Hexagon

b)

Rectangle

c)

Triangle

d)

Square

9.

What are present here?

a)

An input, selection, operator and output

b)

A process, decision and input

c)

An input, process and output

d)

A variable, output and process

10.

What will happen to the sprite when it has 3 lives?

a)

It will move 100 to the left

b)

It will move 100 to the right

c)

It will die

d)

The backdrop will change

11.

If the input here is 30, what is the answer in Fahrenheit?

a)

66

b)

88

c)

75

d)

90

12.

If green touches red what direction does the sprite move?

a)

Left

b)

Right

c)

It doesn't move

d)

Downwards

13.

What happens here?

a)

sprite moves for 5 seconds and stops

b)

sprite always moves 30 degrees and draws a line every 5 seconds

c)

Sprite always moves at 30 degree and constantly draws a line

d)

sprite moves 30 degrees every 5 seconds and draws a line

14.

What command would be best used to drop sprites from the sky at different positions

a)

Pick random

b)

Goto

c)

change x

d)

glide

15.

Which lines use a process here?

a)

1+2

b)

5+6

c)

2+3

d)

3+4

16.

Where is the variable here?

a)

Line 1

b)

Line 2

c)

Line 3

d)

Line 4

e)

Line 5

17.

Where is the selection code in this program?

a)

Line 1

b)

Line 3

c)

Line 4

d)

Line 5

18.

Where is the output in this code?

a)

line 6/7

b)

line 1/2

c)

line 3/4

19.

Which row is the operator on in this code?

a)

Line 2

b)

Line 4

c)

Line 5

d)

Line 1

20.

What will happen here?

a)

It will count to 50 and stop

b)

It will get to 51 and stop

c)

It will get to 1 and stop

d)

The program will not run