This code block makes the code within repeat over and over indefinitely.
What is a forever loop?
This is the number that represents "False" in boolean logic.
What is 0?
This is also called an error in code.
What is a bug?
This is what 'AI' stands for.
This block should be used in Microsoft Make Code to make a variable go up by one.
What is 'change [variable name] by 1'.
In a list: [vanilla, chocolate, strawberry], the boolean operator statement is "is not strawberry".
These are the ice cream flavours that would be returned.
What are vanilla and chocolate?
This is an example of something used to input information into a computer.
What is a mouse, a keyboard, a touch screen, etc?
This is what the people who decrypt ciphers are called.
What are cryptographers?
"when [green flag] clicked
point in direction 90
move 10 steps"
The sprite moves in this direction.
What is right?
In a list: [apple, banana, tomato], the boolean operator statement "contains a and contains o".
This is the list item that would output.
What is tomato?
There are this many bits in a byte.
What is 8?
This is the word for the clear, numbered steps we used to make our dance when coding our songs.
What is an algorithm?
"when this sprite clicked
if <touching Basketball>
go to [ random position ]"
This happens when only the green flag is clicked in Scratch.
What is nothing?
"5 + 5 = 11"
The equation above would return this boolean expression.
What is false/0?
This is the number that odd numbers written in binary end with.
What is 1?
Name one of the blocks in Minecraft can be used to power a redstone circuit.
What is the redstone torch, block of redstone, button, lever, etc?
"when program starts
if colour sensor C is colour red
motor A run ↷ for 3 rotations
elseif colour sensor C is colour blue
motor B run ↷ for 3 rotations
else
motor A run ↶ for 5 rotations"
This will happen when the program starts, the Lego Bot is plugged in with motors A and B and colour sensor C, and the colour sensor detects the colour black.
What is motor A running ↶ (left) for 5 rotations?
This is what we add to the sharp edges of 3D models to make them softer, like making a diagonal cut on the edge. It is also called a chamfer.
What are bevels?