Search Header Logo

Y8 EOT Quiz: Arduino Basics

Authored by APR E

Computers

8th Grade

Used 2+ times

Y8 EOT Quiz: Arduino Basics
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

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

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?