Arduino Homework Week 4

Arduino Homework Week 4

8th Grade

20 Qs

quiz-placeholder

Similar activities

Robotics Mid-term Assessment Grade VII

Robotics Mid-term Assessment Grade VII

6th Grade - University

25 Qs

Technology 2nd

Technology 2nd

8th Grade

25 Qs

Đề cương ôn tập hk2 môn Công nghệ lớp 5

Đề cương ôn tập hk2 môn Công nghệ lớp 5

5th Grade - University

21 Qs

Arduino Lesson 3 Starter

Arduino Lesson 3 Starter

8th Grade

15 Qs

Arduino Lesson 7 Starter

Arduino Lesson 7 Starter

8th Grade

15 Qs

Arduino Básico para 8°

Arduino Básico para 8°

8th Grade

15 Qs

Arduino Midterm Review 2

Arduino Midterm Review 2

8th - 10th Grade

15 Qs

Electronic Components #1

Electronic Components #1

8th - 10th Grade

15 Qs

Arduino Homework Week 4

Arduino Homework Week 4

Assessment

Quiz

Computers

8th Grade

Medium

Created by

Bayden Schellein

Used 4+ times

FREE Resource

20 questions

Show all answers

1.

LABELLING QUESTION

2 mins • 1 pt

Label the different parts of the code

a
b
c
d
Turn LED ON
Create Variable
Turn LED OFF
Use Variable

2.

LABELLING QUESTION

2 mins • 1 pt

Label the parts of the code

a
b
c
d
delays the code
Creates words on the serial monitor
Prints variable
Creates a variable to store mic reading

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What does this code do?

Turns on the Green LED when noise is detected

Turns on the Red LED when noise is detected

Turns on the Blue LED when noise is detected

Nothing

4.

DRAG AND DROP QUESTION

2 mins • 1 pt

Drag and drop the options below to create the following program:
Create a program that turns the led on and off after a delay.

int ledPin = 13;

int delayTime = 1000;

VOID SETUP(){

​ (a)  

}

VOID LOOP(){

​ (b)  

​ (c)  

​ ​ (d)  

​​ (e)  

}

pinMode(ledPin, OUTPUT);
digitalWrite(ledPin, HIGH);
delay(delayTime);
digitalWrite(ledPin, LOW);

5.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Fill in the blank:
complete the code for sending 5v to an led

_____(redPin, HIGH);

6.

DRAG AND DROP QUESTION

1 min • 1 pt

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

INT
tempMon
STR
VAR
MONITOR

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?