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
ASESMEN DIAGNOSTIK INFORMATIKA X DPB 2

Quiz
•
10th Grade - University
10 questions
Microsoft Word 2019 - Mail Merge

Quiz
•
10th Grade - University
15 questions
TYPES OF MEDIA

Quiz
•
12th Grade
10 questions
Continue операторы

Quiz
•
9th - 12th Grade
15 questions
Bài 27

Quiz
•
10th Grade - University
15 questions
Python String Methods Quiz

Quiz
•
10th Grade
15 questions
Python Loop

Quiz
•
University
10 questions
IT dan Design Dasar

Quiz
•
University
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
20 questions
Brand Labels

Quiz
•
5th - 12th Grade
15 questions
Core 4 of Customer Service - Student Edition

Quiz
•
6th - 8th Grade
15 questions
What is Bullying?- Bullying Lesson Series 6-12

Lesson
•
11th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
Discover more resources for Information Technology (IT)
20 questions
Brand Labels

Quiz
•
5th - 12th Grade
10 questions
Video Games

Quiz
•
6th - 12th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
28 questions
Ser vs estar

Quiz
•
9th - 12th Grade
10 questions
Exploring Newton's Laws of Motion

Interactive video
•
6th - 10th Grade
20 questions
Cell organelles and functions

Quiz
•
10th Grade
10 questions
Colonial Grievances Against the King Quiz

Quiz
•
10th Grade
13 questions
BizInnovator Startup - Experience and Overview

Quiz
•
9th - 12th Grade