LiquidCrystal_I2C Arduino Tutorial

LiquidCrystal_I2C Arduino Tutorial

Assessment

Interactive Video

Information Technology (IT)

Vocational training

Hard

Created by

Currriculum Departmen

FREE Resource

6 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How many total characters can a 20x4 LCD screen display?

32 characters

40 characters

64 characters

80 characters

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a primary advantage of using an I2C converter with an LCD screen and Arduino?

It increases the display resolution.

It allows for wireless communication.

It significantly reduces the number of Arduino pins required for connection.

It provides a brighter backlight for the LCD.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which Arduino pins are typically used to connect the SDA and SCL pins of an I2C converter?

Digital pins 0 and 1

Analog pins A0 and A1

Analog pins A4 and A5

Digital pins 12 and 13

4.

MULTIPLE CHOICE QUESTION

30 sec • Ungraded

Are you enjoying the video lesson?

Yes

No

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What libraries are included at the top of the LCD source code?

Wire.h and LiquidCrystal_I2C.h

Serial.h and LiquidCrystal.h

EEPROM.h and SD.h

SPI.h and Ethernet.h

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does lcd.setCursor(1, 0) do in the Arduino code for the LCD?

Sets the cursor to the first column of the second row.

Sets the cursor to the second column of the first row.

Sets the cursor to the first column of the first row.

Sets the cursor to the second column of the second row.