Conditionals & Strings
Classes & Objects
Computers
Locations
Movies
100

The output of the following code:
int val = 5;
if (val > 2) { return true;}
else { return false;}

true

100

The operator that goes in the blank:
Animal a = ____ Animal();

new

100

The famous computer maker that starts with a "D"

Dell

100

The capital of the US

Washington, D.C.

100

The actor that plays Captain America in the Marvel movies

Chris Evans

200

The value of sub in:
String s = "Awesome";
String sub = s.substring(3);

"some"

200

The Java package that we import to be able to use Scanner

java.util

200

This stores short-term memory in a computer

RAM

200

The capital of Germany

Berlin
200

The actor that plays Luke Skywalker in the Star Wars movies

Mark Hamill

300

The sign (positive or negative) of v in:
int v = ("here).compareTo("there");

(-), or negative

300

The possible random numbers that this generates:
(int)(Math.random() * 5) + 3;

3, 4, 5, 6, 7

300

The three-letter abbreviation for the technical name for a video card

GPU

300

The state containing the Grand Canyon

Arizona

300

The actor that played Black Panther (may he rest in peace)

Chadwick Boseman

400

What is returned if here is true, and there is false?
if (!here && !there) { return notAnywhere;}
else { return here; }

here / true

400

The class name of a special type of array object that allows you to add and remove items from a dynamically changing list.

ArrayList

400

This is what Windows and Mac OS are called

Operating System

400

The state that contains most of Yellowstone National Park

Wyoming

400

The actress who plays Rey in the recent Star Wars movies

Daisy Ridley

500

What is the String sub in:
String s = "hello, welcome";
String sub = s.substring(2,5) + substring(s.length() - 2);

llome

500

The name of the inheritance concept that allows us to do this:
Game g = new MonopolyGame();

Polymorphism

500

This is often called the "brain" of the computer

CPU / Central Processing Unit / Processor

500

A country that is known for its chocolate

Belgium or Switzerland

500

The movie that has a desert world called Arakis

Dune / Dune 2