Blinking LEDs - Escape the Apocalypse

Blinking LEDs - Escape the Apocalypse

9th - 12th Grade

13 Qs

quiz-placeholder

Similar activities

Arduino Midterm Review 2

Arduino Midterm Review 2

8th - 10th Grade

15 Qs

Week 3 Arduino Basics Quiz

Week 3 Arduino Basics Quiz

7th - 12th Grade

10 Qs

Pengenalan Arduino dan LED

Pengenalan Arduino dan LED

10th Grade

15 Qs

An introduction to Arduino

An introduction to Arduino

10th - 11th Grade

16 Qs

Breadboard - Arduino

Breadboard - Arduino

7th - 10th Grade

12 Qs

LO11_Lesson 4

LO11_Lesson 4

9th Grade

17 Qs

SIoT-Desain IO Interfacing

SIoT-Desain IO Interfacing

10th - 12th Grade

15 Qs

Arduino Programación

Arduino Programación

8th - 10th Grade

12 Qs

Blinking LEDs - Escape the Apocalypse

Blinking LEDs - Escape the Apocalypse

Assessment

Quiz

Computers

9th - 12th Grade

Hard

Created by

Jeff Rodman

FREE Resource

13 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is an LED?

A type of rechargeable battery.

A device that emits light when electricity passes through it.

A special type of screen used in televisions.

A digital sensor for capturing images.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the acronym LED stand for?

Luminous Electric Device
Low Energy Display
Laser Emitting Detector
Light Emitting Diode

3.

REORDER QUESTION

1 min • 1 pt

Arrange the following steps in the correct order to describe how an LED works.

The LED is correctly connected to the circuit.

Electricity flows through the LED.

Electrons move and bump into each other, creating energy.

The LED emits light.

4.

CLASSIFICATION QUESTION

3 mins • 1 pt

Matching Question: Match the following milliseconds to their equivalent in seconds.

Groups:

(a) 1000 milliseconds

,

(b) 500 milliseconds

,

(c) 250 milliseconds

,

(d) 2000 milliseconds

2 seconds

0.50 seconds

0.25 seconds

1.00 second

5.

OPEN ENDED QUESTION

3 mins • 1 pt

Can you name three everyday products, not discussed in the lesson, that use LEDs?

Evaluate responses using AI:

OFF

6.

MATCH QUESTION

1 min • 1 pt

Match the terms with their correct definitions.

void setup()

Used to introduce pauses in Arduino programs; pauses program execution for a specified time

void loop()
Executes once when you reset or power on the Arduino board; initializes the digital pin LED_BUILTIN as an output

delay()

Used to control digital pins; sets pin voltage to HIGH or LOW.

digitalWrite()

Core of Arduino programs; runs repeatedly after setup() and executes main tasks.

7.

DRAG AND DROP QUESTION

1 min • 1 pt

Fill in the Blank: digitalWrite(LED_BUILTIN, ​ (a)   ); turns the built-in LED ON. digitalWrite(LED_BUILTIN, ​ (b)   ); turns the built-in LED OFF.

LOW
HIGH
OFF
ON

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?