
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
Similar Resources on Wayground
Popular Resources on Wayground
18 questions
Writing Launch Day 1

Lesson
•
3rd Grade
11 questions
Hallway & Bathroom Expectations

Quiz
•
6th - 8th Grade
11 questions
Standard Response Protocol

Quiz
•
6th - 8th Grade
40 questions
Algebra Review Topics

Quiz
•
9th - 12th Grade
4 questions
Exit Ticket 7/29

Quiz
•
8th Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
19 questions
Handbook Overview

Lesson
•
9th - 12th Grade
20 questions
Subject-Verb Agreement

Quiz
•
9th Grade