The Basics
404
Computer Math
Feeling Loopy
Spooky Stuff
100

A container for storing data that can be updated.

What is variable.

100

An error in coding.

What is a bug.
100

Syntax month="October".

What is assigning a variable.

100

Code that runs once based on a given criteria that must be met. (3 answers)

What is an If/Elif/Else statement.

100

Location of the Witch Trials during the 1600's.

Where is Salem.

200

User input is stored as this data type.

What is a string.

200

The process you follow to fix an error.

What is debugging.

200

Syntax year==2024.

What is comparing a variable.

200

Symbol at the end of a loops condition statement.

What is a colon (:).

200

Who ya gonna call?

Who are the Ghostbusters.

300

Syntax to output information to the user.

What is print().

300

Program doesn't run due to incorrect code.

What is a syntax error.
300

1101

What is 13.

300

Help! I'm stuck and can't get out!

What is a while loop.

300

It's just a bunch of Hocus Pocus witches.

Who are Winnie, Sarah, and Mary.

400

Know as our python coding case.

What is snake case. 

400

Program runs, but eventually crashes.

What is a runtime error.

400

Casting a string to an integer. 

What is int(string_name).

400

Code that runs until the specified criteria is met. 

What is a for loop.
400

The Pumpkin King.

Who is Jack Skellington.

500

The 4 basic data types.

What are Strings, Integers, Floats, and Booleans. 

500

Program runs, but has unintended results. 

What is a logic error.

500

num_one = 4

num_two = 15

answer = num_one % num_two

print(answer)

What is 3.

500

How you communicate to the computer we are inside of a loop in python.

What are tabs/spacing.

500

Famous demonologist and clairvoyant couple during the 1900's. Known for Annabelle and the Conjuring.

Who are Ed and Lorraine Warren.