Arduino Lesson 5 Starter

Arduino Lesson 5 Starter

8th Grade

12 Qs

quiz-placeholder

Similar activities

Mecatronica IOQ 5to 3

Mecatronica IOQ 5to 3

8th - 9th Grade

10 Qs

Introduction of Arduino

Introduction of Arduino

6th - 8th Grade

12 Qs

9 . Arduino Piano

9 . Arduino Piano

6th - 8th Grade

10 Qs

Examen TinkerCAD 1

Examen TinkerCAD 1

6th - 8th Grade

10 Qs

Electroduino

Electroduino

4th - 8th Grade

15 Qs

Mecatrónica IOQ 5to 2

Mecatrónica IOQ 5to 2

8th - 10th Grade

10 Qs

Arduino

Arduino

8th - 10th Grade

12 Qs

arduino

arduino

1st - 12th Grade

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