Font size
WorksheetsFTC Simulator JAVA Block Programming Movement & Sensors
Total questions: 20
Worksheet time: 14mins
The acronym "FTC" stands for?
First in Texas Challenge
Fun Technical Challenge
First Tech Challenge
None of these
In the FTC SIM, the coding area is called the _____ _____
(a)
loop()- command is used to run a program repeatedly after driver presses
PLAY but before STOP.
T
F
The FTC Simulator code that uses multiple different turns to get through a gap and make it to the flag is____
Line
Arch
Half Moon
None of these
The FTC Simulator code that makes the robot go round and round is ______ ___ _____
Helix
Around the World
Both Helix & Around the World
None of these
The FTC Simulator program that has four goals is the ____ _____
Square
Line
Open Ended
None of these
THe FTC Simulator program that involves pushing objects areound is the ____ _____
Rearward
Road Block
Another way to code an FTC Simulator Java program besides using JAVA Blocks is _____ ____
Python
HTML
Java Script
OnBot Java
How many DC motors does the FTC Simulator robot have?
None
1
4
2
What are the names (labels) of the two DC motors on the FTC Simulator robot?
Drive (L)
Drive(R)
motorLeft
motorRight
The Java Block code in the FTC Simulator used to program two DC motors together is ____
DCmotor Left, DCmotor Right
Dual
None of these
What is the FTC Simulator Java Block code used to detect colors on the playfield?
Red, Blue, Green
RGB
255,0,0
Sensors
One of the motors on the robot needs to be reversed so the robot will not spin, but move in a linear direction
True
False
Telemetry automatically collects, transmits and measures data from remote sources, using sensors and other devices to collect data.
True
False
The Sleep time for a robot is measured in milliseconds
True
False
The line of code to make a robot move is ___ _____
Robot Move
Run
Set Power
None of these
Setting a DC motors power to zero (0) is the same as applying brakes to a motor
True
False
The "Break out of loop" command breaks the current flow of the program at specified condition
True
False
The line of code used to show telemetry data in the Red, Blue Green sensor programming course is:
Show Telemetry
Call Telemetry update
Get telemetry
Enable telemetry
The correct R,G,B (Red, Blue, Green) values shown in the telemetry box should be
0,0,0
193,0,0
255
225
