NEW
Font size
WorksheetsConcepts
Total questions: 75
Worksheet time: 1hrs 2mins
What is the unit for voltage
w
v
ohm
a
A drawing is scaled so that 1″ = 16′. A wall section in the scaled drawing measures 3 3/4".
What is the actual dimension of the wall?
30′
48′
54′
60′
Which of the following would be the most likely result if human workers were replaced by robots in a manufacturing assembly line?
an increase in labor costs
a decrease in productivity
a decrease in initial investment
an increase in product reliability
The temperature outside is 74 degrees
Fahrenheit . What is the temperature in
Celsius? TC= 5/9 *(F -32) 0r .5555 * (F -32)
26.5 Degrees Celsius
22.2 Celsius Degrees
25.6 Degrees Celsius
23.3 Celsius Degrees
What is the cubic area of an object that is 4.75 feet long, 2.5 feet wide, and 4.4 feet tall?
In Engineering Drawing ________ ____ _________ is what type of line?
In Engineering Drawing ___ ____ ____ ____ is what line type?
Solve for total Resistance
12 ohms
3 ohms
13 ohms
10 ohms
Solve for total current
12 a
3 a
1 a
6 a
Solve for the voltage drop at resistor 3
3 v
6 v
5 v
2 v
Using Ohm’s Law, how much current is going through a circuit that includes 15.5 Volts and 5 Ohms of resistance?
3.1 amps
7.75 amps
31.0 amps
77.5 amps
In the DC circuit below, if R5 burns open, the total current:
increases
decreases
remains the same
goes to zero
The symbol used in electrical schematics to represent a switch is:
I
II
III
IV
The symbol used in electrical schematics to represent a capacitor is:
I
II
III
IV
The symbol used in electrical schematics to represent a battery is:
I
II
III
IV
Which command is called repetitively over and over again as long as the Arduino has power.
loop ( )
delay( )
setup ( )
input( )
Which command is called when a sketch starts. Use it to initialize variables, pin modes, start using libraries, etc. It will only run once, after each power up or reset of the Arduino board.
loop ( )
delay( )
setup ( )
input( )
Used to end a statement
!
"
;
\
These tell the Arduino software when the setup section begins and ends. Without them, the software is lost and unable to compile your code. Think of these as additional punctuation that your code requires. Your code must be perfectly punctuated to compile.
( )
[ ]
< >
{ }
Single line comment
//
&&
<=
>=
Comparison operator which means greater than or equal to.
//
&&
<=
>=
This is used to include outside libraries in your sketch. This gives the programmer access to a large group of standard C libraries (groups of pre-made functions), and also libraries written especially for Arduino.
#include
#define
#library
#find
Comparison operator which means not equal to.
++
==
--
!=
Comparison operator which means equal to.
++
==
--
!=
These numbers have a decimal point. They are often used to approximate analog and continuous values because they have greater resolution than integers.
boolean
float
char
void
This holds one of two values, true or false.
boolean
float
char
void
This pauses the program for the amount of time (in miliiseconds) specified as parameter. (There are 1000 milliseconds in a second.)
loop ( )
delay( )
setup ( )
input( )
A variable that can be used and updated by any part of the code. Its scope is typically derived from the variable being declared (created) outside of any function, object, or method.
global variable
local variable
true variable
false variable
A variable that can only be seen, used and updated by code within the same scope. Typically this means the variable was declared (created) inside a function -- includes function parameter variables.
global variable
local variable
true variable
false variable
What is #3?
AREF
Reset button
Ground pin
Built-in buzzer
What is #4?
AREF
Reset button
Ground pin
Digital Input/Output
What is #6?
USB Connection
DC power jack
Plug
Digital Input/Output
What is #8?
Power Center
Transmission
Another button
Microprocessor
What is #7?
Blinking lights
Transmit/Receive
indicator
Another button
Digital Input/Output
What is #11?
Power Center
Transmission
DC power jack
Microprocessor
What is #15?
Power indicator
Ground pins
DC power jack
Analog pins
What is #14?
Power indicator
Ground pins
DC power jack
Analog pins
What is this called?
Cutting board
Surf board
Bread board
I'm so bored...
what is the main role of this chip
to heat the board
save the programmed input only
being the brain of the Arduino
there is no role at all
choose the right order
output - process - input
process - output - input
input - process - output
input - output - process
arduino is a closed source platform
no
yes
