Arduino  Week 4 Review

Arduino Week 4 Review

8th Grade

17 Qs

quiz-placeholder

Similar activities

Atividade Avaliativa de Recuperação - Robótica

Atividade Avaliativa de Recuperação - Robótica

6th - 8th Grade

20 Qs

Introduction to Arduino Quiz

Introduction to Arduino Quiz

8th Grade

15 Qs

Arduino ม.2 และ ม.3 ฉบับที่ 2

Arduino ม.2 และ ม.3 ฉบับที่ 2

KG - Professional Development

20 Qs

arduino 2ºrobotica

arduino 2ºrobotica

8th Grade

17 Qs

Micro:Bit Quiz Unit 3

Micro:Bit Quiz Unit 3

6th - 8th Grade

20 Qs

Монитор порта и переменные; условие if

Монитор порта и переменные; условие if

6th - 8th Grade

18 Qs

IT Review Test SMT3 (Microcontroller Arduino dan NodeMCU)

IT Review Test SMT3 (Microcontroller Arduino dan NodeMCU)

8th Grade

13 Qs

Arduino - Month 1 Review

Arduino - Month 1 Review

6th - 12th Grade

16 Qs

Arduino  Week 4 Review

Arduino Week 4 Review

Assessment

Quiz

Computers

8th Grade

Hard

Created by

Bayden Schellein

Used 5+ times

FREE Resource

17 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

A) do

B) for

C) while

D) loop

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

A) digitalRead

B) analogWrite

C) pinMode

D) attachInterrupt

3.

MULTIPLE CHOICE QUESTION

30 sec • 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

30 sec • 1 pt

How is a delay specified in Arduino?

A) Milliseconds

B) Microseconds

C) Seconds

D) Nanoseconds

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

A) digitalWrite

B) analogRead

C) attachInterrupt

D) pinMode

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

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

B) for (int i = 1; i < 6; i++)

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

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

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the LOW state represent in Arduino programming?

A) 0V being sent to a PIN

B) 5V being sent to a PIN

C) an instruction to turn off

D) 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?