wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Arduino Test

Total questions: 30

Worksheet time: 18mins

Name
Class
Date
1.

What function allows you to play different sounds on a buzzer? 🎶🔊

a)

analogWrite()

b)

digitalWrite()

c)

tone()

d)

Serial.println()

2.

Which connection below lets you create different sounds with the buzzer? 🔊

a)

b)

3.

What happens if you forget to include Serial.begin(9600); in your Arduino program? 📟🤔

a)

You won’t see any data in the Serial Monitor 🚫📊

b)

The Arduino will run faster ⚡

c)

The Serial Monitor will show random characters 🆘

d)

The Arduino will overheat 🔥

4.

Which of the following is the Verify icon?

a)
b)
c)
d)
5.
How long is the LED on?

digitalWrite(13, HIGH); 
 
delay(1000);   
digitalWrite(13, LOW); 
 
delay(1000); 
a)
1000 seconds
b)
100 seconds
c)
1 second
d)
100 milliseconds
6.
Which symbol ends a statement?
a)
Semicolon ;
b)
Parenthesis )
c)
Comma ,
d)
Curly Brace }
7.

2. A==7 means

a)

A is equal to 7

b)

7 is assigned as an int A

c)

A is greater than 7

d)

A is not equal to 7

8.

digitalWrite (LED1,HIGH);

What does it means by HIGH?

a)

Blinking

b)

Switch OFF

c)

Switch ON

d)

Sequence

9.

Which LED is ON ?

a)

8

b)

9

c)

None!

d)

ALL!

10.

What language is the Arduino IDE built on?

a)

Java

b)

HTML

c)

C/C++

d)

Python

11.

THESE PINS ARE?

a)

Digital pins

b)

Pines PWM

c)

Analog Pins

d)

Microcontroller

12.

These Pins are ?

a)

Digital Pins

b)

Pines PWM

c)

Analog pins

d)

Microcontroller

13.

What is the highlighted part

a)

Power Regular

b)

Drums

c)

Voltage Regulator

d)

Microcontroller

14.

What is the highlighted part

a)

Connector for external power supply

b)

Power Button

c)

Connector USB

15.

Identify this component

a)

Arduino Uno board

b)

Raspberry Pi

c)

Breadboard / Protoboard

d)

White Plastic Board

16.

What do you call this component?

a)

capacitor

b)

transistor

c)

diode

d)

resistor

17.

What is an LED's positive leg called?

a)

Anode

b)

Cathode

c)

LED Chip

d)

Flat spot

18.

LDR is also known as-------

a)

protons

b)

photoresister

c)

resister

d)

variable resister

19.

What is #1?

a)

AREF

b)

Reset button

c)

Download button

d)

Built-in buzzer

20.

To keep the LED on , output at pin 13 is written in code as

a)

digitalread(13,HIGH);

b)

digitalRead(13,1);

c)

digitalwrite(13,HIGH);

d)

digitalWrite(13,1);

21.
What is an LED?
a)
a light
b)
a light emitting diode
c)
a part of a circuit
22.
What is an electrical circuit?
a)
An electrical loop with a starting point and an ending point.
b)
An arduino board
c)
A circuit that has leds, potentiometers, positive and negative volts.
23.
Why is a resistor important?
a)
It isn't important
b)
It increases the power of a circuit
c)
It controls the flow of electricity by lessening it to a certain amount
24.

LED is setup-up to blink. LEDs is an

a)

Output

b)

Input

c)

pinMode

d)

digitalWrite

25.

What is the name of this component?

a)

LED

b)

Resistor

c)

Servo Motor

d)

Potentiometer

26.

Ultrasonic waves are a form of _______ waves

a)

sound

b)

ocean

c)

radio

d)

seismic

27.

What type of sensor would be used in this kettle?

a)

Light Sensor

b)

Temperature Sensor

c)

Infra-red sensor

d)

Pressure Sensor

28.

What lines of code run once when the Arduino is turned on/start simulation button is pressed?

a)

b)

c)

d)

29.

Which lines of code run repeatedly while the Arduino is ON?

a)

b)

c)

d)

30.

The sensor used for object detection and distance calculation is __________.

a)

PIR

b)

Ultrasonic sensor

c)

Hall sensor