Pemrograman Arduino- LCD

Quiz
•
Computers
•
12th Grade
•
Medium
Poppy Septiandari
Used 12+ times
FREE Resource
5 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 20 pts
Tipe LCD yang kompatibel dengan Arduino dan umum digunakan adalah LCD 16x2, maksudnya adalah...
Membuat 16 baris dan 2 kolom
Membuat 16 kolom dan 2 baris
Memuat 16 kata dan 2 kalimat
Memuat 16 karakter dan 2 simbol
Memuat 16 karakter dan 2 kolom
2.
MULTIPLE CHOICE QUESTION
30 sec • 20 pts
Pada LCD 16x2 (I2C) terdapat 4 pin, yaitu...
GND, VCC, SDA, dan SCL
GND, VCC, SDM, dan SCL
GND, PWM, SDA, dan SLC
GND, VCC, SAD, dan SLC
GND, PWM, SDA, dan SCL
3.
MULTIPLE CHOICE QUESTION
30 sec • 20 pts
Pada LCD 16x2 (I2C) pin SCL dihubungkan ke pin...... pada arduino
ground
5V
A4
A5
13
4.
MULTIPLE CHOICE QUESTION
30 sec • 20 pts
Untuk menampilkan teks seperti di atas, kode programnya adalah...
lcd.setCursor(2, 1) ;
lcd.print("Arduino UNO! ") ;
lcd. setCursor (7, 2) ;
lcd. print("10") ;
lcd.setCursor(3, 1) ;
lcd.print("Arduino UNO! ") ;
lcd. setCursor (8, 2) ;
lcd. print("10") ;
lcd.setCursor(0, 2) ;
lcd.print("Arduino UNO! ") ;
lcd. setCursor (1, 7) ;
lcd. print("10") ;
lcd.setCursor(1, 3) ;
lcd.print("Arduino UNO! ") ;
lcd. setCursor (2, 8) ;
lcd. print("10") ;
lcd.setCursor(2, 0) ;
lcd.print("Arduino UNO! ") ;
lcd. setCursor (7, 1) ;
lcd. print("10") ;
5.
MULTIPLE CHOICE QUESTION
30 sec • 20 pts
Kode program untuk membuat teks berjalan ke kiri adalah...
lcd. setCursor( )
lcd.scrollDisplayRight( )
lcd.scrollDisplayLeft( )
lcd.scrollDisplay( )
lcd.init( )
Similar Resources on Wayground
10 questions
LCD vs LED vs OLED

Quiz
•
KG - Professional Dev...
5 questions
Soluciones Tecnológicas 2° Parcial

Quiz
•
11th Grade - University
10 questions
8 Arduino: 2x16 Display

Quiz
•
12th Grade
10 questions
Arduino

Quiz
•
12th Grade
10 questions
Arduino

Quiz
•
12th Grade
5 questions
Arduino

Quiz
•
12th Grade
10 questions
Python Math

Quiz
•
1st - 12th Grade
10 questions
Arduino EEPROM

Quiz
•
9th - 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 Computers
20 questions
Digital Citizenship

Quiz
•
8th - 12th Grade
35 questions
Computer Baseline Examination 2025-26

Quiz
•
9th - 12th Grade
13 questions
Problem Solving Process

Quiz
•
9th - 12th Grade
10 questions
Understanding Algorithms with Pseudocode and Flowcharts

Interactive video
•
9th - 12th Grade
19 questions
AP CSP Unit 1 Review (code.org)

Quiz
•
10th - 12th Grade