Understanding Arduino Basics

Understanding Arduino Basics

9th - 12th Grade

10 Qs

quiz-placeholder

Similar activities

Mecatronica IOQ 5to 3

Mecatronica IOQ 5to 3

8th - 9th Grade

10 Qs

INTRODUCTION ARDUINO

INTRODUCTION ARDUINO

12th Grade

10 Qs

LO11_Lesson 8

LO11_Lesson 8

9th Grade

10 Qs

Prima Liceo Diagnóstico

Prima Liceo Diagnóstico

9th - 12th Grade

15 Qs

Quiz # 1 Grado 11

Quiz # 1 Grado 11

11th Grade

14 Qs

arduino

arduino

1st - 12th Grade

9 Qs

Robotika Dasar

Robotika Dasar

11th Grade

15 Qs

Sistem Arduino

Sistem Arduino

12th Grade

10 Qs

Understanding Arduino Basics

Understanding Arduino Basics

Assessment

Quiz

Computers

9th - 12th Grade

Medium

Created by

Domingo Chu

Used 4+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the primary function of a digital input on an Arduino?

To output analog signals to external devices.

To store data from sensors permanently.

To control the power supply to the Arduino.

To read binary signals (HIGH or LOW) from external devices.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which Arduino function is used to set a pin as an input or output?

pinMode()

analogRead()

delay()

digitalWrite()

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What voltage levels correspond to HIGH and LOW in Arduino's digital logic?

HIGH: 5V, LOW: 2V

HIGH: 3.3V, LOW: 1.5V

HIGH: 0V, LOW: 1V

HIGH: >2.5V, LOW: <0.5V

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which function reads the state of a digital input pin?

pinStatus(pin)

readDigital(pin)

getPinState(pin)

digitalRead(pin)

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the range of values returned by the analogRead() function?

-1 to 1023

0 to 1023

0 to 512

1 to 1024

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which pins on the Arduino are typically used for analog input?

B0 to B5

A6 to A10

A0 to A5

D0 to D5

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which function is used to write an analog value to a PWM pin?

setPWM

writeAnalog

digitalWrite

analogWrite

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?