
Arduino Programming Quiz

Quiz
•
Physics
•
Professional Development
•
Hard
Puok EL3
Used 2+ times
FREE Resource
35 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the main programming language used to program Arduino?
Python
Java
C/C++
Assembly
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the function pinMode() used for in Arduino?
To read a pin value
To set a pin as input or output
To reset a pin
To write analog value
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the correct function to set a digital pin to HIGH in Arduino?
digitalMode(HIGH)
pinWrite(HIGH)
digitalWrite(HIGH)
digitalWrite(pin, HIGH)
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following is a correct way to start the Serial Monitor?
Serial.start(9600);
Serial.begin(9600);
Begin.Serial(9600);
serialMonitor(9600);
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which pin on the Arduino Uno is used for analog input A0?
Pin 13
Pin 0
Pin A0
Pin D0
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which command is used to create a delay in milliseconds?
wait(1000);
pause(1000);
delay(1000);
hold(1000);
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the data type used to store integer values in C?
string
float
int
double
Create a free account and access millions of resources
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
10 questions
UPDATED FOREST Kindness 9-22

Lesson
•
9th - 12th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
20 questions
US Constitution Quiz

Quiz
•
11th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade