Arduino Programming Quiz

Arduino Programming Quiz

University

13 Qs

quiz-placeholder

Similar activities

Desimulate

Desimulate

University

10 Qs

nestedif _ And _ Or

nestedif _ And _ Or

University

10 Qs

Day#7

Day#7

1st Grade - University

12 Qs

การเขียนโปรแกรมอาร์ดุยโน

การเขียนโปรแกรมอาร์ดุยโน

University

10 Qs

Arduino Push button

Arduino Push button

University

15 Qs

UTS ROBOTIKA

UTS ROBOTIKA

University

10 Qs

Awesome MyReSkill IoT

Awesome MyReSkill IoT

12th Grade - Professional Development

10 Qs

Embedded System-Review

Embedded System-Review

University

15 Qs

Arduino Programming Quiz

Arduino Programming Quiz

Assessment

Quiz

Computers

University

Hard

Created by

Justiel Velasco

Used 3+ times

FREE Resource

13 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

What is the definition of a digital signal?

Analog values converted to digital

Continuous values within a range

Discrete values represented as HIGH (1) or LOW (0)

Variable voltage/current

2.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Which of the following is an example of a digital sensor?

Light sensor

Button

Temperature sensor

Potentiometer

3.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

What does the analogRead() function do?

Writes a HIGH or LOW value to a digital pin

Reads the value from a specified analog pin

Configures a pin as input or output

Pauses the program for a specified time

4.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

What is the purpose of the setup() function in an Arduino sketch?

Reads incoming serial data

Runs repeatedly after setup

Writes data to the serial port

Initializes variables and sets pin modes

5.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Which command is used to write a HIGH value to a digital pin?

pinMode(pin, mode)

analogWrite(pin, value)

digitalWrite(pin, value)

digitalRead(pin)

6.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

What is the range of values returned by analogRead() for a 10-bit ADC?

0 to 255

0 to 1023

0 to 4095

0 to 512

7.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

What does the delay(ms) function do?

Pauses the program for a specified time

Initializes serial communication

Configures a pin as input or output

Reads the value from a digital pin

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?