Shared Flashcard Set

Details

FIRST Tech Challenge Java Cards
Basic FTC Java terms for team members
11
Other
9th Grade
09/04/2018

Additional Other Flashcards

 


 

Cards

Term
Op Mode
Definition
a Java class that is a list of instructions for Robot Controller phone to perform
Term
TeleOp op mode
Definition
Driver controlled op mode
Term
Autonomous op mode
Definition
Your code makes all decisions and handles everything the robot is designed to do in the autonomous period.
Term
Class
Definition
a blueprint or a template for creating different objects.
example: dog
Term
Object
Definition
Specific examples of a class.
example: 6 month old golden retriever
Term
Telemetry
Definition
Object that uses addData method to add a message to be sent to the Driver Station phone screen.
Term
Method
Definition
Collection of statements that are grouped together to perform an operation
Term
"Instantiate"
Definition
Fancy word for "create "an object (left_motor). The object is an instance (example) of the class DcMotor
Term
Instance of a class
Definition
Example of a class
Term
Variable
Definition
A container that holds values that are used in a Java program.
Term
Initialize a variable
Definition
Assign a value to a variable
Supporting users have an ad free experience!