WorksheetsYear 5 Assessment
Total questions: 20
Worksheet time: 14mins
___ is a program structure that repeats commands inside it.
Loop
Continue
Scratch
Script
Random values are predictable.
True
False
________ is a series of instructions that are followed to complete a task or solve a problem.
instructions
algorithms
computers
recipe
An algorithm is a set of __________ followed to complete a task.
values
points
scores
instructions
When you write an algorithm you need to include ________, step-by-step instructions.
precise
multiple
ambiguous
interesting
The options below contain the instructions for making a smoothie: Which one should come first?
Put the lid on the blender.
Add fruit to the blender.
Switch the blender on.
Add milk to the blender.
Let us consider an example of playing a game of dice.
The rules to be followed are not in the correct sequence. Arrange the steps in the correct sequence:
(a) The player who gets the highest number wins the game.
(b) If both the players get the same number,then repeat step 1.
(c)Each player rolls the dice one after the other and places them such that they form the highest two-digit number.
a,b,c
c,a,b
b,a,c
a,c,b
If this script is given to a sprite, what will the sprite say?
5
6
30
11
What type of loop is this?
Forever Loop
Fixed loop
Infinite loop
Which block allows you to make decisions (choices)?
A program is a set of instructions that tells the computer what to do
True
False
A script is made up of blocks with instructions that tells the sprite what to do
True
False
Which category of block contains this block?
Sensing
Motion
Operators
Events
Sound
Which word below describes the use of a repetition block?
Order
Steps
Loop
Decision
Which of the following will allow movements to occur continuously to various positions?
What does this code block do?
Go Up
Go Down
Go Left
Go Right
