Search Header Logo

Arduino Lesson 5 Starter

Authored by Bayden Schellein

Computers

8th Grade

Used 1+ times

Arduino Lesson 5 Starter
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

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()

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?