WorksheetsArduino Basics and troubleshooting
Total questions: 12
Worksheet time: 4mins
In which of the following does electricity flow?
Open circuit
Closed circuit
None of the options are correct
If there are several probable causes to a problem, which should be tested first?
The easiest and most obvious
The most complex and difficult to diagnose
Those chosen by random selection
Those the teachers believe are the most important
Suppose you get the following options from the port, which one must you select to upload the program properly to the board
COM 2
COM 4(Arduino/Genuino Uno)
Serial upload
COM 3 (Upload to Arduino board)
When a problem is extensive, What should you do in order to help solve it?
Break it down into smaller problems
Ask a friend
Call the manufacturer for assistance
Test the problem
The long leg of the LED (Anode) must be connected to:
The signal
The ground
Any cable
The resistor
None of the options are correct
What can you determine from the following picture?
There is a problem with the connections in the board
There is an error in the code
A problem occured while uploading the program to the board
All the options are correct
What type of circuit is the one you see in the image
Open circuit
DC circuit
AC circuit
Closed circuit
Power circuit
We want to turn on the built-in LED of the Arduino board, What pin and configuration do we use?
pin 11 as an INPUT
pin 13 as an OUTPUT
pin 3 as an OUTPUT
pin BUILT as an OUTPUT
pin 13 as an INPUT
Which button helps us find errors in the code?
Upload
Download
Verify
Error finder
Fixer
The code that is repeated over and over again in Arduino is:
void setup
void repeat
void doItAgain
void loop
None of the options are correct
BONUS: would the following assembly work if.....
You change the cable from GND to pin 13
None of the options are correct
You change the 8 by a 10 in the code
You change the cable from GND to pin 10
It already works with the current configuration
BONUS 2: Would the LED turn on and off if...
You rotate the LED
Change the cable from pin 9 to pin 13
The LED turns on with the current configuration
Change the cable from GND to pin 13
