Data
Statements
Classes
Arrays
Inheritance
100

Floating point and integers are examples of this.

What is primitive data?

100

Step-by-step process

What is an algorithm?

100

This is the blueprint for object.

What is an object?

100

Stores an ordered list of primitive values or objects.

What is an array?

100

The official term for a child class.

What is "subclass"?

200

Two words for a series of chars.

What are "string literals"?

200

In programming, the order of statement execution.

What is flow control?

200

Range variables can execute in.

What is scope?

200

Identifies each array element.

What is an index?

200

This keyword is used to refer to a parent class's constructor.

What is "super"?

300

These are found inside method parenthesis.

What are parameters?

300

This operator is used to compare integers.

What is ==?

300

Modifies an object's access.

What is public and private?

300

True or false: Arrays only contain different types of primitive data.

What is false?

300

This keyword refers to the child class's parent.

What is "extends"?

400

“*” executing before “+” is an example of this.

What is operator precedence?

400

When one control structure is inside another.             

What is nesting?

400

Sends back a method's values.

What is "return"?

400

A binary search can only use a sorted array, true or false?

What is true?

400

This class can't be instantiated.

What is "abstract"?

500

This is remainder arithmetic for integers.

What is modulus?

500

Boolean results are displayed in this.

What is a truth table?

500

Used to initialize an object.

What is a constructor?

500

Method used to determine the number of elements in a one dimensional array. 

What is ".length"?

500

This is how a private variable can be accessed.

What is an "indirect reference"?