wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Arduino Level 2 (LCD)

Total questions: 10

Worksheet time: 10mins

Name
Class
Date
1.

What is the full form of LCD?

(a)  

2.

How many jumper wires we will connect to LCD I2C module?

(a)  

3.

VCC from LCD will be connected where in Arduino Uno board?

(a)  

4.

What are the 4 libraries we need to install for LCD in Arduino IDE?

(a)  

5.

What I2C address we are using in LCD Arduino coding?

(a)  

6.

What code you need to type in Arduino IDE, if you want to display any other words in LCD?

(a)  

7.

How many columns and rows got in LCD to create a set cursor?

(a)  

8.

In each row, how many words or numbers we can type to display in LCD?

(a)  

9.

LiquidCrystal_I2C (0x27, 16, 12);

This code line has some mistakes. Check and correct it.

(a)  

10.

#inculde >LiquidCrystal_I2C.h lcd<

This code line has some mistakes. Check and correct it.

(a)