Animals
Coding
TV stuff
School
Music
100

Filipino term for Butterfly

Paro-paro

100

Full name for extension ".php"

Hypertext Preprocessor

100

Dunder Mifflin's Receptionist's name

Pam Beesly

100

Sir Mon's First name?

Christian

100

Taylor Swift fandom name?

Swiftie/s

200

Almost extinct sea animal (AKA Sea Cow)

Manatee

200

Founder of Java

James Gosling

200

How long has the TV show Spongebob been airing? (in years)

21 years

200

Nick Name and Last Name of Software Engineering professor?

KC Arabit

200

Full name of Friday singer?

Rebecca Black

300

The Disney character Goofy is what animal in real life

Cow

300

What programming language will run this as expected? (Code checks if the number input is odd or even)


num = int(input("Enter a number: "))
if (num % 2) == 0:   print("{0} is Even".format(num))
else:   print("{0} is Odd".format(num))

Python

300

FRIENDS's youngest character

Rachel

300

Sir Juco's Last name?

Rivera

300

Name of this song [SONG1]

Cheerleader

400

Second smallest bird that can't fly

Penguin

400

Difference between:

++i, and i++?

++i increments the number before the current expression is evaluated. i++ increments the number after the expression is evaluated. 

{ //sample

int a = 0;
int b = a++; // b = 0; a = 1
 a = 0;
b = ++a: // b = 1; a = 1

}

400

HIMYM's Robin's last name

Scherbatsky

400

Number of buttons in Nexus Building's Elevator?

15

400
Name of this song [SONG2]

Average Joe

500

Name of this song in original version [SONG3]

Die Young

M
e
n
u