Gizmo!!!
Document Dynasty
Circuit Python
Sensor Savey
Fun Facts
200

Can the Gizmo be on while you upload code?

True or False

False

200

The section where you discuss off-season information

What is "Training"

200

This class controls a standard motor with a given range of 0 to 90 degrees. 

What is the Servo class?

200

This sensor acts as a physical stop, signaling when a moving part has reached its endpoint to prevent over-travel 

What is a limit switch?

200

Known as the first computer programmer, this mathematician wrote an algorithm for Charles Babbage's Analytical Engine in the 1800s

Who is Ada Lovelace?

400

The number of ports each for motors and servos on the gizmo 

What is 4

400

This section is where we discuss what happened while running the code and what errors occurred. 

What is "Testing and Verification"

400

What class is used to control continuous motors on the Gizmo, allowing for forward and reverse movement?

What is the ContinuousServo class?

400

This variable resistor is commonly used to measure angular or linear position by varying electrical resistance. 

What is a potentiometer?

400

This language, created by Guido van Rossum in 1991, is named after a British comedy troupe

What is Python?

600

The gizmo driver station must be connected to two things. What are they?

What is the battery and the logitech controller

600

This section is where we discuss functions and arguments within the program.

What is "Programming Implementation"

600

This Gizmo object allows access to various buttons and axes on the gamepad, as well as the status of the robot's sensors and actuators. 

What is the Gizmo() object?

600

This type of sensor detects objects, measures distance, or identifies heat signatures.

What is an IR Sensor?

600

This influential operating system, developmed in 1969 at Bell Labs, serves as the foundation for Linux and macOS

What is Unix?

800

There are three vital LED lights that change from time to time and determine whether gizmo will work correctly. What are they?

What is the Network, Field, and Battery Level

800

This section is where the algorithm flowchart is placed. 

What is "Program Design"

800

This is the function used to convert the analog values of gamepad axes into values suitable for controlling motors, ranging from -1.0 to 1.0. 

What is map_range()?

800

This sensor type measures linear or angular position changes and is commonly found in robotic arms.

What is an encoder?

800

This animal holds the record for the most time spent sleeping, snoozing for up to 22 hours a day. 

What is a koala?

1000

When connecting motors or servos they have three wires, but on the gizmo board there are four pin place holders. The pins that aren't in use and should NEVER be plugged into are...

What are the left most pins

1000

This sentence: "it's defined using the Servo() function which requires four main arguments" belongs in what section.

What is "Programming Implementation"

1000

This built-in library provides the necessary functions to handle PWM for coontrolling motor speed and servo position on the Gizmo platform. 

What is pwmio?

1000

This sensor uses lasers to measure distances with high precision, often used in self-driving cars for mapping surroundings.

What is a LiDAR sensor?

1000

This is the placeholder name often used for a generic variable, originating from algebra and early programming. 

What is foo?

M
e
n
u