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
Characteristics of a Buzzer
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 Wayground
10 questions
JAVA

Quiz
•
11th Grade
8 questions
Printing in Java

Quiz
•
9th - 12th Grade
10 questions
Java Quiz 1: Introduction

Quiz
•
6th - 12th Grade
10 questions
Robotik Kodlama

Quiz
•
10th Grade
10 questions
Informatik - Kontrollstrukturen

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

Quiz
•
11th - 12th Grade
15 questions
Java Math

Quiz
•
9th - 12th Grade
7 questions
Pentaksiran T4(menulis kod arahan Java)

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

Quiz
•
6th - 12th Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
10 questions
UPDATED FOREST Kindness 9-22

Lesson
•
9th - 12th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
20 questions
US Constitution Quiz

Quiz
•
11th 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
20 questions
Analog vs Digital

Quiz
•
9th - 12th Grade
10 questions
Exploring Cybersecurity Techniques and Threats

Interactive video
•
6th - 10th Grade
10 questions
Understanding the Internet and Data Transmission

Interactive video
•
7th - 12th Grade