Understanding Arduino Basics

Understanding Arduino Basics

9th - 12th Grade

10 Qs

quiz-placeholder

Similar activities

LO11_Lesson 7

LO11_Lesson 7

9th Grade

10 Qs

SIOT - Komunikasi Data Serial UART

SIOT - Komunikasi Data Serial UART

11th - 12th Grade

15 Qs

Controlando uma porta digital e LED

Controlando uma porta digital e LED

11th Grade

8 Qs

ROBO EF A15M1 Programação de Semáforo com Arduino

ROBO EF A15M1 Programação de Semáforo com Arduino

10th Grade

10 Qs

10. Sınıf 2.2 Yazılı Sınavı Öncesi Çalışma Soruları

10. Sınıf 2.2 Yazılı Sınavı Öncesi Çalışma Soruları

10th Grade

10 Qs

Latihan PAS Gajil MM

Latihan PAS Gajil MM

11th Grade

10 Qs

LAT SOAL ARDUINO 1

LAT SOAL ARDUINO 1

12th Grade

10 Qs

Pengenalan Arduino

Pengenalan Arduino

9th 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?