Arduino Functions and Circuits Quiz

Arduino Functions and Circuits Quiz

10th Grade

9 Qs

quiz-placeholder

Similar activities

Cuestionario Arduino

Cuestionario Arduino

5th Grade - University

10 Qs

TinkerCad Quiz

TinkerCad Quiz

7th Grade - Professional Development

10 Qs

Arduino - Contador

Arduino - Contador

9th Grade - University

11 Qs

Arduino Programming

Arduino Programming

7th - 12th Grade

12 Qs

Arduino Basics: Inputs and Outputs Quiz

Arduino Basics: Inputs and Outputs Quiz

10th Grade

11 Qs

Mecatronica 5to IOQ 1

Mecatronica 5to IOQ 1

9th - 12th Grade

10 Qs

Arduino -Grade 10+11

Arduino -Grade 10+11

10th - 11th Grade

14 Qs

Projeto de Contador de Pessoas com Display de 7 Segmentos

Projeto de Contador de Pessoas com Display de 7 Segmentos

9th Grade - University

9 Qs

Arduino Functions and Circuits Quiz

Arduino Functions and Circuits Quiz

Assessment

Quiz

Computers

10th Grade

Medium

Created by

Aigerim Zholochieva

Used 2+ times

FREE Resource

9 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of the pinMode() function in Arduino?

To set a pin as input or output

To initialize the LED

To connect the LED to the ground

To send a signal to the LED

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the digitalWrite() function do?

It reads the status of the LED

It sets the voltage level of the specified pin to HIGH or LOW

It turns off the Arduino board

It loops the code until the LED is on

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

How long will the red light stay on in the traffic light program?

5 seconds

10 seconds

2 seconds

3 seconds

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of using a resistor with the LEDs in the circuit?

To increase the voltage to the LED

To limit the current going to the LED and prevent damage

To make the LED brighter

To help the Arduino recognize the LED

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you make an LED blink in the program?

Use the delay() function inside a loop

Use the pinMode() function

Use the analogWrite() function

Connect the LED to a switch

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What would happen if you did not use the resistors in the circuit with the LEDs?

The LEDs would blink faster.

The LEDs might burn out because too much current would flow through them.

The LEDs would be dimmer.

Nothing would change, the LEDs would work fine.

7.

OPEN ENDED QUESTION

3 mins • 1 pt

Media Image

Explain what happens when you run the following code snippet in the traffic light program:

Evaluate responses using AI:

OFF

8.

OPEN ENDED QUESTION

3 mins • 1 pt

Media Image

Which lines of the code are initializes the pins for the red, yellow, and green LEDs.

Evaluate responses using AI:

OFF

9.

OPEN ENDED QUESTION

3 mins • 1 pt

Media Image

Which part of the code lets the red light stay on for 10 seconds.

Evaluate responses using AI:

OFF