Unit 1
Unit 2
Unit 3
Unit 4
100

What is python?

What is a programming language?

100

This data type represents whole numbers 

What is an integer?

100

This feature in python allows you to store and manipulate data types

What are variables?

100

Give an example of a char

What is "A"
200

This command is used to display output

What is a print statement?

200

This data type represents decimals

What is a float?

200

This variable remains unchanged through the program's execution

What is a constant variable?

200

A string is this

What is a sequence of characters?

300

In programming, this refers to a set of rules and structure 

What is syntax?

300

This division rounds down to the nearest whole number

What is floor division?

300

A constant variable is represented through...

What are capital letters?

300

Char represents this

What is a single unit? (Specific letter, number, or symbol)
400

Why are comments commonly used in programming?

What is for documentation and explanation?

400

The percent sign is a symbol for this type of division

What is modular division?

400

Which naming convention is separated through underscores?

What is snake case?

400

The position of an item within a string is known as..

What is an index? 

500

These are two types of errors 

What are syntax and logic errors?

500

Normal division always results in this data type 

What is a float?

500

How do you identify camel case?

What is the first word capitalized in a variable name with the rest lowercase?

500

These symbol(s) are used to combine strings 

What is "plus" and "comma"

M
e
n
u