Wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Minecraft Class 6

Total questions: 6

Worksheet time: 3mins

Name
Class
Date
1.

Which of these is a loop? (A loop repeats code over and over)

a)

b)

c)

2.

Which of these is a conditional? (A conditional statement only runs the code contained within it based on a condition)

a)

b)

c)

d)

3.

What is a block-based system that allows you to visually write programs by dragging and dropping blocks?

a)

Javascript

b)

Blockly

4.

What type of statement is used to run code based on a certain condition?

a)

Boolean

b)

Conditional

c)

While Loop

d)

Repeat Until Block

5.

What function do conditionals serve in programming?

a)

Repeat code to increase efficiency

b)

Make decisions to follow a different path

c)

Run in the right order

d)

Give a set of commands a custom name

6.

Which of these is an event? (An event is an action that causes something to happen)

a)

b)

c)