It immediately begins running again after the restart completes
What happens to your program when you reset the Arduino?
Code is written on the PC, uploaded to the Arduino, and run on the Arduino
Which of the following describes the way programs work on the Arduino?
-Code is written, compiled, and run on the Arduino
-Code is written and run on the Arduino, and a backup is uploaded to the PC in
case the Arduino loses power
-Code is written on the PC, uploaded to the Arduino, and run on the Arduino
-Code is written on the PC, uploaded to the Arduino, and run on the PC
Sends a message to the PC over the USB cable
The Serial.print() command in the program...
Prints a message that is displayed on the Arduino board
Sends a message to the PC over the USB cable
Sends a message to the PC over Bluetooth
Doesn't do anything
All of the above
What will this line of code do? [Serial.print("Hey guys");]
Send "Hey guys" as message text from the Arduino to the PC, using the USB
connection
Display "Hey guys" in the Serial Terminal window if it's open
Nothing, if the USB cable is disconnected
All of the above
The black wire is on the wrong side
What is wrong with the following setup?
, clockwise
x<1500, runs
counterclockwise, stopped
x> 1500 runs ___. at 1500?
the left motor is set up to pin 10, the left motor is stopped
leftmotor attach (10) means what? leftmotor WriteMicroseconds(1500)?
It displays the cost of the components included.
Which of the following is not typically part of the value of an inventory
checklist?
-It displays the cost of the components included.
-It displays the quantity of the components included.
-It may be used to display important procedures once components are accounted
for.
-It can be used to keep track of which technician completed certain tasks.
brain
A microcontroller (like an Arduino Uno) serves as the robot's
power supply
structure
programming environment
brain
It is used to provide instructions for the robot to carry out.
It is used to transfer code from a computer to a robot brain.
Both of the above.
What happens to your program when you reset the Arduino?
Code is written on the PC, uploaded to the Arduino, and run on the Arduino
Which of the following describes the way programs work on the Arduino?
-Code is written, compiled, and run on the Arduino
-Code is written and run on the Arduino, and a backup is uploaded to the PC in
case the Arduino loses power
-Code is written on the PC, uploaded to the Arduino, and run on the Arduino
-Code is written on the PC, uploaded to the Arduino, and run on the PC
Sends a message to the PC over the USB cable
The Serial.print() command in the program...
Prints a message that is displayed on the Arduino board
Sends a message to the PC over the USB cable
Sends a message to the PC over Bluetooth
Doesn't do anything
All of the above
What will this line of code do? [Serial.print("Hey guys");]
Send "Hey guys" as message text from the Arduino to the PC, using the USB
connection
Display "Hey guys" in the Serial Terminal window if it's open
Nothing, if the USB cable is disconnected
All of the above
The black wire is on the wrong side
What is wrong with the following setup?
, clockwise
x<1500, runs
counterclockwise, stopped
x> 1500 runs ___. at 1500?
the left motor is set up to pin 10, the left motor is stopped
leftmotor attach (10) means what? leftmotor WriteMicroseconds(1500)?
It displays the cost of the components included.
Which of the following is not typically part of the value of an inventory
checklist?
-It displays the cost of the components included.
-It displays the quantity of the components included.
-It may be used to display important procedures once components are accounted
for.
-It can be used to keep track of which technician completed certain tasks.
brain
A microcontroller (like an Arduino Uno) serves as the robot's
power supply
structure
programming environment
brain
It is used to provide instructions for the robot to carry out.
It is used to transfer code from a computer to a robot brain.
Both of the above.