
Arduino Code
Quiz by Tziri Lamm
Feel free to use or edit a copy
includes Teacher and Student dashboards
Measure skillsfrom any curriculum
Measure skills
from any curriculum
Tag the questions with any skills you have. Your dashboard will track each student's mastery of each skill.
With a free account, teachers can
- edit the questions
- save a copy for later
- start a class game
- automatically assign follow-up activities based on students’ scores
- assign as homework
- share a link with colleagues
- print as a bubble sheet
7 questions
Show answers
- Q1Which command is used in the setup() function? (pay attention to correct capitalization)Users enter free textType an Answer45s
- Q2What is the range of values that analogWrite can take?any number you want0-255HIGH and LOW0-50030s
- Q3Put the choices in the correct function in the code:Users sort answers between categoriesSorting45s
- Q4What does the 5 represent in this line of code: digitalWrite(5, LOW)?The number of wires plugged in.The strength of the component (LED).The pin where the component (LED) is plugged in.The order in which the code should run.30s
- Q5What does the 5 represent in this line of code: analogWrite(13, 5)?The order in which the code should run.The strength of the component (LED).The pin where the component (LED) is plugged in.The number of wires plugged in.30s
- Q6What measure of time is used in the command delay()?Users enter free textType an Answer45s
- Q7Match the command with its parameters.Users link answersLinking45s