Coding and Outputs
Boolean Logic
Fun Facts
Camp Activities
100

This code block makes the code within repeat over and over indefinitely.

What is a forever loop?

100

If something is 'not not true', then it is...

Still true! Double negatives cancel out.

100

I have a back and legs; but no armpit; I come after “arm”; for a thing on which you sit.

What is a chair?

100

This is what 'AI' stands for.

What is Artificial Intelligence?
200

This block should be used in Microsoft Make Code to make a variable go up by one.

What is 'change [variable name] by 1'.

200

This is the number that represents "False" in boolean logic.

What is 0?

200

Give an example of something used to input information into a computer.

What is a mouse, a keyboard, a touch screen, etc?

200

This is what the people who decrypt ciphers are called.

What are cryptographers?

300

"when [green flag] clicked

    point in direction 90

    move 10 steps"

The sprite moves in this direction.

What is right?

300

In a list: [apple, banana, tomato], the boolean operator statement "contains and contains o".

This is the list item that would output.

What is tomato?

300

There are this many bits in a byte.

What is 8?

300

This is the word for loops which are within other loops.

What is a nested loop?

400

"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?

400

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?

400

This is the number that odd numbers written in binary end with.

What is 1?

400

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?

500

"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?

500

"5 + 5 = 11"

The equation above would return this boolean expression.

What is false/0?

500

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!

500

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?