Quizizz SIOTICS #1
Quiz
•
Information Technology (IT)
•
10th Grade
•
Hard
Siotics Content
FREE Resource
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
25 questions
SAS Dasar Program Keahlian RPL Kelas X
Quiz
•
10th Grade - University
20 questions
Pemrograman Blokly
Quiz
•
9th Grade - University
20 questions
KUIS BAB V PENGEMBANGAN APLIKASI MOBILE
Quiz
•
9th - 12th Grade
20 questions
Computer Basics Quiz
Quiz
•
7th Grade - University
20 questions
Checkboxes e Campos Somente Leitura
Quiz
•
3rd Grade - University
20 questions
Ulangan Harian Kelas 4
Quiz
•
4th Grade - University
22 questions
Informatika Kelas 6
Quiz
•
6th Grade - University
25 questions
SAS 1 Informatika 7
Quiz
•
7th Grade - University
Popular Resources on Wayground
10 questions
Ice Breaker Trivia: Food from Around the World
Quiz
•
3rd - 12th Grade
20 questions
Halloween Trivia
Quiz
•
6th - 8th Grade
25 questions
Multiplication Facts
Quiz
•
5th Grade
4 questions
Activity set 10/24
Lesson
•
6th - 8th Grade
22 questions
Adding Integers
Quiz
•
6th Grade
10 questions
How to Email your Teacher
Quiz
•
Professional Development
15 questions
Order of Operations
Quiz
•
5th Grade
30 questions
October: Math Fluency: Multiply and Divide
Quiz
•
7th Grade
Discover more resources for Information Technology (IT)
10 questions
Ice Breaker Trivia: Food from Around the World
Quiz
•
3rd - 12th Grade
15 questions
Halloween Characters
Quiz
•
7th - 12th Grade
10 questions
Halloween Movies Trivia
Quiz
•
5th Grade - University
14 questions
Halloween Fun
Quiz
•
2nd - 12th Grade
28 questions
Ser vs estar
Quiz
•
9th - 12th Grade
20 questions
Translations, Reflections & Rotations
Quiz
•
8th - 10th Grade
10 questions
Exploring Newton's Laws of Motion
Interactive video
•
6th - 10th Grade
20 questions
Cell organelles and functions
Quiz
•
10th Grade
