Wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Year 5 Assessment

Total questions: 20

Worksheet time: 14mins

Name
Class
Date
1.

___ is a program structure that repeats commands inside it.

a)

Loop

b)

Continue

c)

Scratch

d)

Script

2.

Random values are predictable.

a)

True

b)

False

3.

________ is a series of instructions that are followed to complete a task or solve a problem.

a)

instructions

b)

algorithms

c)

computers

d)

recipe

4.

An algorithm is a set of __________ followed to complete a task.

a)

values

b)

points

c)

scores

d)

instructions

5.

When you write an algorithm you need to include ________, step-by-step instructions.

a)

precise

b)

multiple

c)

ambiguous

d)

interesting

6.

The options below contain the instructions for making a smoothie: Which one should come first?

a)

Put the lid on the blender.

b)

Add fruit to the blender.

c)

Switch the blender on.

d)

Add milk to the blender.

7.

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)

a,b,c

b)

c,a,b

c)

b,a,c

d)

a,c,b

8.

If this script is given to a sprite, what will the sprite say?

a)

5

b)

6

c)

30

d)

11

9.

What type of loop is this?

a)

Forever Loop

b)

Fixed loop

c)

Infinite loop

10.

Which block allows you to make decisions (choices)?

a)
b)
c)
d)
11.

A program is a set of instructions that tells the computer what to do

a)

True

b)

False

12.

A script is made up of blocks with instructions that tells the sprite what to do

a)

True

b)

False

13.

Which category of block contains this block?

a)

Sensing

b)

Motion

c)

Operators

d)

Events

e)

Sound

14.

Which word below describes the use of a repetition block?

a)

Order

b)

Steps

c)

Loop

d)

Decision

15.
You use _____ blocks to program Scratch
a)
Code
b)
Algorithm
c)
Sequence 
d)
Memory
16.
The Y axis is "Up" and "Down" 
a)
True 
b)
False 
17.

Which of the following will allow movements to occur continuously to various positions?

a)

b)

c)

d)

18.
What is the function of the light blue blocks?
a)
Variables
b)
Motion
c)
Operators
d)
Sensing
19.

What does this code block do?

a)

Go Up

b)

Go Down

c)

Go Left

d)

Go Right

20.
What will happen when the green flag is clicked?
a)
Make the character spin
b)
Make the ball bounce
c)
Start the game 
d)
Add a sprite