The main purpose of a loop.
What is Avoiding Repeating Code?
The purpose of constructors.
What is a Character Array?
The component used for connecting each part of a computer.
What is a Motherboard?
The loop most commonly used to run through an array.
What is a For Loop?
What is an instance method?
The format for initializing arrays.
What is "DataType[] Name = new DataType[Size];"?
What is a Central Processing Unit?
The command used to immediately terminate a loop.
What is a Break?
The reason that instance variables are given the private access modifier.
What is data encapsulation?
The name of this sorting algorithm:
What is a Bubble Sort?
A power supply that can have its cables removed.
What is a Modular Power Supply?
An integer starts at 10 and increases every time it runs through a do-while loop until it reaches 10. The loop runs ___ time(s).
What is 1 time?
When there are two methods with the same name, but different signatures (parameters).
What is overloading?
To return a set of arrays, you'd return a _________.
What is a 2D Array?
The primary cause of RAM prices nearly doubling.
What is Artificial Intelligence?
int max = 2147483647;
max++;
System.out.println(max);
On run, the console will display ____.
What is -2147483648?
The man that coined the term Object Oriented Programing.
Who is Alan Kay?
The odds that a Bogo Sort, correctly sorts a size 10 array on its first go.
What is 1/3628800 (or 1/10!)?
The perceived reason that Mario clipped above this ceiling during a Super Mario 64 speedrun.

What is a cosmic ray from outer space?