NEW
Font size
WorksheetsEngineering Parts
Total questions: 41
Worksheet time: 21mins
What is this?
Controller
Smart Motor
Radio
nut retainer
What is this?
Smart Cable
Programing Cable
V Channel
Line Tracker Sensors
What is this?
Controller
LCDC Screen
Bumper Switch sensor
Smart Motor
What is this?
LCDC Screen
Controller
Radio
Smart Motor
What is this?
Radio
Chassis
Controller
Claw
What is this?
Smart Cable
Programming Cable
V channel
Line tracker sensors
What is this?
V Channel
Chassis
nut retainer
spacer
What is this?
Chassy
V Channel
Radio
Nut retainer
What is this?
Line tracker sensors
smart motor
pinion gear
bumper switch sensor
What is this?
spur gear
V Channel
Line tracker sensors
bumper switch sensor
What is this?
Claw
Spur Gear
rubber collar
Pinion gear
What is this?
Pinion Gear
Spur Gear
Nut retainer
Kepnut
What is this?
nut retainer
spacer
rubber collar
hexnut
What is this?
spacer
nut retainer
omni wheel
pinion gear
What is this?
4 inch diameter wheel
spur gear
Rubber collar
Pinion Gear
What is this?
omni wheel
Rubber collar
Spacer
4 inch diameter wheel
What is this?
Spacer
Kepnut
Hex nut
Rubber collar
What is this?
omni wheel
Rubber Collar
spacer
Nut retainer
What is this?
spur gear
Hex nut
Kepnut
4 inch diameter wheel
What is this?
Omni Wheel
4 Inch diameter wheel
Axel
pinion gear
What is this?
axel
stick
claw
V Channel
What is this?
4 inch diameter wheel
Rubber Collar
Hex Nut
Omni Wheel
What is this?
Hammer
Wrench
Starhead Srewdriver
Sword
What is this?
wrench
screwdriver
cmon man
this one
Why do you have to set the position of your arm and claw?
So that it can function
So it knows when it starts
so that the arm doesn't go crazy
because why not
why do you need a space in between each action of code?
TO be organized
so that it doesn't break
so it could look cooler
to show your appreciation to coding
What is an argument?
an error in the code
an action that the robot could complete
a way for you to provide more information to a function
A debate
What is a function?
the comment
The action of the code line
the error made
the details about the action
What is a comment
something that tells the robot not to do
a type of sandwich
Something that the robot reads and does
Something that the coder can read to help organize their work
How do you wright a comment?
//
( )
comment/
\\
When trying to maintain the position of the claw or arm, what argument should you use?
wait
stop
hold
please
Why does the arm or claw move more that the degrees coded into the robot?
Because the axel isn’t inserted into the motor perfectly and because it rotates with the motor not the arm
Because it is broken
Because it is talking about the degrees of a circle not an angle
Because it is like that
What happens when you tell the robot to open or raise the arm/claw more than it can?
Davis Daigle
it exceeds its limits
it dies
It stops doing anything
What does the ! mean in: while(!BackBumper.pressing()
does not equal
until
before
not
Why are bumper switches considered digital?
they just are
because they are electronic
Because they send low and high signals to a source
cause they are robots
what should be at the end of this code: while(!BackBumper.pressing()
;
!
+
{
Why souldn't you set the max velocity to 100%
it brings unpredictable behavior via skidding
it brings unpredictable behavior via information overload
it brings unpredictable behavior via triping
bread
Which of these aren’t programming objects
Screen
Radio
Bumper Switch
Motor
what is pseudocode?
false code
code that generally states the steps of what the robot is doing
pokemon
used to code motion
What is the only object on the robot you do not have to declare
robot brain
screen
motors
radio
What 2 ways can you change the distance traveled
speed, degrees
degrees, time
none of the above
speed, time
