Characteristics of a Buzzer
W8-11

Quiz
•
Computers
•
10th - 11th Grade
•
Medium
Miriam Martínez Montemayor
Used 4+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Input, Digital
Input, Analog
Output, Digital
Output, Analog
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
It's the component that emits sound. You can specify only frequency, or frequency and duration of the tone.
Push Button
LED
Piezo Buzzer
7 Segment Display
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
The result of the following condition when n=20 and m=30
if (n==35) {
Serial.println ("okey");
} else if (m ==20) {
Serial.println("dokey");
} else {
Serial.println("artichokey");
artichokey
okey
dokey
okey dokey
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following switches is connected correctly?
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
This is the code we need to create random numbers
void setup () {
randomSeed(digitalRead(0));
}
void loop () {
random(7);
}
void setup () {
random(7);
}
void loop () {
randomSeed(3,7);
}
void setup () {
randomSeed(analogRead(0));
}
void loop () {
random(7);
}
void setup () {
random(3);
}
void loop () {
randomSeed(analogRead(3));
}
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
This function would give results of 0, 1, 2
random (analog);
random (1,2)
random(0==2);
random (3);
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
On a 7 segment display, these are the segments required on HIGH to display 3
A, B, C, D, E
B, C, D, E, G
DP, A, B, C, F
A, B, C, D, G
Create a free account and access millions of resources
Similar Resources on Quizizz
13 questions
NRW 2022

Quiz
•
7th - 12th Grade
10 questions
AP CSA Unit 1 & 2 Review

Quiz
•
9th - 12th Grade
15 questions
6 Arduino: Potentiometers

Quiz
•
11th Grade
10 questions
Introduction To Java: Hello World

Quiz
•
7th - 12th Grade
10 questions
Study Guide - More Advanced Java

Quiz
•
11th - 12th Grade
9 questions
quis lat soal

Quiz
•
9th - 12th Grade
6 questions
Sains Komputer Tingkatan 4 - 1.3.5 Penggunaan Penyataan

Quiz
•
7th - 12th Grade
12 questions
Java

Quiz
•
11th 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