PC Hardware
Programming I
Programming II
Brock University
Wildcard
100

What CPU stands for.

What is Central Processing Unit?

100

A primitive data type that stores the values "true" and "false" in Java.

What is a boolean?

100

A data type that stores text in Java.

What is a String?

100

The person Brock University is named after.

What is Sir Isaac Brock?

100

A popular sandbox game coded in Java.

What is Minecraft?

200

The task that a GPU primarily handles.

What is graphics processing?
200

The name of the IDE you use in COSC 1P02.

What is BlueJ?

200

What IDE stands for.

What is Integrated Development Environment?
200

One of the instructors for COSC 1P02 this semester.

What is Maysara Al Jumaily or Rahnuma Islam Nishat?

200

One gigabyte is equal to this many megabytes.

What are 1000 megabytes?

300

The component responsible for storing data temporarily during program execution.

What is RAM (Random Access Memory)?

300

A conditional statement in Java.

What is an if-statement?

300

A data type in Java that stores floating point numbers.

What is a float or a double?

300

Where the Computer Science department is located at Brock University.

What is Mackenzie Chown?

300

A popular operating system launched in 1991 with a penguin as its mascot.

What is Linux?
400

The substance typically applied between the CPU and a heatsink.

What is thermal paste?

400

What OOP stands for.

What is a Object-Oriented Programming?

400

This type of loop runs a block of code as long as a condition remains true. 

What is a while loop?

400

The name of Brock University's mascot.

What is Boomer the Badger?

400

An array of sliding beads used as a hand-operated calculating tool from ancient times until replaced by electronic calculators.

What is an abacus?

500

The type of RAM commonly used in mobile devices to reduce power usage.

What is LPDDR?

500

// The value of t after the loop

int t = 1;

for (int i = 0, i < 5, i++){

    t = t + 1;

}

What is 6?

500

How to print output to console in Java.

What is System.out.print()?

500

When Brock University was founded.

What is 1964?

500

The godfather of AI.

Who is Geoffrey Hinton?
M
e
n
u