OOP(2x)
Control Structures
Modular Programming
Coding Knowledge
Off Topic
100

How many objects can be made from a class

infinite 

100

What does != mean when used in a conditional

not equal to
100

variables like int, double, boolean are called this kind of datatype

primitive 


100

Which of these is not a real programming language:

PHP, Ruby, Lua, Sapphire 

sapphire

100

The Formula for the volume of a cylinder

π x radius2 x height

200

The process by which one object can acquire the properties of another object

Inheritance

200

This type of loop guarantees that the loop will run at least once

Do while loop

200
A method without a return statement must include this keyword at the beginning

void

200

Java is known as a OOP language, what does OOP stand for

Object oriented language

200

The political party that the current US president is the head of

Democratic Party

300

When sub class declares a method that has the same type of arguments as a method declared by one of its super classes, it is termed as

Method overriding

300

A loop that never ends is called

an infinite loop

300

The package that must be imported to use the Math class in Java

java.lang

300

Java is ranked as the third most popular language in the world, what is 2nd and 1st most popular language 

JavaScript and Python

300

The British Prime Minister and War Leader during WW2

Winston Churchill

400

An object that has more than one form is referred to as

Polymorphism

400

In a switch statement, we always use this command to end a block in a case. Or the switch will keep executing

break;

400

Type of exception for BufferReader and BufferWriter

IOException

400

What language(s) is Java based from?

C / C++
400

The author that wrote Sherlock Holmes and The Lost World

Arthur Conan Doyle


500

Hiding complexity can also be termed as

Abstraction

500

The correct syntax of a for loop

for (initialization; condition; increment)

500

The process in which a function/method calls itself directly or indirectly, repeating kind of like a loop

Recursion

500

CPUs are made out of little pins called transistors that turn on and off, what are transistors made out of?

Silicon

500

She was the first woman to win a Nobel Prize in 1903?

Marie Curie