Arduino (LCD)

Arduino (LCD)

9th - 12th Grade

5 Qs

quiz-placeholder

Similar activities

Latihan PAS Gajil MM

Latihan PAS Gajil MM

11th Grade

10 Qs

Week 3 Arduino Basics Quiz

Week 3 Arduino Basics Quiz

7th - 12th Grade

10 Qs

Arduino

Arduino

12th Grade

10 Qs

DDapps S7-10

DDapps S7-10

11th Grade

10 Qs

8 Arduino: 2x16 Display

8 Arduino: 2x16 Display

12th Grade

10 Qs

LCD

LCD

9th - 11th Grade

10 Qs

Python Math

Python Math

1st - 12th Grade

10 Qs

S7 DDapps22

S7 DDapps22

11th Grade

10 Qs

Arduino (LCD)

Arduino (LCD)

Assessment

Quiz

Computers

9th - 12th Grade

Medium

Used 15+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How many characters ( in total ) can LCD 16x2 display at the same time ?

8

16

32

2

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

The name of the device shown in the figure is :

LCD 16*2

LED 16*2

7 segment

Arduino Uno Board

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

The code shown in the picture is to :

start writing on the LCD

Printing ( begin ) in the LCD

initialize the LCD

To include the library of the LCD

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What is the name of the library that we include in your Arduino code to use this specific module?

DS3231.h

Servo.h

LiquidCrystal_I2C.h

Arduino.h

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Which code will display the text on the LCD like the picture given?

lcd.setCursor(4,2); lcd.print("Coding");

lcd.setCursor(2,4); lcd.print("Coding");

lcd.setCursor(3,1); lcd.print("Coding");

lcd.setCursor(1,3); lcd.print("Coding");