Minecraft
Java
Python
Malware
Operators
100

Minecraft for 100

The cubes that make up all non-entities and items are named

Blocks

100

To import a class you use what keyword?

import

100

The most basic and general piece of malware

A virus

200

What do you use to craft a carved pumpkin?

1 pumpkin in a crafting table

200

Is Java object-oriented?

Yes

200

Keyword for AND operator

and

200

DOUBLE JEOPERDY QUESTION

Run these operations in your mind

True and False

False or False

True or False

False

False

True

325

What is the second dimension

The Nether

325

Syntax to make a method named process with no parameters and no return value (not including body code) that is public

public void process() {...}

325

DOUBLE JEOPARDY QUESTION

Keyword to make a function

Keyword to make a class

def
class

325

A malicious program disguised as something else

Trojan Horse file

325

What is the difference between = and ==?

The first assigns a value to a variable, the second compares two things for equality

425

Where is the warden found?

Ancient City

425

How to use a static method named init from a class named Startup with one parameter which you pass in event

Startup.init(event);

425

What do you write to make a turtle named t?

import turtle
t = turtle.Pen()

425

These spread via email

Worms

425

DOUBLE JEOPARDY QUESTION

What do || and && do?

What programming language are they from?

|| is or, && is and, and they are from Java

500

Minecraft for 500

What was made when Notch inverted a pig?

A creeper

500

DOUBLE JEOPARDY QUESTION

Do you have to import the java.lang package?

What is this class's superclass?

class Box {
int size;
Box(int size) {
this.size = size;
}
}

No

Object

500

Why is it named Python?

After Monty Python's Flying Circus

500

Process of getting someone to enter passwords into trap websites

Phishing

500

the branch of medical practice that treats injuries, diseases, and deformities by the physical removal, repair, or readjustment of organs and tissues, often involving cutting into the body.

What is surgery?