NEW
Font size
S
M
L
XL
WorksheetsArduino Uno B.O.E Bot 9th
Total questions: 17
Worksheet time: 7mins
Name
Class
Date
1.
At the end of each line of Arduino code requires ____?
a)
{ }
b)
:
c)
;
d)
Void setup()
15.
The programming language used by the Arduino microprocessor is _________?
a)
Java
b)
Python
c)
C++
d)
PHP
3.
A 220 ohm resistor is used to protect the _____from too much current.
a)
Battery
b)
Servos
c)
Circuit Board
d)
LED
4.
Pauses the program for the amount of time (in milliseconds)
a)
delay
b)
digitalWrite
c)
digitalRead
d)
void setup
5.
An opening curly brace "{" must always be followed by a closing ___________
a)
be followed by a closing "\\"
b)
be followed by a closing ";"
c)
be followed by a closing "//"
d)
be followed by a closing curly brace "}".
6.
If you have connected a red wire to pin 7 on the Arduino board. The code has to be the following......
a)
pinMode(7,OUTPUT)
b)
pinMode(8, OUTPUT)
c)
pinMode(11, OUTPUT)
d)
pinMode(4, OUTPUT)
7.
If a pin is set to LOW it is considered to be _______
a)
On
b)
Off
c)
Blank
d)
Positive
8.
If a pin is set to HIGH; it is considered to be ________
a)
On
b)
Off
c)
Once
d)
Twice
9.
Writes a HIGH or a LOW value to a digital pin.
a)
digitalWhat
b)
digitalWet
c)
digitalWrong
d)
digitalWrite
10.
The
pinMode() function configures a pin as either ______or In ________a)
High or Low
b)
Input or Output
c)
Input or Off
d)
Inside or Outside
11.
All programming in a void setup or void loop must take place between
a)
{ } Curly Braces
b)
() Brackets
c)
\\ Forwardslashs
d)
// Backslashs
17.
The void loop() function does precisely what its name suggests, and loops ____and ______,
a)
One and Done
b)
Once and Twice
c)
Once and Never
d)
Over and Over
13.
In the void setup()...The setup function will only run_____.
a)
Once
b)
Twice
c)
Always
d)
Never
16.
The work area where you program and upload your Arduino code is called...?
a)
Interactive design environment
b)
Integrated development environment
c)
Interactive development encounter
d)
Isolated development environment
15.
The programming language used by the Arduino microprocessor is _________?
a)
Java
b)
Python
c)
C++
d)
PHP
16.
The work area where you program and upload your Arduino code is called...?
a)
Interactive design environment
b)
Integrated development environment
c)
Interactive development encounter
d)
Isolated development environment
17.
The void loop() function does precisely what its name suggests, and loops ____and ______,
a)
One and Done
b)
Once and Twice
c)
Once and Never
d)
Over and Over
Reset
