Blinking LEDs - Escape the Apocalypse

Blinking LEDs - Escape the Apocalypse

9th - 12th Grade

13 Qs

quiz-placeholder

Similar activities

Pengenalan Arduino dan LED

Pengenalan Arduino dan LED

10th Grade

15 Qs

UNOARDUINO

UNOARDUINO

12th Grade

10 Qs

Arduino_2

Arduino_2

3rd Grade - University

10 Qs

Robotica 2018

Robotica 2018

5th - 9th Grade

11 Qs

Breadboard - Arduino

Breadboard - Arduino

7th - 10th Grade

12 Qs

Parcial 2 - Robótica

Parcial 2 - Robótica

11th Grade

10 Qs

UJi Pemahaman Wokwi dan perintah sederhana pemrograman arduino

UJi Pemahaman Wokwi dan perintah sederhana pemrograman arduino

12th Grade

10 Qs

Week 3 Arduino Basics Quiz

Week 3 Arduino Basics Quiz

7th - 12th Grade

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

delay()

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

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

void setup()

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

digitalWrite()

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

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?