Quizizz SIOTICS #3

Quiz
•
Information Technology (IT)
•
10th Grade
•
Hard
Siotics Content
FREE Resource
15 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 6 pts
Kode apa yang digunakan untuk membuat teks bergerak ke arah kiri dalam LCD?
slideScreenLeft()
lcd.left()
slideScreenRight()
scrollDisplayRight()
scrollDisplayLeft()
2.
MULTIPLE CHOICE QUESTION
30 sec • 6 pts
#include <LiquidCrystal_I2C.h>
#include <Wire.h>
String text = "Hello World";
LiquidCrystal_I2C lcd(0x27, 16, 2);
void setup() {
lcd.init();
lcd.start(16, 2);
lcd.backlight();
lcd.print(text);
}
void loop() {
}
Dimanakah letak kesalahan pada program tersebut?
lcd.start() diganti dengan lcd.begin()
Tidak ada tanda titik koma pada include library
lcd.print seharusnya menggunakan tanda string ("
Variabel text seharusnya menggunakan tipe data int
void loop harus diisi
3.
MULTIPLE CHOICE QUESTION
30 sec • 6 pts
void loop () {
lcd.init();
lcd.begin(16, 2);
lcd.backlight();
lcd.setCursor(12, 1);
lcd.print("Hello World!");
}
Teks Hello World akan di print di lcd pada kolom dan baris ke berapa?
Kolom ke-2 dan Baris ke-13
Kolom ke-13 dan Baris ke-2
Kolom ke-12 dan Baris ke-1
Kolom ke-1 dan Baris ke-12
Hello World tidak akan diprint karna error
4.
MULTIPLE CHOICE QUESTION
30 sec • 6 pts
void setup() {
Serial.begin(9600);
Serial.print("Hello World/n");
}
Apa print yang muncul di Serial Monitor?
Hello World
9600
Tidak ada print karena error
Serial
Hello World/n
5.
MULTIPLE CHOICE QUESTION
30 sec • 6 pts
Serial yang dipakai di Arduino melewati kabel USB, yaitu dari tipe ... ke ...?
B mini ke A
C ke B
C mini ke A
A ke B
A mini ke B
6.
MULTIPLE CHOICE QUESTION
30 sec • 6 pts
void setup() {
Serial.begin(9600);
}
void loop() {
for (int i=1; i<=9; i++) {
Serial.println("Hello World");
delay(100);
}
}
Berapa kali Hello World akan diprint dalam Serial Monitor?
7 kali
Print dilakukan terus menerus tanpa akhir
8 kali
9 kali
Print error
7.
MULTIPLE CHOICE QUESTION
30 sec • 6 pts
int led = 3;
void setup() {
pinMode(led, OUTPUT);
for(int f=3; f<7; f++) {
digitalWrite(led, HIGH);
delay(100);
digitalWrite(led, LOW);
delay(100);
}
}
Berapa kali led akan berkedip?
3
Led tidak berkedip
6
4
7
Create a free account and access millions of resources
Similar Resources on Wayground
10 questions
Quiz1 Kelas XII

Quiz
•
12th Grade
10 questions
Pemrograman & Aplikasi Mikrokontroler (Pengenalan IDE)

Quiz
•
11th Grade - University
20 questions
Algoritma Struktur Data

Quiz
•
University
12 questions
CLC Lesson 7 Quiz

Quiz
•
University
15 questions
Selection Programming_If condition

Quiz
•
8th Grade - University
20 questions
Pengenalan Bahasa Pemrograman Python

Quiz
•
9th Grade - University
20 questions
Python Quiz Girls in ICT Day

Quiz
•
University
20 questions
Debugging Neopixel Programming

Quiz
•
12th Grade
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
9/11 Experience and Reflections

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

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
9 questions
Tips & Tricks

Lesson
•
6th - 8th Grade
Discover more resources for Information Technology (IT)
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
9/11 Experience and Reflections

Interactive video
•
10th - 12th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
20 questions
Getting to know YOU icebreaker activity!

Quiz
•
6th - 12th Grade
10 questions
Impact of 9/11 and the War on Terror

Interactive video
•
10th - 12th Grade
21 questions
Lab Safety

Quiz
•
10th Grade
28 questions
Ser vs estar

Quiz
•
9th - 12th Grade
6 questions
Biography

Quiz
•
4th - 12th Grade