Arduino Unit Quiz

Arduino Unit Quiz

9th - 12th Grade

25 Qs

quiz-placeholder

Similar activities

არდუინოს შესავალი.N1

არდუინოს შესავალი.N1

9th Grade - University

20 Qs

Types of Arduino Board

Types of Arduino Board

10th Grade

20 Qs

RobotAcademy PID

RobotAcademy PID

10th Grade - University

20 Qs

Conexiones en Tinkercad

Conexiones en Tinkercad

12th Grade

27 Qs

APES Soils Review

APES Soils Review

9th - 12th Grade

20 Qs

CDI - Electronic Components & Signals

CDI - Electronic Components & Signals

10th - 12th Grade

27 Qs

Bloodstain Pattern

Bloodstain Pattern

12th Grade

21 Qs

Schematics

Schematics

11th Grade - University

25 Qs

Arduino Unit Quiz

Arduino Unit Quiz

Assessment

Quiz

Science

9th - 12th Grade

Easy

Created by

Jennifer Keith

Used 7+ times

FREE Resource

25 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

Where does the command pinMode (LED1, OUTPUT); belong?

in the void setup()
in the void loop()
at the very beginning before any other line of code

2.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

How many volts does an Arduino send a device when you use the command digitalWrite(pin, HIGH); ?
0 V
12 V
3 - 5 V
0 - 3 V

3.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

What is an "LED"?

a sensor for reading the brightness of a light
a light emitting diode
a device that slows down the current through a circuit

4.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

Media Image

Which pin on an RGB LED is the ground?

The shortest pin

Either end pin

The longest pin

Any pin will work

5.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

To which set of pins should you attach a potentiometer, photoresistor, or any analog sensor to input proper readings from the sensor?

A0 - A15
2 - 13
any pins will work

6.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

Which function starts communication with the Serial monitor?
#define Serial;
int Serial;
Serial.begin(9600);

7.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

digitalWrite(LED1, LOW) will do what to an LED?

turn it on very dim
turn it on full
turn it off

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?