Arduino Lesson 5 Starter

Arduino Lesson 5 Starter

8th Grade

12 Qs

quiz-placeholder

Similar activities

Aurdino Quiz

Aurdino Quiz

5th - 12th Grade

13 Qs

Arduino Programming 1

Arduino Programming 1

8th Grade

12 Qs

Arduino Básico para 8°

Arduino Básico para 8°

8th Grade

15 Qs

Day#7

Day#7

1st Grade - University

12 Qs

TP8 - V5 - Oefentoets deel1

TP8 - V5 - Oefentoets deel1

7th - 12th Grade

12 Qs

Adobe Photoshop Image Types

Adobe Photoshop Image Types

8th Grade

10 Qs

Arduino

Arduino

7th - 8th Grade

13 Qs

Micro:bit quiz

Micro:bit quiz

5th - 9th Grade

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