wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Week10: Analog to Digital Conversion and LCD

Total questions: 10

Worksheet time: 5mins

Name
Class
Date
1.

Refer to a figure, which digital pin on the Arduino directly corresponds to the analog input pin A0?

a)

Digital Pin 14

b)

Digital Pin 54

c)

Digital Pin 0

d)

Digital Pin 16

2.

Refer to a figure. How many analog input pins (A0-An) on the Arduino can also function as digital I/O pins?

a)

8

b)

12

c)

14

d)

16

3.

Refer to a figure. Digital Pin 67 on the MCU is associated with which analog input pin?

a)

A19

b)

A5

c)

A13

d)

A1

4.

Refer to the LCD used in the class EE705. What is the standard number of characters per line and line numbers?

a)

8 characters x 1 line

b)

16 characters x 2 lines

c)

20 characters x 4 lines

d)

12 characters x 1 line

5.

What is the primary purpose of an LCD ?

a)

To provide wireless communication capabilities. Which it very important for communication.

b)

To offer a convenient way to interface an LCD display and often some input buttons with an Arduino.

c)

To increase the processing speed and save power on the Arduino.

d)

To act as a power supply and increase the memory for the Arduino.

6.

What type of technology does the distance sensor utilize to measure distance?

a)

Capacitive sensing

b)

Ultrasonic waves

c)

Laser triangulation

d)

Infrared (IR) reflection

7.

What is the typical sensing range of the distance sensor?

a)

10 cm to 80 cm

b)

4 cm to 30 cm

c)

2 cm to 10 cm

d)

20 cm to 150 cm

8.

What type of output signal does the Sharp GP2Y0A21 provide that is proportional to the detected distance?

a)

Digital (TTL) signal

b)

PWM signal

c)

Analog voltage

d)

Serial data

9.

Refer to the picture. As the distance to an object detected by the increases, what happens to its analog output voltage?

a)

The voltage increases linearly.

b)

The voltage decreases non-linearly

c)

The voltage remains constant

d)

The voltage becomes zero

10.

Refer to the figure. What is the purpose of the line const int LED = 50; in this Arduino sketch?

a)

It defines a function named LED that takes an integer argument of 50

b)

It includes a library named LED and uses the constant value 50 within it.

c)

It sets the analog output value of pin 50 to its maximum.

d)

It declares a variable named LED and assigns it the integer value 50