wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Do Now Quiz - Coding I

Total questions: 25

Worksheet time: 17mins

Name
Class
Date
1.

Which block will allow you to pick up items?

(a)  

2.

Which block will allow you to move in a certain direction?

a)

Turn

b)

Move Forward

c)

Rotate

d)

Walk

3.

A behaviour is an action a sprite performs continuously.

a)

True

b)

False

4.

What is an algorithm that has been coded into something that can be run by a machine?

(a)  

5.

A command that tells you to do something only up to the point that something becomes true.

a)

Repeat

b)

While Loop

c)

Loop

d)

Until

6.

To create a Sprite you have to go to:

a)

Sprites>Make New Sprite

b)

Sprites>Create New Sprite

c)

World>Sprites>Create New Sprite

d)

World>Sprites> Make New Sprite

7.

Which block category does this block belong to?

a)

World

b)

Behaviours

c)

Sprites

d)

Events

8.

Repeat means to do something over and over again.

a)

True

b)

False

9.

Something a program checks to see if it is true before allowing an action is called a Conditional.

a)

False

b)

True

10.

A behaviour is an action that a sprite performs continuously.

a)

True

b)

False

11.

What type of block is this?

(a)  

12.

Use a(n) __________ to Create a(n) ________.

a)

Conditional; Loop

b)

Action; Function

c)

Repeat; Loop

d)

Repeat; Program

13.

How do we communicate with computers?

(a)  

14.

Sequencing is putting an algorithm in correct order so computers can read the output.

a)

True

b)

False

15.

How many times are you allowed to use a repeat block in an algorithm?

a)

Once

b)

None

c)

infinite

d)

Twice

16.

Define the term Event.

a)

An action that causes something to happen.

b)

To do something again.

c)

An action that causes a function to happen.

d)

To repeat a function again.

17.

Coding is how we communicate with code.

a)

False

b)

True

18.

A loop that continues to repeat while a condition is true.

a)

Until

b)

Loop

c)

Repeat

d)

While Loop

19.

A way of representing information using only two options.

(a)  

20.

A list of tasks to finish a step is an Algorithm.

a)

True

b)

False

21.

An event that causes something to happen is known as an Action.

a)

True

b)

False

22.

An algorithm that has been coded into something that can be run by a machine.

(a)  

23.

An instruction for the computer. Many commands put together make up algorithms and computer programs.

(a)  

24.

What is the section called where you drop your blocks to create your algorithm?

(a)  

25.

The play music block will allow you to play a unique melody.

a)

True

b)

False