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
the == operator
What is equal to
a value that can change, depending on conditions or on information passed to the program.
What is a Variable
The key word would you use to create a function
what is def
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
real numbers and is written with a decimal point dividing the integer and fractional parts.
What is float
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
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
the word to give data back to your program from a function
what is return
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
values that are made up of ordered sequences of characters, such as "hello world".
What is string
the = operator
what is the assignment operator
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
the variable type that only exists within the function.
What is a local variable?
the number system that has 2 base values
what is binary
the [] with in the context of a string
what is string slicing
The ** operator
what is exponent
An object that can reference data with a string rather than a value
What is dictionary
the data that is passed to a function
what is argument
the number system that has 16 base values
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
the % operator
what is mod
a container that does not recognize duplicate values
what is set
the operator that is used to store data from a function after it has been called
what is assignment operator or =
the first programmable computer
what is Eniac