JAVA
DRONE
BOSTON
COMPUTER SCIENCE AND GAMES
100

What is it called when you find and fix mistakes in your code?

Debugging

100

What command is used to make the drone turn left or right (rotate on its center)?

yaw

100

What iconic Boston sports team plays at Fenway Park?

Boston Red Sox

100

What is the name of the language that computers use, made up of 0s and 1s?

Binary

200

What is it called when you write out the steps of your code in plain language before coding?

Pseudocoding

200

What is the name of the small programmable drone you are using in this class?

crazyflie

200

What famous coffee shop chain, known for its iced coffee and donuts, was founded in Massachusetts and is a Boston favorite?

Dunkin

200

If the binary code is 01101101, then what is the number code for it?

109

300

What type of variable would you use to store a number like 10?

Integer

300

What makes a drone take off vertically and hover in place?

Propellers

300

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

300

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

400

What is wrong with this line of code?
String name = John;

missing the quotes > String name = "John";

400

What kind of command would you use when you want the drone to make a decision based on sensor input?

An if/else statement

400

What famous university in Boston is known for building robots and leading innovation in robotics and AI?

MIT

400

What do you call it when a computer is trained to learn from data and improve its behavior or predictions

Machine learning

500

You write this code:
int a = 4; int b = 2; System.out.println("a + b");
What will it print?

a + b

500

If the drone is flying in the shape of a hexagon, what is the external angle it should turn at each corner?

60 degrees

500

What Boston-based company created robots like Spot the robot dog and Atlas the humanoid robot?

Boston Dynamics`

500

What is the full form of GPT, as in ChatGPT?

Generative Pre-trained Transformer

M
e
n
u