
M3 Quiz (SY 2023 - 2024) - Arduino Intermediate

Quiz
•
Computers
•
9th Grade
•
Medium
Neil Rusia
Used 44+ times
FREE Resource
14 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
3 mins • 1 pt
In Arduino circuit, the RED wire of servo motor is connected to the _________ of the Arduino UNO board.
GND pin
signal/pin number
5V pin
2.
MULTIPLE CHOICE QUESTION
3 mins • 1 pt
In Arduino circuit, the BROWN wire of servo motor is connected to the _________ of the Arduino UNO board.
GND pin
signal/pin number
5V pin
3.
MULTIPLE CHOICE QUESTION
3 mins • 1 pt
What is the code that you will write if you want to add an Arduino library?
int pin;
Servo myServo;
#include<Servo.h>
4.
MULTIPLE CHOICE QUESTION
3 mins • 1 pt
What is the variable name in this code?
Servo leftServo;
Servo
leftServo
leftservo
5.
MULTIPLE CHOICE QUESTION
3 mins • 1 pt
What does this code mean?
myServo.attach(9, 500, 2500);
myServo is attached to pin number 9
myServo is attached to pin number 2500
myServo is attached to pin number 500
6.
MULTIPLE CHOICE QUESTION
3 mins • 1 pt
What is the bug in this code?
void setup(){
myServo.attach(9, 500, 2500)
}
missing period or " . " symbol at the end of the line
missing semi-colon or " ; " symbol at the end of the line
missing bracket or " ] " symbol at the end of the line
7.
MULTIPLE CHOICE QUESTION
3 mins • 1 pt
What does this code do?
myServo.write(90);
delay(15);
myServo will rotate 90 degrees for 15 seconds
myServo will rotate 90 degrees for 15 milliseconds
myServo will rotate 90 degrees for 15 hours
Create a free account and access millions of resources
Similar Resources on Wayground
10 questions
Electronics

Quiz
•
7th - 9th Grade
15 questions
Arduino practice 2

Quiz
•
9th - 11th Grade
10 questions
Quiz Arduino

Quiz
•
9th - 12th Grade
10 questions
Micro:bit quiz

Quiz
•
5th - 9th Grade
12 questions
Day#7

Quiz
•
1st Grade - University
12 questions
EMTECH POP QUIZ

Quiz
•
9th - 12th Grade
10 questions
9° - examen final - P1 - MOD

Quiz
•
9th Grade
10 questions
Programación por Bloques, Arduino y Electrónica

Quiz
•
9th Grade
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
20 questions
Brand Labels

Quiz
•
5th - 12th Grade
15 questions
Core 4 of Customer Service - Student Edition

Quiz
•
6th - 8th Grade
15 questions
What is Bullying?- Bullying Lesson Series 6-12

Lesson
•
11th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
Discover more resources for Computers
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
10 questions
Proper Keyboarding Techniques

Interactive video
•
6th - 10th Grade
14 questions
Inputs and Outputs: Computer Science Intro

Lesson
•
5th - 9th Grade
10 questions
Understanding Computers: Hardware, Software, and Operating Systems

Interactive video
•
7th - 12th Grade