Variables
Operators
Breadboard
Wiring
Random
100

This is the correct way to store the number 5 in a variable called 'x'

x = 5

100

This operator is used to add two numbers together

+

100

These rows on a breadboard are usually labelled + and -. What are they called?

Power Rails

100

The wire that completes the circuit and usually connects to - is called ___

Ground

100

 What Python statement would you use to import a library like gpiozero?

`from gpiozero`
200

This function show's the variable value in the console

print()

200

Which operator is used for multiplication in python?

*

200

True or False: The two halves of a breadboard are connected across the center gap.

False

200

This component protects circuits from too much current.

Resistor

200

In the statement led = LED(17). What does 17 represent?

The GPIO Pin Number

300

True or false: variable names can start with a number

True

300

Which operator is used for division?

/

300

The middle rows, used to connect components, are connected ________________


Horizontally

300

A lightbulb turns on only if the circuit is this (open or closed?)

closed

300

Explain what this line does sleep(0.45)

Pauses the code for 0.45 seconds

400

Fix this code: 3x =7

x = 7

400

Write a Python expression that checks if x is greater than or equal to y.

x >= y

400

What tool do you use to connect components to the breadboard?

Jumper Wires

400

Which color wire is typically used for positive voltage in simple circuits?

Red

400

If you write led.on() in your code, what will happen to the LED?

The LED will turn on

500

What is the correct way to name a variable to store a student's age?

student_age

500

What is the expression?

x = 5 * 586.9

500

A breadboard is good for making _________ electronic circuits

temporary

500

What is the symbol for a resistor in a wiring diagram?

Zigzag
500

Where do we connect a VCC wire to?

The Power source

M
e
n
u