Blinking LEDs - Escape the Apocalypse

Blinking LEDs - Escape the Apocalypse

9th - 12th Grade

13 Qs

quiz-placeholder

Similar activities

Aurdino Quiz

Aurdino Quiz

5th - 12th Grade

13 Qs

informatic XII

informatic XII

12th Grade

10 Qs

Day#7

Day#7

1st Grade - University

12 Qs

Pemrograman Arduino

Pemrograman Arduino

12th Grade

10 Qs

Arduino practice 2

Arduino practice 2

9th - 11th Grade

15 Qs

An introduction to Arduino

An introduction to Arduino

10th - 11th Grade

16 Qs

Arduino

Arduino

KG - University

8 Qs

EMTECH POP QUIZ

EMTECH POP QUIZ

9th - 12th 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.

Electrons move and bump into each other, creating energy.

Electricity flows through the LED.

The LED is correctly connected to the circuit.

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

1.00 second

0.50 seconds

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

digitalWrite()

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

void loop()

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

void setup()
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.

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?