Variables
Functions
Debugging
Other
Other 2
100

Contained in ' ' or " "

String

100

Function that outputs things to the screen

print()

100

what will this program print?

x="Hello"

y="there"

print("x","y")

x y

100

What year was Python created?

1991

100

what was the main reason for raising cybercrime a LOT in the previous years?

Covid-19 (going online)

200

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

float

200

Function that gathers a user's answers to a question

input()
200

How to write square root in python

sqrt()

200

Name 2 other types of programming languages, other than Python

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

200

How many computer scientists are women?

24%

300

Name all 4 types of variables used in Python

Integer

Float/Double

String

Boolean

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

What is the python 3 greatest value for int?

There is none

400

How would you create a function called rizzFinder that takes in two parameters: a string and a float.

def rizzFinder(name, height):

400

What is ''' or """?

Multi-line comment

400

How do you import a module into your program?

import moduleName

400

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

Bavarian Motor Works
500

Name 3 restrictions on naming a variable

-Reserved Words

-Containing Spaces

-Number or symbol as first character

500

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

String

500

DOUBLE JEOPARDY

What year did Kate come to Lab?

2019

500

Iet's see if you remember - who was world's first computer programmer?

Ada Lovelace

500

What language does the word "robot" come from?

Czech ("robota" means forced labor/work)