Wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Arduino_Quiz

Total questions: 20

Worksheet time: 10mins

Name
Class
Date
1.

The name of the Device used in the shape

a)

Temperature & humidity

b)

ultra Sonic Sensor

c)

Motion Detected Sensor

d)

Proximity Sensor

2.

The name of the Device used in the shape

a)

ultrasonic sensor

b)

Pir Sensor

c)

Key Pad

d)

Proximity Sensor

3.

The name of the Device used in the shape

a)

Proximity Sensor

b)

ultra Sonic Sensor

c)

Speaker

d)

Temperature & Humidity Sensor

4.

The name of the Device used in the shape

a)

Proximity Sensor

b)

Relay

c)

Speaker

d)

Temperature & Humidity Sensor

5.

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");

6.
What is the software for programming Arduino called?
a)
Arduino IDE
b)
System Programmer
c)
Arduino Coder
d)
Arduino Developer
7.

Why does a single ultrasonic sensor have 2 "eyes" on it?

a)

So the ultrasonic waves can hit more objects

b)

So the bot can see differences in color

c)

One eye sends a signal and one receives it

d)

In case one eye stops working the other eye is a backup

8.

Ultrasonic waves are a form of _______ waves

a)

sound

b)

ocean

c)

radio

d)

seismic

9.

What is the maximum speed our bot can go?

a)

100

b)

15

c)

1023

d)

255

10.

How many volts do the ultrasonic sensors need to operate?

a)

5v

b)

12v

c)

3v

d)

10v

11.

An ultrasonic sensor is a device that can measure the ________ to an object by sending out _________ waves.

a)

density / echo

b)

path / seismic

c)

elevation / sonic

d)

distance / sound

12.

The speed of sound is _________ m/s

a)

100

b)

340

c)

250

d)

255

13.

The original wave is called the _____ wave

a)

trig

b)

outbound

c)

echo

d)

re-curve

14.

The reflected wave is called the _____ wave

a)

return

b)

trig

c)

re-curve

d)

echo

15.

1 second equals to _____________.

a)

1000 millisecond

b)

1000 microsecond

16.
A push button on a circuit is an ___________
a)
input
b)
output
c)
command
d)
variable
17.

Identify the component name in the picture shown above

a)

Potentiometer

b)

Push Button Switch

c)

Stepper Motor

d)

Tilt Ball Switch

18.

" if (digitalRead(3)==HIGH) " what is "==" stand for ?

a)

equal

b)

and

c)

or

d)

not

19.

" void setup() " program will...

a)

run once

b)

run repeatedly

20.

Which coding is use for Arduino to get a signal from a pin ?

a)

digitalRead

b)

digitalWrite