wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Arduino Quiz 5

Total questions: 10

Worksheet time: 5mins

Name
Class
Date
1.

What is an Arduino?

a)

A Computer

b)

A Microcontroller

c)

A Raspberry Pi

d)

A Smart Phone

2.

Why do components need both a Power (5V) and a Ground (GND) connection?

a)

To make a complete electrical circuit

b)

Because we need 2 wires

c)

Because it will overpower the component

d)

Because it looks cool

3.

For the LCD screen, what does "begin()" do?

a)

It turns on the LCD

b)

It makes "Hello World" appear on the LCD

c)

It turns on the backlight

4.

What is the "backlight" on the LCD?

a)

It brightens the LCD screen

b)

It powers on the LCD screen

c)

It adds "Hello World" to the LCD screen

5.

What does "setBacklight(1)" do?

a)

It adds "Hello World" to the LCD screen

b)

It turns on the LCD screen

c)

It turns on the backlight on the LCD screen

6.

What does "clear()" do?

a)

It clears the script from the Arduino

b)

It clears the LCD screen of any characters

c)

It clears the power and ground connections to the LCD screen

d)

It clears the resistance on the LCD screen

7.

What does "setCursor()" do?

a)

It powers on the backlight of the LCD screen

b)

It clears the LCD screen of all characters

c)

It sets the position of the potentiometer on the LCD screen

d)

It sets the position of the cursor on the LCD screen

8.

What are the 2 numbers in "setCursor()" for?

a)

1st: column number, 2nd: row number

b)

1st: row number, 2nd: column number

c)

1st: row number, 2nd: row number

d)

1st: Power, 2nd: Ground

9.

What does "print()" do for the LCD screen?

a)

It prints "Hello World" in the console window

b)

It prints "Hello World" on the second row of the LCD screen

c)

It prints "Hello World" at the cursor position on the LCD screen

10.

What does "delay(1000)" do?

a)

It delays the code for 1 millisecond

b)

It delays the code for 1 second

c)

It delays the code for 1000 seconds

d)

It delays the code for 1000 microseconds