Cars
Java
Python
History
Random
100

A bow-tie is the symbol of this company

Chevrolet

100

The process of creating a new object of a class

Instantiation

100

The Output of:

dogs = 10

cats = 5

print ("There are %d dogs and %d cats." %(cats,dogs))

There are 5 dogs and 10 cats.

100

The first war/skirmish for American Independence was fought in this city.

Lexington

100

Who died in Spiderman's family?

Uncle Ben

200

The color of the first Chevrolet Camaro to be assembled

Black

200

You can call this type of method without creating an instance of that class object first

static

200

The output of:

user_input = input("Enter a number:")

print (user_input * 10)

1. Input: 10

2. Input: a

1.10101010101010101010

2. aaaaaaaaaa

200

This author of the Declaration of independence was the 3rd President of the US.

Thomas Jefferson

200

This comedy actor was in comedy movies such as: Elf, Talladega Nights, and Daddy's Home

Who is Will Ferrel

300

During WWII, GM stopped making cars and made this instead

What are tanks?

300

What does this code return (true or false):

Integer a = 42;

Integer b = 42;

a==b

true

300

How do I turn a user input into an integer?

int(user_input)

300

May 8, 1945

What is V-E Day?

300

What was Superman home planets name?

Krypton

400

What car was the first mass produced automobile?

Ford Model T

400

What does this code return (true or false):

Integer a = 766;

Integer b = 766;

a==b

false

400

var = "i hope it snows" print word[1:6:2]

What is hp

400

The first calculating machine invented by Charles Babbage

What is the difference engine?

400

To cook in a small amount of oil and stir briskly until done.

What is saute.

M
e
n
u