Loops
OOP
Arrays
Computer Hardware
100

The main purpose of a loop.

What is Avoiding Repeating Code?

100

The purpose of constructors.

What is initializing instance variables?
100
A ____ array called "alph" stores the letters of the alphabet.

What is a Character Array?

100

The component used for connecting each part of a computer.

What is a Motherboard?

200

The loop most commonly used to run through an array.

What is a For Loop?

200
A block of code that allows an object to perform an action.

What is an instance method?

200

The format for initializing arrays.

What is "DataType[] Name = new DataType[Size];"?

200
The expanded form of the term CPU.

What is a Central Processing Unit?

300

The command used to immediately terminate a loop.

What is a Break?

300

The reason that instance variables are given the private access modifier.

What is data encapsulation?

300

The name of this sorting algorithm:

What is a Bubble Sort?

300

A power supply that can have its cables removed.

What is a Modular Power Supply?

400

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?

400

When there are two methods with the same name, but different signatures (parameters).

What is overloading?

400
To return a set of char variables, you'd return a Character Array.

To return a set of arrays, you'd return a _________.

What is a 2D Array?

400

The primary cause of RAM prices nearly doubling.

What is Artificial Intelligence?

500

int max = 2147483647;
max++;
System.out.println(max);

On run, the console will display ____.

What is -2147483648?

500

The man that coined the term Object Oriented Programing.

Who is Alan Kay?

500

The odds that a Bogo Sort, correctly sorts a size 10 array on its first go.

What is 1/3628800 (or 1/10!)?

500

The perceived reason that Mario clipped above this ceiling during a Super Mario 64 speedrun.

What is a cosmic ray from outer space?

M
e
n
u