
003 - Controlling LEDs in Arduino

Flashcard
•
Computers
•
12th Grade
•
Hard
Roy Nepomuceno
Used 1+ times
FREE Resource
Student preview

11 questions
Show all answers
1.
FLASHCARD QUESTION
Front
What is digitalWrite?
Back
digitalWrite is an Arduino function used to set the voltage level on a digital pin, controlling whether a pin outputs a HIGH (ON) or LOW (OFF) signal.
2.
FLASHCARD QUESTION
Front
What are the parameters of the digitalWrite function?
Back
digitalWrite(pin, value); where 'pin' is the pin number and 'value' can be HIGH or LOW.
3.
FLASHCARD QUESTION
Front
What does LOW represent in digitalWrite?
Back
LOW represents 0 volts or a logic level 0, turning the connected device OFF.
4.
FLASHCARD QUESTION
Front
What does HIGH represent in digitalWrite?
Back
HIGH represents the operating voltage of the Arduino board, usually 5 volts, turning the connected device ON.
5.
FLASHCARD QUESTION
Front
How does digitalWrite work for an LED?
Back
digitalWrite(pin, HIGH) supplies voltage to the LED, turning it ON; digitalWrite(pin, LOW) cuts off the voltage supply, turning the LED OFF.
6.
FLASHCARD QUESTION
Front
What is a practical example of using digitalWrite with an LED?
Back
Connecting an LED to pin 5: Writing HIGH to pin 5 sends 5V to the LED, causing it to light up; writing LOW stops the voltage, turning the LED off.
7.
FLASHCARD QUESTION
Front
What must be done before using digitalWrite on a pin?
Back
The pin must be set as OUTPUT using pinMode(pin, OUTPUT).
Create a free account and access millions of resources
Similar Resources on Wayground
10 questions
Digital Media Technology

Flashcard
•
10th - 12th Grade
8 questions
BRIEF REVIEW

Flashcard
•
University
4 questions
Papan dan Fitur Arduino

Flashcard
•
12th Grade
10 questions
Digital Citizenship

Flashcard
•
10th - 12th Grade
15 questions
2 Arduino with Breadboards

Flashcard
•
11th Grade
15 questions
ARDUINO SEMANA 3

Flashcard
•
KG - University
10 questions
Productivity and collaboration tools iLearn 1

Flashcard
•
University
12 questions
L2 ICT U1 VoIP Flashcard

Flashcard
•
11th Grade
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
20 questions
Brand Labels

Quiz
•
5th - 12th Grade
15 questions
Core 4 of Customer Service - Student Edition

Quiz
•
6th - 8th Grade
15 questions
What is Bullying?- Bullying Lesson Series 6-12

Lesson
•
11th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade