wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Arduino Quiz #1: Basics

Total questions: 12

Worksheet time: 17mins

Name
Class
Date
1.

What is Arduino?

4 lines
2.

Choose the pictures which are hardware.

a)
b)
c)
d)
3.

What are pins on the Arduino board used for?

a)

Makes the board stable and fast

b)

Keep notes and code

c)

Connect to additional hardware components

d)

Shows you if the board is on or off.

4.

What is the advantage of using pins on the Arduino microcontroller?

a)

Can connect via wireless signals

b)

Communicate to other hardware

c)

A strong and permanent solution

d)

Prototype and connect components quickly

5.

Which of these are INPUT devices

a)

Keyboard

b)

Hard drive

c)

Speakers

d)

Processor (CPU)

6.

Which of these are OUTPUT devices

a)

Keyboard

b)

Hard drive

c)

Speakers

d)

Processor (CPU)

7.

What is the difference between hardware and software?

4 lines
8.

Which option best describes syntax?

a)

The code's XP

b)

The code that tells the Arduino to switch on and off

c)

The exact writing that the code has to be in.

d)

Syntax is a problem in the code.

9.

What is the difference between void setup () and void loop () in the Arduino IDE?

4 lines
10.

The pins on the Arduino board is for....

a)

Sending radio signals

b)

Buttons for the computer

c)

Connecting software

d)

Connecting hardware

11.

What is the function of the code delay ()?

4 lines
12.

What should you put instead of the x if you want to work with the on-board LED: pinMode (x, OUTPUT);

a)

13

b)

10

c)

9

d)

4