Variables Conditionals Loops FUNction and Objects MISC.
100
What is an integer?
A variable that represents a whole number.
100
What is %?
Returns the remainder of a division operation.
100
What is for and while?
The two different loops we learned.
100
What is
def name():
The syntax to create a function.
100
What is =?
How you assign a value.
200
What is a string?
A variable that represents a series of characters.
200
What is ==?
Compares two values for equality.
200
What is an infinite loop?
A loop that continues forever.
200
What is a input?
The function used to get what the user types.
200
What is Python IDLE?
THe IDE we used this week.
300
What is a bool?
A variable that is true or false.
300
What is !=?
Compares two values for NON equality.
300
What is break?
The keyword that exits a loop.
300
What is object oriented programming.
Allows for re-usable code.
300
What is a library?
Another program that you utilize within your program.
(you import them at the top of your program)
400
What is a double/float?
A variable that is not a whole number but is a number.
400
What is is, elif and else?
Three keywords that allow code to happen only under certain conditions.
400
What is
for x in range (0, 13):
The syntax for a for loop.
400
What is attributes and function?
The two main things an object has.
400
What is open the file?
The first thing necessary to read a file.
500
What is binary?
A variable that is only 0's and 1's
500
What is :?
The symbol that is necessary at the end of any conditional statement in order to not have a syntax error.
500
What is
while True:
The syntax to create an infinite while loop.
500
What is
def __init__ (self, x, y, z):
The syntax for a initialization function.
500
What is a white spaced language?
The type of language that python is, where tabs and spaces matter.






Sparkscity

Press F11 for full screen mode



Limited time offer: Membership 25% off


Clone | Edit | Download / Play Offline