Variables
Functions
Debugging
Other
Misc
100

What type of variable would you store the price of a Louis Vuitton wallet in?

Double

100

Function that outputs things to the screen

print()

100

Rewrite the code using variables to output Hello there to the screen.

x="Hello"

y="there"

print("x","y")

x="Hello"

y="there"

print(x,y)

100

What year was Python created?

1991

100

In Back to the Future, what type of car is the time machine?

A DeLorean

200

Name all 5 types of variables used in computer science

Integer

Character

Float/Double

String

Boolean

200

Function that gathers a user's answers to a question

input()
200

What symbol lets the program know a function is being placed in a string? For example, making a new line.

\

200

Name 2 other types of programming languages, other than Python

Java, JavaScript, HTML, Ruby, C, C#, C++, Scratch, etc.

200

What year did facebook launch?

2004

300

Name 3 restrictions on naming a variable

-Reserved Words

-Containing Spaces

-Number or symbol as first character

300

What is wrong with this function?

Print("Jeopardy is on at 7:30")

Capital P in Print

300

What is the function for nextline?

\n

300

What is the process of identifying and removing errors from computer hardware or software?

Debugging

300

How many children are in the von Trapp family in the Sound of Music?

Seven (7)

400

Contained in ' '

Character

400

What does the int() function do?

Converts something to a whole number

400

What can you place in front of a line to stop the computer from executing it?

//
400

What is always the name of the file when you create a new program in Python?

400

In the car industry, what does "BMW" stand for?

Bavarian Motor Works
500

Is the entity T or F

Boolean

500

The input function will automatically store input as what type of variable unless specified otherwise?

String

500

What would the following execute?

print("I","am","Groot", sep="**")

I**am**Groot

500

What is Python named after?

The old BBC television comedy sketch series called Monty Python's Flying Circus.

500

What language does the word "robot" come from?

Czech ("robota" means forced labor/work)