Quizizz SIOTICS #1
Quiz
•
Information Technology (IT)
•
10th Grade
•
Practice Problem
•
Hard
Siotics Content
FREE Resource
Enhance your content in a minute
25 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 4 pts
Manakah dibawah ini yang merupakan penulisan Library yang benar?
#include /Arduino.h\
$include /Arduino.w\
#include <Arduino.h>
$include <Arduino.w>
#include <Ardunio.h>
2.
MULTIPLE CHOICE QUESTION
45 sec • 4 pts
int potPin = A0; //Pin untuk potensiometer
int potValue = 0;
void loop() {
int potValue = analogRead(potPin);
Serial.print("Pot Value: ");
Serial.println(potValue);
}
Dimanakah letak kesalahan pada kode diatas
Pada line 6 terdapat kesalahan penulisan Serial.println
Pada line 4 seharusnya tidak menggunakan int
Pada line 3 seharusnya void setup()
Pada line 1 kesalahan pada deklarasi potPin, seharusnya nilai potPin adalah 0;
Pada line 5 seharusnya tidak menggunakan string (Pot Value:)
3.
MULTIPLE CHOICE QUESTION
45 sec • 4 pts
delay(50);
Perintah diatas merupakan perintah yang digunakan untuk memberikan delay atau jeda selama.........
500 milidetik
5.000 mikrodetik
5 mikrodetik
0,5 detik
0,05 detik
4.
MULTIPLE CHOICE QUESTION
45 sec • 4 pts
int led = 9;
int ledValue = LOW;
void setup(){
pinMode(led, OUTPUT);
}
void loop () {
digitalWrite(led, ledValue);
delay(1000);
}
Meledak
Menyala
Berkedip
Mati
Kode Error
5.
MULTIPLE CHOICE QUESTION
45 sec • 4 pts
//Deklarasi Variabel
const int buttonPin = 2; // Pin untuk tombol
const int ledPin = 9; // Pin untuk LED dengan PWM
void setup() {
pinMode(buttonPin, INPUT);
pinMode(ledPin, OUTPUT);
}
Dimanakah letak kesalahan pada kode tersebut?
Deklarasi Variabel seharusnya tidak menggunakan cons
Kesalahan pada mode dari ledPin, seharusnya INPUT
Kesalahan pada mode dari buttonPin, seharusnya INPUT_PULLUP
Comment pada kode membuat kode menjadi Error
Variabel buttonPin tidak terdeklarasi dengan baik
6.
MULTIPLE CHOICE QUESTION
45 sec • 4 pts
Manakah dibawah ini yang merupakan contoh penggunaan digitalRead yang benar?
int reading = digitalRead(buttonPin, HIGH)
int reading = digitalRead(buttonPin, OUTPUT);
int reading = digitalRead(buttonPin<51);
int reading = digitalRead(buttonPin);
int reading = digital_read(buttonPin);
7.
MULTIPLE SELECT QUESTION
45 sec • 4 pts
Berapa keluaran teganan dari Arduino Uno?
5V
1V
9V
3,3V
4,8V
Create a free account and access millions of resources
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?
Similar Resources on Wayground
20 questions
Pengenalan Bahasa Pemrograman Python
Quiz
•
9th Grade - University
20 questions
Pretest Riview pembelajaran sistem operasi dan komputer
Quiz
•
10th Grade - University
20 questions
Quiz Berpikir Komputasional Kelas 8
Quiz
•
8th Grade - University
20 questions
Video Game Programming and Design Questions
Quiz
•
9th - 12th Grade
25 questions
Quiz Pemrograman Python
Quiz
•
10th Grade - University
25 questions
Domain 1 Multiple Choice Practice
Quiz
•
10th Grade
25 questions
soal uh 9
Quiz
•
9th Grade - University
22 questions
ÔN TẬP CRV1
Quiz
•
6th Grade - University
Popular Resources on Wayground
10 questions
Honoring the Significance of Veterans Day
Interactive video
•
6th - 10th Grade
9 questions
FOREST Community of Caring
Lesson
•
1st - 5th Grade
10 questions
Exploring Veterans Day: Facts and Celebrations for Kids
Interactive video
•
6th - 10th Grade
19 questions
Veterans Day
Quiz
•
5th Grade
14 questions
General Technology Use Quiz
Quiz
•
8th Grade
25 questions
Multiplication Facts
Quiz
•
5th Grade
15 questions
Circuits, Light Energy, and Forces
Quiz
•
5th Grade
19 questions
Thanksgiving Trivia
Quiz
•
6th Grade
Discover more resources for Information Technology (IT)
10 questions
Honoring the Significance of Veterans Day
Interactive video
•
6th - 10th Grade
10 questions
Exploring Veterans Day: Facts and Celebrations for Kids
Interactive video
•
6th - 10th Grade
10 questions
Understanding Meiosis
Interactive video
•
6th - 10th Grade
10 questions
Exploring the Origins of Veterans Day
Interactive video
•
6th - 10th Grade
28 questions
Ser vs estar
Quiz
•
9th - 12th Grade
10 questions
Understanding Protein Synthesis
Interactive video
•
7th - 10th Grade
10 questions
Exploring Newton's Laws of Motion
Interactive video
•
6th - 10th Grade
10 questions
Exploring the Origins of Veterans Day
Interactive video
•
6th - 10th Grade
