Arduino Lesson 5 Starter

Arduino Lesson 5 Starter

8th Grade

12 Qs

quiz-placeholder

Similar activities

Mecatrónica IOQ 5to 2

Mecatrónica IOQ 5to 2

8th - 10th Grade

10 Qs

Arduino Programming

Arduino Programming

7th - 12th Grade

12 Qs

Cuestionario Arduino

Cuestionario Arduino

5th Grade - University

10 Qs

Arduino  Week 4 Review

Arduino Week 4 Review

8th Grade

17 Qs

Arduino

Arduino

7th - 8th Grade

13 Qs

Занятие 10_05-IT-Старт-Сеньор-10

Занятие 10_05-IT-Старт-Сеньор-10

6th - 8th Grade

15 Qs

Term 4-Week 1-Classwork #2

Term 4-Week 1-Classwork #2

8th Grade

15 Qs

Start with code

Start with code

8th Grade

15 Qs

Arduino Lesson 5 Starter

Arduino Lesson 5 Starter

Assessment

Quiz

Computers

8th Grade

Hard

Created by

Bayden Schellein

Used 1+ times

FREE Resource

12 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

digitalWrite (LED1, HIGH);

delay(1000);

digitalWrite (LED1, LOW);

What does the program do?

LED Switch Off at the beginning, wait for 60s and then switch ON.

LED Switch ON at the beginning, wait for 10s and then Switch OFF.

LED Switch ON at the beginning, wait for 1s and then switch ON.

LED Switch ON at the beginning, wait for 1s and then switch OFF.

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Media Image

What is the correct pinMode setup code for this circuit?

pinMode(12, OUTPUT);

pinMode(8, INPUT);

pinMode(8, OUTPUT);

pinMode(7, INPUT);

3.

OPEN ENDED QUESTION

3 mins • 1 pt

Create the code for the following:
Create a variable that will store whole numbers to track the the position of a potentiometer, start with it storing the number 0.

Evaluate responses using AI:

OFF

4.

DRAG AND DROP QUESTION

1 min • 1 pt

Create a variable using the options below:
​ (a)   ​ (b)   =​ 22

INT
tempMon
STR
VAR
MONITOR

5.

OPEN ENDED QUESTION

3 mins • 1 pt

Media Image

Using the void setup provided to you, write the code for creating Cyan (Blue+Green) on an RGB LED

Evaluate responses using AI:

OFF

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Will this circuit, if coded correctly, function properly.

Yes

No

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which function is used to set the mode of a pin in an Arduino sketch?

digitalWrite()

analogRead()

pinMode()

delay()

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?