What is it called when you find and fix mistakes in your code?
Debugging
What command is used to make the drone turn left or right (rotate on its center)?
yaw
What iconic Boston sports team plays at Fenway Park?
Boston Red Sox
What is the name of the language that computers use, made up of 0s and 1s?
Binary
What is it called when you write out the steps of your code in plain language before coding?
Pseudocoding
What is the name of the small programmable drone you are using in this class?
crazyflie
What famous coffee shop chain, known for its iced coffee and donuts, was founded in Massachusetts and is a Boston favorite?
Dunkin
If the binary code is 01101101, then what is the number code for it?
109
What type of variable would you use to store a number like 10?
Integer
What makes a drone take off vertically and hover in place?
Propellers
Every year on Patriots’ Day in April, thousands of people come to Boston and nearby towns to take part in one of the most famous events in the world. What is this event called?
The Boston Marathon
What do we call the part of a game that controls how a player interacts with the game—like buttons, menus, and screens?
USER INTERFACE OR USER EXPERIENCE
What is wrong with this line of code?
String name = John;
missing the quotes > String name = "John";
What kind of command would you use when you want the drone to make a decision based on sensor input?
An if/else statement
What famous university in Boston is known for building robots and leading innovation in robotics and AI?
MIT
What do you call it when a computer is trained to learn from data and improve its behavior or predictions
Machine learning
You write this code:
int a = 4; int b = 2; System.out.println("a + b");
What will it print?
a + b
If the drone is flying in the shape of a hexagon, what is the external angle it should turn at each corner?
60 degrees
What Boston-based company created robots like Spot the robot dog and Atlas the humanoid robot?
Boston Dynamics`
What is the full form of GPT, as in ChatGPT?
Generative Pre-trained Transformer