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.

a 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, repeat a total of 4 times

200

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

calling or invoking a function

300

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

while loops


300

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

What is the "&&" (AND) operator?

300

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

What is a Magma Cream?

300

What is the algorithm for creating a house?

Draw a line, turn right or left, repeat a total of 4 times and then move up x amount of times

300

Color of functions category in minecraft

dark blue
400

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

infinite loop

400

Under which category are the conditionals found in minecraft ?

Logic

400

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

What is the Sharpness enchantment?

400

Another name for an algoritham can be ? 

psuedo code
400

named piece of code that can be reused in different parts of a program.

functions


500

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

A while loop repeats based on a condition and a for loop repeats a set number of times


500

Question: In a conditional statement, this keyword is used to specify what should happen if the condition is not true.

Else


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

Algorithm for the volcano project?

create a circle of stone move up and reduce the radius of a circle

500

This part of a function is used to receive inputs or information from outside the function.

Parameters