Arduino 1

Arduino 1

12th Grade

8 Qs

quiz-placeholder

Similar activities

ENG6046 Arduino

ENG6046 Arduino

12th Grade

11 Qs

Computer Hardware - Common Characteristics of the CPU

Computer Hardware - Common Characteristics of the CPU

4th - 12th Grade

10 Qs

arduino

arduino

1st - 12th Grade

9 Qs

INTRODUCTION ARDUINO

INTRODUCTION ARDUINO

12th Grade

10 Qs

Sistem Arduino

Sistem Arduino

12th Grade

10 Qs

Buzzer Arduino

Buzzer Arduino

12th Grade

5 Qs

EXAMEN 2 PARCIAL 3 SEMESTRE

EXAMEN 2 PARCIAL 3 SEMESTRE

9th - 12th Grade

10 Qs

microcontroller unit1

microcontroller unit1

12th Grade

10 Qs

Arduino 1

Arduino 1

Assessment

Quiz

Computers

12th Grade

Hard

Created by

ERVIN LUCIDO

FREE Resource

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of the void setup in an Arduino program?

To set up the Arduino once

To declare variables

To execute commands repeatedly

To control the LED

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which command is used to set a pin as an output in Arduino?

pinMode

digitalRead

analogWrite

delay

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the 'digitalWrite' command do in Arduino?

Delays the program execution

Prints a message to the serial monitor

Writes a digital value to a pin

Reads the analog input

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the 'high' parameter represent in the 'digitalWrite' command?

0 volts

10 volts

5 volts

3.3 volts

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the 'void loop' in an Arduino program do?

Runs commands repeatedly

Sets up the Arduino

Declares variables

Executes commands once

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which command is used to turn an LED off in Arduino?

pinMode

analogRead

digitalWrite

delay

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What happens when the program is sent to the Arduino using the right arrow button?

The program is compiled

The LED turns on

The LED turns off

The Arduino shuts down

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of the 'pinMode' command in Arduino?

To read analog input

To set a pin as input or output

To delay program execution

To turn the LED on