Data
Logic
"Containers"
function
random
100

in programming, is a classification that specifies which type of value a variable has and what type of mathematical, relational or logical operations can be applied to it without causing an error.

What is data type

100

the == operator 

What is equal to

100

a value that can change, depending on conditions or on information passed to the program.

What is a Variable 

100

The key word would you use to create a function

what is def

100

a small device that a computer user pushes across a desk surface in order to point to a place on a display screen and to select one or more actions to take from that position.

What is a mouse

200

real numbers and is written with a decimal point dividing the integer and fractional parts.

What is float

200

A conditional statement that will only allow some part of code to run if the condition is met.

what is if statement or what is while loop

200

when iterating through a list and while using a for loop how can you reference the element location rather than the element value

what is range

200

the word to give data back to your program from a function 

what is return

200

The part of the computer is almost a computer in its self, but the first programmable computer did not have it.

What is GPU or graphics card

300

values that are made up of ordered sequences of characters, such as "hello world".

What is string

300

the = operator

what is the assignment operator 

300

the ' ' operator

Hint: in python it means string because python does not recognize this data type(one part of a string is called...).

What is a character 

300

the variable type that only exists within the function.

What is a local variable?

300

the number system that has 2 base values

what is binary 

400

the [] with in the context of a string

what is string slicing 

400

The ** operator

what is exponent 

400

An object that can reference data with a string rather than a value

What is dictionary 

400

the data that is passed to a function

what is argument 

400

the number system that has 16 base values 

what is hex or hexadecimal 
500

A value that is held and can be used in an if statement or a while loop that would not need any other operators with it to work.

What is boolean

500

the % operator 

what is mod 

500

a container that does not recognize duplicate values

what is set

500

the operator that is used to store data from a function after it has been called

what is assignment operator or =

500

the first programmable computer

what is Eniac

M
e
n
u