Purpose is to simulate an analog output
SIK Lessons 3-9

Quiz
•
Computers
•
9th - 12th Grade
•
Hard
Used 9+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Voltage Divider
Pulse Width Modulation
Pull-Up Resistor
Servo
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
A code command that is used to make choices in your program
While loop
For loop
If/Else Statement
Constrain
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What does this segment of code do?
int ledPins[ ] = [2,3,4,5,6,7,8,9];
digitalWrite(ledPins[1], LOW);
Turns digital pin 3 on
Turns digital pin 2 off
Turns digital pin 2 on
Turns digital pin 3 off
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What does this segment of code do?
if ((mode == heat) && ((temperature < threshold) || (override == true)))
{
digitalWrite(HEATER, HIGH);
}
Will turn on heater if you're in heating mode OR the temperature is low AND if you turn on a manual override
Will turn on heater if you're in heating mode AND the temperature is low OR if you turn on a manual override
Will turn on heater if you're in heating mode AND the temperature is high OR if you turn on a manual override
Will turn on heater if you're in heating mode OR the temperature is high AND if you turn on a manual override
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of these is not like the others?
Photo Resistor
Flex Sensor
Potentiometer
Servo
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which word represents speed in bits per second?
bandwidth
baud rate
latency
bit rate
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What does this segment of code do?
lightLevel = map(lightLevel, 0, 1023, 0, 255);
It will take lightLevel's current range from 0 to 255 and expand it into the large range from 0 to 1023
It will assign lightLevel a series of values that include 0, 1023, 0 and 255
It will take lightLevel's current range from 0 to 1023 and squeeze it into the smaller range from 0 to 255
It will assign lightLevel a high value of 1023
Create a free account and access millions of resources
Similar Resources on Quizizz
10 questions
Day#5

Quiz
•
12th Grade - University
10 questions
Arduino - Exercise 5 Simple Digital Input

Quiz
•
11th Grade
9 questions
sensores

Quiz
•
9th Grade
12 questions
Robotik Kodlama Sınavı

Quiz
•
10th Grade
10 questions
Robotik Kodlama

Quiz
•
10th Grade
15 questions
6 Arduino: Potentiometers

Quiz
•
11th Grade
10 questions
Arduino - Exercise 1 Blink

Quiz
•
10th - 11th Grade
10 questions
Day#6

Quiz
•
1st Grade - University
Popular Resources on Quizizz
15 questions
Character Analysis

Quiz
•
4th Grade
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
10 questions
American Flag

Quiz
•
1st - 2nd Grade
20 questions
Reading Comprehension

Quiz
•
5th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
18 questions
Full S.T.E.A.M. Ahead Summer Academy Pre-Test 24-25

Quiz
•
5th Grade
14 questions
Misplaced and Dangling Modifiers

Quiz
•
6th - 8th Grade
Discover more resources for Computers
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
20 questions
Taxes

Quiz
•
9th - 12th Grade
17 questions
Parts of Speech

Quiz
•
7th - 12th Grade
20 questions
Chapter 3 - Making a Good Impression

Quiz
•
9th - 12th Grade
20 questions
Inequalities Graphing

Quiz
•
9th - 12th Grade
10 questions
Identifying equations

Quiz
•
KG - University