Loops
Conditionals
Minecraft
Algorithms
Functions
100

What does a loop do?

A loop is like a magical machine that repeats instructions over and over again until we tell it to stop. It's like having a robot do the same task again and again.

100

In a conditional statement, if a certain condition is true, this part of the code is executed.

What is the "if" block?

100

This enchantment allows you to breathe underwater.

What is Respiration?

100

What is an algorithm?

A step-by-step procedure or a set of rules to solve a specific problem.

100

This is a set of instructions grouped together and given a name.

Function

200

In a loop, this tells the program when to stop repeating the instructions.

Condition

200

What are the two states a condition can be?

True/false

200

This naturally generated structure is made up of strong obsidian pillars and is found in The End dimension.

End City


200

What is basic algorithm for creating a square?

Draw a line, turn right or left, and repeat a total of 4 times

200

What's the color of the functions category in Minecraft?

Dark blue

300

What's an example of a nested loop?

A repeat inside of another repeat


300

This type of loop keeps repeating as long as a certain condition is true.

While loops

300

This ingredient is required to create a Potion of Fire Resistance.

What is a Magma Cream?

300

What do we call a container that holds a value and can change as the program runs?

Variable

300

This is what you do when you want to use a function in your code.

Calling or invoking a function.

400

This term describes an unintended mistake in a loop that causes it to repeat indefinitely.

Infinite/forever loop

400

Under which category are the conditionals found in Minecraft Edu?

Logic

400

This enchantment on a sword increases the likelihood of a critical hit.

What is the Sharpness enchantment?

400

What do we call a mistake or error in an algorithm?

Bug

400

What are the two main steps in using a function?


1 - you "define" the function by writing its code and specifying its behavior.

2 - you "call" or use the function in your code by its name





500

What is the difference between a while loop and a repeat loop?

A while loop repeats based on a condition, and a repeat loops repeats for a set number of times.


500

This logical operator checks if both conditions in a conditional statement are true.

"And" operator


500

Herobrine is a legendary character often associated with mysterious occurrences in Minecraft. True or false: Herobrine is an official character created by Mojang, the company behind Minecraft.

False

500

What is the algorithm for building a house?

Build a pillar, repeat to make a wall, turn and repeat to make four walls.

500

What are the three main purposes of using functions in programming?

1 - Helps break down complex programs into smaller parts
2 - Makes the code easier to read,
3 - Allows the same block of code to be used multiple times.

M
e
n
u