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.
In a conditional statement, if a certain condition is true, this part of the code is executed.
What is the "if" block?
This enchantment allows you to breathe underwater.
What is Respiration?
What is an algorithm?
a step-by-step procedure or a set of rules to solve a specific problem.
This is a set of instructions grouped together and given a name.
a function?
In a loop, this tells the program when to stop repeating the instructions.
Condition
What are the two states a condition can be ?
true/false
This naturally generated structure is made up of strong obsidian pillars and is found in The End dimension.
End City
What is basic algorithm for creating a square ?
Draw a line, turn right or left, repeat a total of 4 times
This is what you do when you want to use a function in your code.
calling or invoking a function
This type of loop keeps repeating as long as a certain condition is true.
while loops
This logical operator checks if both conditions in a conditional statement are true.
What is the "&&" (AND) operator?
This ingredient is required to create a Potion of Fire Resistance.
What is a Magma Cream?
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
Color of functions category in minecraft
This term describes an unintended mistake in a loop that causes it to repeat indefinitely.
infinite loop
Under which category are the conditionals found in minecraft ?
Logic
This enchantment on a sword increases the likelihood of a critical hit.
What is the Sharpness enchantment?
Another name for an algoritham can be ?
named piece of code that can be reused in different parts of a program.
functions
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
Question: In a conditional statement, this keyword is used to specify what should happen if the condition is not true.
Else
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
Algorithm for the volcano project?
create a circle of stone move up and reduce the radius of a circle
This part of a function is used to receive inputs or information from outside the function.
Parameters