Font size
WorksheetsGr5: Assessment: Algorithm To Coding
Total questions: 15
Worksheet time: 15mins
1 point
The correct script for:
A regular polygons has 3 sides equal to 50, all the angles are equal to 60
1 point
The loop helps you repeat a set of instructions several times:
True
False
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
1 point
To draw a regular polygon in Scratch:
The side length is equal to:
move........ steps
repeat........ times
1 point
Nested loop:
1 point
The computer reads the instructions from top to bottom:
True
False
1 point
To draw a regular polygon in Scratch:
The rotation angle is equal to:
polygon's angles
360/ number of sides
1 point
repeat
5
3
6
10
1 point
Fill the missing element to draw the shape
(a)
1 point
To draw a regular polygon in Scratch:
The number of sides is equal to:
move....... steps
repeat....... times
1 point
Fill the missing element to draw the shape
(a)
1 point
The result of this Script is:
1 point
Th rotation angle is
90
45
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
repeat 4 times
repeat 10 times
turn to the right 90 degrees
turn to the right 45 degrees
1 point
Fill the missing element in the script to draw the shape:
(a)
