This code block makes the code within repeat over and over indefinitely.
What is a forever loop?
If something is 'not not true', then it is...
Still true! Double negatives cancel out.
I have a back and legs; but no armpit; I come after “arm”; for a thing on which you sit.
What is a chair?
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'.
This is the number that represents "False" in boolean logic.
What is 0?
Give 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 loops which are within other loops.
What is a nested loop?
"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?
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 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?
"5 + 5 = 11"
The equation above would return this boolean expression.
What is false/0?
This is the most commonly used password in the entire world.
'123456'. Second and third place are 'password' and '12345'. None of these passwords are recommended!
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?