wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Arduino Basics and troubleshooting

Total questions: 12

Worksheet time: 4mins

Name
Class
Date
1.

In which of the following does electricity flow?

a)

Open circuit

b)

Closed circuit

c)

None of the options are correct

2.

If there are several probable causes to a problem, which should be tested first?

a)

The easiest and most obvious

b)

The most complex and difficult to diagnose

c)

Those chosen by random selection

d)

Those the teachers believe are the most important

3.

Suppose you get the following options from the port, which one must you select to upload the program properly to the board

a)

COM 2

b)

COM 4(Arduino/Genuino Uno)

c)

Serial upload

d)

COM 3 (Upload to Arduino board)

4.

When a problem is extensive, What should you do in order to help solve it?

a)

Break it down into smaller problems

b)

Ask a friend

c)

Call the manufacturer for assistance

d)

Test the problem

5.

The long leg of the LED (Anode) must be connected to:

a)

The signal

b)

The ground

c)

Any cable

d)

The resistor

e)

None of the options are correct

6.

What can you determine from the following picture?

a)

There is a problem with the connections in the board

b)

There is an error in the code

c)

A problem occured while uploading the program to the board

d)

All the options are correct

7.

What type of circuit is the one you see in the image

a)

Open circuit

b)

DC circuit

c)

AC circuit

d)

Closed circuit

e)

Power circuit

8.

We want to turn on the built-in LED of the Arduino board, What pin and configuration do we use?

a)

pin 11 as an INPUT

b)

pin 13 as an OUTPUT

c)

pin 3 as an OUTPUT

d)

pin BUILT as an OUTPUT

e)

pin 13 as an INPUT

9.

Which button helps us find errors in the code?

a)

Upload

b)

Download

c)

Verify

d)

Error finder

e)

Fixer

10.

The code that is repeated over and over again in Arduino is:

a)

void setup

b)

void repeat

c)

void doItAgain

d)

void loop

e)

None of the options are correct

11.

BONUS: would the following assembly work if.....

a)

You change the cable from GND to pin 13

b)

None of the options are correct

c)

You change the 8 by a 10 in the code

d)

You change the cable from GND to pin 10

e)

It already works with the current configuration

12.

BONUS 2: Would the LED turn on and off if...

a)

You rotate the LED

b)

Change the cable from pin 9 to pin 13

c)

The LED turns on with the current configuration

d)

Change the cable from GND to pin 13