Basics
Wiring and Safety
Coding Fun
Sensors and Parts
Robots in Real Life
100

What is Arduino used for?

To build and control electronics projects

100

What color wire usually means “ground”?

Black

100

What do we call the first code we write to check Arduino works?

Blink 

100

Which sensor detects light?

Light sensor / LDR

100

Name a robot used in space.

Mars rover

200

Which Arduino board do beginners usually start with?

Arduino Uno 

200

What part do we use to safely test circuits without soldering?

Breadboard

200

Which function makes an LED turn ON?

digitalWrite(pin, HIGH)

200

What part makes a robot move?

Motor

200

Name a movie robot.

WALL-E / R2-D2

300

What powers the Arduino board?

USB Cable or Battery

300

What happens if you connect an LED without a resistor?

It can burn out 

300

What two main parts must every Arduino program have?

setup() and loop()

300

Which sensor helps a robot measure distance without touching?

Ultrasonic sensor

300

True or False – Robots can be used in hospitals.

True

400

True or False – Arduino can only work when connected to a computer.

False

400

True or False – It’s safe to touch wires when Arduino is running.

True (Low voltage is safe)

400

Fill in the blank: To wait 1 second, we use ______.

delay(1000);

400

What part makes sound in a project?

Buzzer

400

Which robot looks like a dog and can walk?

Spot 

500

What do we call the small brain of the Arduino?

Micro-Controller !!

500

Why do we connect components to GND?

To complete the circuit / give a return path

500

True or False – A “loop” runs only one time.

False – it repeats

500

True or False – Sensors give information to the Arduino.

True

500

What’s one job robots do better than humans?

Repetitive or dangerous tasks