wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Hour of Code ESL

Total questions: 14

Worksheet time: 13mins

Name
Class
Date
1.

Doing something over and over again

a)

sequence

b)

Boolean

c)

debug

d)

loop

2.

A step-by-step procedure for solving a problem or running a program

a)

algorithm

b)

conditional statement

c)

iteration

d)

event handling

3.

A single value of either TRUE or FALSE; used for conditional statements

a)

loop

b)

sequence

c)

event handling

d)

Boolean

4.

A statement that can be written in if-then form

a)

sprite

b)

Boolean

c)

debug

d)

conditional statement

5.

A set of events in order

a)

sequence

b)

conditional statement

c)

iteration

d)

pseudocode

6.

Repetition of a process

a)

event handling

b)

sequence

c)

iteration

d)

sprite

7.

Detecting and eliminating a program's malfunctions

a)

loop

b)

Boolean

c)

pseudocode

d)

debug

8.

Different actions happening in response to different events

a)

iteration

b)

event handling

c)

conditional statement

d)

pseudocode

9.

An outline of the basic ideas behind how algorithms will work

a)

loop

b)

event handling

c)

pseudocode

d)

debug

10.

A graphics object that can be moved on top of or behind a background

a)

sprite

b)

loop

c)

pseudocode

d)

debug

11.

Which one is different?

a)

A

b)

B

c)

C

d)

D

12.

What will this program do (pseudocode)?

a)

Move forward, turn around, return to start

b)

Move forward, turn left, move forward

c)

Move forward 5 times, turn left, move forward 5 times

d)

Move left 5 times

13.

Why won't this algorithm run correctly?

a)

There is no loop

b)

There is no "when run" event

c)

The sprite should not turn right

d)

The sequence is wrong

14.

What will this program do (pseudocode)?

a)

Repeat: (1) If it sees a path to the right, turn right, (2) move forward

b)

(1) If it sees a path to the right, right right, (2) move forward

c)

(1) Turn right, (2) Move forward

d)

Repeat: Turn right