Unit 1 Vocab
Modular Division
Escape Commands
Unit 2 Vocab
Math Functions
100
Command displays text and numbers on the screen.
What is print?
100
4%3
What is 1?
100
Special characters marked with the \.
What are escape commands?
100
Storing a value in a variable.
What is Assignment?
100
The exponent function.
What is math.pow()?
200
Central Processing Unit - carries out program instructions.
What is the CPU?
200
110%2
What is 0?
200
The escape command for tab.
What is \t?
200
Symbol that defines a math operation.
What is an Operator?
200
The Square Root function.
What is math.sqrt()?
300
Long term memory; storage.
What is secondary memory?
300
43%2
What is 1?
300
The escape command for a double quote.
What is \"?
300
Collection of commands given a name, ex.: input( )
What is a function?
300
The absolute value function.
What is fabs?
400
Translates code to machine language.
What is the compiler.
400
3%12
What is 3?
400
The escape command for a slash.
What is \\?
400
It pulls in code to add functions to your code.
What is import?
400
A function that generates a random integer.
What is random.randint()?
500
Translates digital information to information humans can use.
What is output?
500
15%10
What is 5?
500
The escape command for new line.
What is \n.
500
Command used to mix colors - red, green and blue.
What is RGB?
500
A function that generates a Random Decimal value?
What is random.random()?