Blinking LEDs - Escape the Apocalypse

Blinking LEDs - Escape the Apocalypse

9th - 12th Grade

13 Qs

quiz-placeholder

Similar activities

5s-aye

5s-aye

11th Grade

10 Qs

Editing Components

Editing Components

9th Grade

10 Qs

Sistem Arduino

Sistem Arduino

12th Grade

10 Qs

Tinkercad Arduino

Tinkercad Arduino

5th - 10th Grade

8 Qs

Arduino Check-In

Arduino Check-In

10th Grade

18 Qs

Componentes de Robótica e Suas Funções - DETALHADO

Componentes de Robótica e Suas Funções - DETALHADO

9th Grade

15 Qs

Prima Liceo Diagnóstico

Prima Liceo Diagnóstico

9th - 12th Grade

15 Qs

Arduino Quiz

Arduino Quiz

10th - 11th Grade

16 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.

Electrons move and bump into each other, creating energy.

The LED emits light.

The LED is correctly connected to the circuit.

Electricity flows through the LED.

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

0.50 seconds

0.25 seconds

1.00 second

2 seconds

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()
Executes once when you reset or power on the Arduino board; initializes the digital pin LED_BUILTIN as an output
void loop()

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

digitalWrite()

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

delay()

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?