wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

CTI Module 1 Week 5 Recap

Total questions: 6

Worksheet time: 3mins

Name
Class
Date
1.

What did we build last week? [Select the most accurate answer]

a)

Making the CPU Beyblade move

b)

Making a starting page and coding game over

c)

Making a timer and keeping track of high score

d)

All of the above

2.

Which of the following is correct? [You can select more than one]

a)

The blocks held inside the "repeat until" block runs again and again when the condition is False

b)

The blocks held inside the "repeat until" block runs again and again when the condition is True

c)

The blocks below the "repeat until" block runs if the condition is True

d)

The blocks below the "repeat until" block runs if the condition is False

3.

What happens when the sprite touches the edge?

a)

It says Hello! for 2 seconds

b)

It hides

c)

Nothing happens

4.

What happens to "Timer" over time?

a)

Timer starts from 0 and increases by 1 every 1 second

b)

Timer starts from 1 and increases by 1 every 1 second

c)

Timer starts from 0 and decreases by 1 every 1 second

d)

Timer stays are 0

5.

Which of the following is correct?

a)

If the Timer is bigger than the High score, the High score takes the value of the Timer

b)

If the Timer is bigger than the High score, the Timer takes the value of the High score

c)

If the Timer is smaller than the High score, the High score takes the value of the Timer

d)

If the Timer is smaller than the High score, the Timer takes the value of the High score

6.

Which is the correct description of the game element 'Mechanics'?

a)

Objects that exist in the space and are used to play in the game

b)

Game control

c)

Aim of the game

d)

Look and feel of the game