NEW
Font size
WorksheetsRobotics Coding
Total questions: 18
Worksheet time: 9mins
A bumper switch is a _______________ digital sensor.
touch
VEX LED
Line Follower
Potentiometer
To make a VEX 393 Motor work please use a
lock plate bearing
analogue sensor
motor controller
large motor screw
What needs to be at the start and end of all coding (under task main)?
parathesis
stop
two back slashes
curly brackets
Which command means run time?
start
wait
stop
while
Which part do we write code?
1
2
3
4
To end a line of code what symbol is used?
;
:
.
<
Comments in Robot C are what color?
red
green
black
blue
What must you keep in mind while coding?
spaces
capitalization
spelling
Everything, spaces, capitalization, and spelling.
Using the picture, which part is being shown?
limit switch
cortex
battery pack
motor
A robot that operates solely on its sensors, motors, and code is considered to be...
Humaniod
Augmenting
Teleoperated
Autonomous
What coding language is Robot C?
C++
Python
Java
RENE
A line follower is a ____________ sensor.
digital
analog
motor
complicated
A while statement will
create a loop, repeating your code.
allow your motor to run
make your robot wait
only work if 1==2
What does untilTouch code for?
switches
levers
gates
motors
What does a bumper switch do?
It gives the motor a forward movement (increases speed).
It is a button that can start a line of code.
It is a bump your car can travel over.
To reverse the direction of motor movement
You can not reverse motor direction.
Type a negative before speed.
Move the motor arrangement on your robot.
Use the switch on the Motor.
To have your robot run while not connected to the computer you need to download and then
turn off the cortex, undo the USB cord, and turn cortex on.
you can't run a robot without the computer connected.
take out the batteries, then put them back in.
choose the wireless VEXNET option.
What does compile program function do on RobotC?
analyzes your code and fixes your mistakes.
analyzes your code and shows mistakes.
analyzes your code and inserts comments.
analyzes your code and makes you mad.
