LO11_Lesson 8

LO11_Lesson 8

9th Grade

10 Qs

quiz-placeholder

Similar activities

Competition Arduino Tinkercad

Competition Arduino Tinkercad

9th Grade

15 Qs

3. Potentiometer - PWM - RGB

3. Potentiometer - PWM - RGB

1st - 12th Grade

8 Qs

Arduino Microcontroller Concepts and Functions

Arduino Microcontroller Concepts and Functions

9th Grade

15 Qs

Day#10

Day#10

1st Grade - University

14 Qs

Arduino basics

Arduino basics

7th Grade - University

7 Qs

12. Automatic Watering Plants

12. Automatic Watering Plants

1st - 10th Grade

7 Qs

10. Automatic LED control

10. Automatic LED control

1st - 10th Grade

7 Qs

Primera evaluación Arduino - 3ro secundaria 2025

Primera evaluación Arduino - 3ro secundaria 2025

9th Grade

13 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?