wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Arduino Push button

Total questions: 15

Worksheet time: 10mins

Name
Class
Date
1.

This part is called a

a)

Piezo buzzer

b)

Push button

c)

Potentiometer

d)

None of the Above

2.
The (+) column on your breadboard represents the positive charge or power to your circuit.
a)
True
b)
False
3.
The (-) column on your breadboard represents the ground.
a)
True
b)
False
4.
A push button on a circuit is an ___________
a)
input
b)
output
c)
command
d)
variable
5.

Identify the component name in the picture shown above

a)

Potentiometer

b)

Push Button Switch

c)

Stepper Motor

d)

Tilt Ball Switch

6.

Identify the component name in the picture shown above

a)

Push Button Switch

b)

Potentiometer

c)

Tilt Ball Switch

d)

IR Sensor

7.

Which of the following electronic components does not have polarities?

a)

LEDs

b)

Diodes

c)

Dry cells

d)

Push buttons

8.

It is an component that enables one to momentarily close the circuit when applied with pressure.

a)

LEDs

b)

Diodes

c)

Dry Cells

d)

Push buttons

9.

How much voltage is enough Arduino to work

a)

5 to 12 Volt

b)

4 to 9 Volt

10.

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

a)

equal

b)

and

c)

or

d)

not

11.

" void setup() " program will...

a)

run once

b)

run repeatedly

12.

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

a)

digitalRead

b)

digitalWrite

13.
How do you zoom in on Tinkercad?
a)
Spacebar
b)
Use the arrows on the keyboard
c)
Use the scroll wheel
d)
Right Click
14.

Arduino can interact with...

a)

buttons, leds

b)

smartphone

c)

sensors

d)

all of the above

15.

What is a PushButton?

a)

Digital Input

b)

Digital Output

c)

Analog Input

d)

Analog Output