wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

FTC Simulator JAVA Block Programming Movement & Sensors

Total questions: 20

Worksheet time: 14mins

Name
Class
Date
1.

The acronym "FTC" stands for?

a)

First in Texas Challenge

b)

Fun Technical Challenge

c)

First Tech Challenge

d)

None of these

2.

In the FTC SIM, the coding area is called the _____ _____

(a)  

3.

loop()- command is used to run a program repeatedly after driver presses

PLAY but before STOP.

a)

T

b)

F

4.

The FTC Simulator code that uses multiple different turns to get through a gap and make it to the flag is____

a)

Line

b)

Arch

c)

Half Moon

d)

None of these

5.

The FTC Simulator code that makes the robot go round and round is ______ ___ _____

a)

Helix

b)

Around the World

c)

Both Helix & Around the World

d)

None of these

6.

The FTC Simulator program that has four goals is the ____ _____

a)

Square

b)

Line

c)

Open Ended

d)

None of these

7.

THe FTC Simulator program that involves pushing objects areound is the ____ _____

a)

Rearward

b)

Road Block

8.

Another way to code an FTC Simulator Java program besides using JAVA Blocks is _____ ____

a)

Python

b)

HTML

c)

Java Script

d)

OnBot Java

9.

How many DC motors does the FTC Simulator robot have?

a)

None

b)

1

c)

4

d)

2

10.

What are the names (labels) of the two DC motors on the FTC Simulator robot?

a)

Drive (L)

b)

Drive(R)

c)

motorLeft

d)

motorRight

11.

The Java Block code in the FTC Simulator used to program two DC motors together is ____

a)

DCmotor Left, DCmotor Right

b)

Dual

c)

None of these

12.

What is the FTC Simulator Java Block code used to detect colors on the playfield?

a)

Red, Blue, Green

b)

RGB

c)

255,0,0

d)

Sensors

13.

One of the motors on the robot needs to be reversed so the robot will not spin, but move in a linear direction

a)

True

b)

False

14.

Telemetry automatically collects, transmits and measures data from remote sources, using sensors and other devices to collect data.

a)

True

b)

False

15.

The Sleep time for a robot is measured in milliseconds

a)

True

b)

False

16.

The line of code to make a robot move is ___ _____

a)

Robot Move

b)

Run

c)

Set Power

d)

None of these

17.

Setting a DC motors power to zero (0) is the same as applying brakes to a motor

a)

True

b)

False

18.

The "Break out of loop" command breaks the current flow of the program at specified condition

a)

True

b)

False

19.

The line of code used to show telemetry data in the Red, Blue Green sensor programming course is:

a)

Show Telemetry

b)

Call Telemetry update

c)

Get telemetry

d)

Enable telemetry

20.

The correct R,G,B (Red, Blue, Green) values shown in the telemetry box should be

a)

0,0,0

b)

193,0,0

c)

255

d)

225