What CPU stands for.
What is Central Processing Unit?
A primitive data type that stores the values "true" and "false" in Java.
What is a boolean?
A data type that stores text in Java.
What is a String?
The person Brock University is named after.
What is Sir Isaac Brock?
A popular sandbox game coded in Java.
What is Minecraft?
The task that a GPU primarily handles.
The name of the IDE you use in COSC 1P02.
What is BlueJ?
What IDE stands for.
One of the instructors for COSC 1P02 this semester.
What is Maysara Al Jumaily or Rahnuma Islam Nishat?
One gigabyte is equal to this many megabytes.
What are 1000 megabytes?
The component responsible for storing data temporarily during program execution.
What is RAM (Random Access Memory)?
A conditional statement in Java.
What is an if-statement?
A data type in Java that stores floating point numbers.
What is a float or a double?
Where the Computer Science department is located at Brock University.
What is Mackenzie Chown?
A popular operating system launched in 1991 with a penguin as its mascot.
The substance typically applied between the CPU and a heatsink.
What is thermal paste?
What OOP stands for.
What is a Object-Oriented Programming?
This type of loop runs a block of code as long as a condition remains true.
What is a while loop?
The name of Brock University's mascot.
What is Boomer the Badger?
An array of sliding beads used as a hand-operated calculating tool from ancient times until replaced by electronic calculators.
What is an abacus?
The type of RAM commonly used in mobile devices to reduce power usage.
What is LPDDR?
// The value of t after the loop
int t = 1;
for (int i = 0, i < 5, i++){
t = t + 1;
}
What is 6?
How to print output to console in Java.
What is System.out.print()?
When Brock University was founded.
What is 1964?
The godfather of AI.