Y8 EOT Quiz: Arduino Basics

Y8 EOT Quiz: Arduino Basics

8th Grade

30 Qs

quiz-placeholder

Similar activities

Microbit

Microbit

7th - 10th Grade

30 Qs

Robótica Educacional

Robótica Educacional

6th - 8th Grade

30 Qs

Microsoft Word 2016 Vocabulary

Microsoft Word 2016 Vocabulary

8th Grade

25 Qs

arduino 2

arduino 2

6th - 8th Grade

33 Qs

Chapter 1 Exam Review

Chapter 1 Exam Review

8th Grade - University

25 Qs

IC3 gs5 Spark

IC3 gs5 Spark

6th - 12th Grade

26 Qs

PLTW CSIM Lesson 1 Assessment

PLTW CSIM Lesson 1 Assessment

5th - 9th Grade

35 Qs

Computer Pretest1(Arduino Grade8_t1)

Computer Pretest1(Arduino Grade8_t1)

3rd Grade - University

25 Qs

Y8 EOT Quiz: Arduino Basics

Y8 EOT Quiz: Arduino Basics

Assessment

Quiz

Computers

8th Grade

Medium

Created by

APR E

Used 1+ times

FREE Resource

30 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does pinMode(13, OUTPUT); do?

Turns on the LED

Sets pin 13 as an output pin

Reads the button

Connects to power

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which command turns an LED ON?

digitalOff(13);

digitalWrite(13, HIGH);

writeDigital(13);

pinOn(13);

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which pin is used for the built-in LED?

Pin 2

Pin 13

A0

GND

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does digitalRead(2); return?

HIGH or LOW depending on the button state

The value of the LED

1.5V

A string

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a delay(1000); used for?

To reset the board

To pause the code for 1 second

To blink the LED faster

To read the sensor

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does digitalWrite(13, LOW); do?

Brightens the LED

Turns off the LED

Reads from the LED

Sets the LED to input

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which block reads from a button connected to pin 2?

readPin(2);

digitalRead(2);

inputPin(2);

checkButton();

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?