LO11_Lesson 8

LO11_Lesson 8

9th Grade

10 Qs

quiz-placeholder

Similar activities

Know your Arduino UNO Board

Know your Arduino UNO Board

3rd Grade - Professional Development

15 Qs

Arduino Microcontroller Concepts and Functions

Arduino Microcontroller Concepts and Functions

9th Grade

15 Qs

Arduino - Contador

Arduino - Contador

9th Grade - University

11 Qs

Competition Arduino Tinkercad

Competition Arduino Tinkercad

9th Grade

15 Qs

Conceptos Básicos de Arduino

Conceptos Básicos de Arduino

9th - 12th Grade

15 Qs

Quiz Arduino & Buzzer

Quiz Arduino & Buzzer

9th - 12th Grade

15 Qs

3 Arduino: IF and IF-ELSE

3 Arduino: IF and IF-ELSE

9th - 12th Grade

15 Qs

Cuestionario Arduino

Cuestionario Arduino

5th Grade - University

10 Qs

LO11_Lesson 8

LO11_Lesson 8

Assessment

Quiz

Computers

9th Grade

Medium

Created by

Samantha Cassia

Used 1+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Which keyword is used to start a for loop in Arduino programming?

do

for

while

loop

2.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

What function is used to configure a pin as an output in Arduino?

digitalRead

analogRead

pinMode

attachInterrupt

3.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

What does the HIGH state represent in Arduino programming?

0V being sent to a PIN

5V being sent to a PIN

an instruction to turn on

a measurement of the potential of the device

4.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

How is a delay specified in Arduino?

Milliseconds

Microseconds

Seconds

Nanoseconds

5.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

In Arduino, what function is used to set a pin to output a high or low voltage?

digitalWrite

analogRead

attachInterrupt

pinMode

6.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Which statement correctly defines a for loop that iterates 5 times?

for (int i = 1; i <= 5; i++)

for (int i = 1; i < 5; i++)

for (int i = 0; i < 5; i++)

for (int i = 0; i <= 5; i++)

7.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

What does the LOW state represent in Arduino programming?

0V being sent to a PIN

5V being sent to a PIN

an instruction to turn off

a measurement of the potential of the device

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?