wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Arduino Intermediate Level 2

Total questions: 10

Worksheet time: 5mins

Name
Class
Date
1.

What is the name of this microcontroller board?

a)

8-+

b)

8 UNO

c)

Arduino UNO

d)

Liquid Crystal

2.

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

a)

DS3231.h

b)

Servo.h

c)

LiquidCrystal_I2C.h

d)

Arduino.h

3.

Choose two (2) usage of this component in your daily lives:

a)

Reverse car sensor

b)

Alarm clock

c)

Speaker

d)

Distance sensor

4.

What are the TRUE differences between this component in the picture and a DC MOTOR?

a)

This component can turn to specific angle and DC Motors cannot

b)

This component need 3 wires to connect

c)

DC Motor can turn to 180 degrees only

d)

DC Motor needs a signal wire, 5V and GND; this component needs 2 wires only

5.

Which of the following library we need to include in our code to use the module in the picture?

a)

Serial.h

b)

Servo.h

c)

LiquidCrystal_I2C.h

d)

DS3231.h

6.

Which of the following is true about the TTP224 Capacitive Touch Switch?

a)

It connects to SDA & SCL

b)

It requires a library to function

c)

It has built in temperature sensor

d)

It has 4 direct output pins

7.

The picture shows the inside component of a servo motor. What do you think is the use for the potentiometer?

a)

As a position sensor

b)

To prevent short circuit

c)

Adjust the speed

d)

Smoother gear movement

8.

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

a)

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

b)

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

c)

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

d)

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

9.

Which LiquidCrystal function will produce an output of the word "Coding" like in the picture?

a)

lcd.blink();

b)

lcd.init();

c)

lcd.autoscroll();

d)

lcd.rightToLeft();

10.

Which of the following Arduino modules are associated with sound (using sound as INPUT or OUTPUT)?

a)
b)
c)
d)