wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Gr5: Assessment: Algorithm To Coding

Total questions: 15

Worksheet time: 15mins

Name
Class
Date
1.

1 point


The correct script for:

A regular polygons has 3 sides equal to 50, all the angles are equal to 60

a)
b)
c)
2.

1 point


The loop helps you repeat a set of instructions several times:

a)

True

b)

False

3.

1 point


The result of this algorithm:


Put the pen in writing position.

Repeat 8 times

Move 50 steps forward

Turn to right 45 degrees

a)
b)
4.

1 point


To draw a regular polygon in Scratch:

The side length is equal to:

a)

move........ steps

b)

repeat........ times

5.

1 point


Nested loop:

a)
b)
6.

1 point


The computer reads the instructions from top to bottom:

a)

True

b)

False

7.

1 point


To draw a regular polygon in Scratch:

The rotation angle is equal to:

a)

polygon's angles

b)

360/ number of sides

8.

1 point


repeat

a)

5

b)

3

c)

6

d)

10

9.

1 point


Fill the missing element to draw the shape

(a)  

10.

1 point


To draw a regular polygon in Scratch:

The number of sides is equal to:

a)

move....... steps

b)

repeat....... times

11.

1 point


Fill the missing element to draw the shape

(a)  

12.

1 point


The result of this Script is:

a)
b)
13.

1 point


Th rotation angle is

a)

90

b)

45

14.

1 point


Complete the next algorithm to draw a square 10 times:


repeat.......times

put pen in writing position

repeat 4 times

move 50 steps

turn to the right ........degrees

turn to thee right 36 degrees

a)

repeat 4 times

b)

repeat 10 times

c)

turn to the right 90 degrees

d)

turn to the right 45 degrees

15.

1 point


Fill the missing element in the script to draw the shape:

(a)