wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Express Course (v2024) Quiz 2

Total questions: 20

Worksheet time: 2hrs 40mins

Name
Class
Date
1.

Putting commands in correct order so computers can read the commands

a)

algrorithm

b)

bug

c)

debugging

d)

sequencing

2.

The action of doing something over and over again

a)

loop

b)

repeat

c)

command

d)

condition

e)

conditional

3.

Fill in the blank: A program is an ______________ that has been coded into something that can be run by a machine.

a)

avalanche

b)

aptitude

c)

algorithm

d)

application

4.

An error in a program that prevents the program from running as expected.

a)

bug

b)

debugging

c)

for loop

d)

binary

5.

A list of steps to finish a task.

a)

Algorithm

b)

Program

c)

Bug

6.

Finding and fixing errors in a program.

a)

debugging

b)

bug

c)

nested loop

d)

event

7.
a loop within a loop, an inner loop within the body of an outer one.
a)
Nested Loop
b)
Condition
c)
while loop
d)
For Loop
8.

Another term for an "if" statement is

a)

loops

b)

function

c)

conditional

d)

algorithm

9.

statements that only run under certain conditions

a)

conditionals

b)

paramenter

c)

reflect

d)

variable

10.

What shape does this code make?

a)

Rectangle

b)

Triangle

c)

Square

d)

Circle

11.

Solve the puzzle

a)
b)
c)
d)
12.

The following blocks will allow the bee to eat all the nectar.

a)

True

b)

False

13.

Which of these problems will this code solve?

a)
b)
c)
d)

All of these

e)

None of these

14.

Which of this is conditionals? (They only run under certain conditions).

a)

b)

c)

d)

All of these

15.
a)
b)
c)
d)
16.

Which output matches this code?

a)
b)
c)
d)
17.

Which output matches this code?

a)
b)
c)
d)
18.

Which of these algorithms cause the sprite to move up on the screen?

a)
b)
c)
d)
e)

None of these

19.

Which code produces the output where the sprites move in the direction of the arrows in the image?

a)
b)
c)
d)

None of these

20.

What will happen in Dance Party when you run this program?

a)

The sloth and the unicorns will start out Dabbing, after 4 measures they will Clap High, and after 6 measures they will Gangnam

b)

The unicorn and the sloths will start out High Clapping, after 4 measures they will Gangnam, and after 6 measures they will Clap High.

c)

The unicorn and the sloths will dab for the whole song.

d)

The unicorn and the sloths will start out Dabbing, after 4 measures they will Gangnam, and after 6 measures they will Clap High.