wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Basic Arduino

Total questions: 25

Worksheet time: 11mins

Name
Class
Date
1.
What do we call the chip used to control external systems?
a)

Brain

b)

Integrated Circuit (IC)

c)

LED

d)
Microcontroller
2.

Identify this component

a)

Arduino Uno board

b)

Raspberry Pi

c)

Breadboard / Protoboard

d)

White Plastic Board

3.

Identify this component

a)

Uno Cards

b)

Raspberry Pi

c)

Arduino Duo board

d)

Arduino Uno board

4.

In the electrical industry, Wire color red is positive or negative?

a)

Positive

b)

Negative

5.

This is a....

a)

multi-line comments

b)

emoji

6.

Choose the correct syntax.

a)
b)
c)
d)
7.

Choose the correct syntax.

a)
b)
c)
8.

int LED1=4;

Is that necessary to label LED into LED1, LED2, LED3 and so on....

a)

YES

b)

NO

9.

digitalWrite(13,LOW)digitalWrite(13,LOW)  means?

a)

execute pin 13; on

b)

execute pin 13; off

10.

Which LED will be turned on?

a)

Pin 2 to Pin 13

b)

Pin 1 to Pin 13

c)

Pin 7

11.

LED is ______

a)

Output

b)

Input

12.

Soil Moisture Sensor is ______

a)

Output

b)

Input

13.

Battery is ______

a)

Resistor

b)

Input

c)

Output

d)

Power supply

14.

Is anode positive or negative?

a)

positive

b)

negative

15.

What is the symbol of Positive in electrical?

a)

-

b)

+

16.

Based on the picture, What does LED stand for?

a)


Light

b)

Light Energy Diode

c)

light-emitting diode

d)


lighted electric dot

17.

What does the digitalWrite(13, HIGH) command do?

a)

Turns off pin 13

b)

Turns on pin 13

18.

This circuit for connect to the power supply?

a)

Correct

b)

No

19.

Based on the picture, What is the LED pin for green?

a)

pin 6

b)

pin 7

c)

pin 8

d)

pin 9

20.

Based on the picture, What is the name of the component?

a)

Soil Moisture Sensor

b)

Arduino Mega

c)

LED

d)

Ultrasonic Sensor

21.

Based on the picture, this circuit correct or not?

a)

Correct

b)

No

22.

What is the purpose of the pinMode(4, OUTPUT) function?

a)

Set pin 4 as an input

b)

Set pin 4 as an output

23.

Which component is used to connect multiple circuits?

a)

Resistor

b)

Transistor

c)

Jumper Wire

d)

Capacitor

24.

What does the analogRead(A0) function do?

a)

Read the digital value from pin A0

b)

Read the analog value from pin A0

25.

What is the function of digitalRead(2)?

a)

Read the digital value from pin 2

b)

Write a digital value to pin 2