The tag first used to layout webpages
What is a table?
This function () convert input variables into numerical format
What is the int() function?
In order to access the randint () function you must do this first
What is "import random"?
This separator is used in Python to print multiple variables
What is a comma?
Using or expressed in more words than are needed
What is verbose?
Keyword indicating stretching over multiple rows or columns
What is span?
A plain language description of the steps in an algorithm ???
What is pseudo-code?
The action that leads to becoming a talented coder ???
What is practice? Or Keeping at it without giving up
The name for an indented line of python code.
What is a block
The space between two Grid Lines, either horizontal or vertical
What is a grid track?
Any area on the Grid bound by four grid lines. It may contain a number of Grid Cells
What is a grid area?
Characters used to indent text
What is \t?
Loops are controlled by this variable
What is a sentry variable?
Operator that creates a new condition which evaluates to the opposite of the original ???
This operator evaluates the opposite condition of the original value
What is not?
The space between four grid lines
What is a grid cell?
Circumstance where it is valid to omit the / and the end value
What is spanning a single track.
These sets of instructions are used for solving a problem or accomplishing a task ???
What is an algorithm?
Name to describe comparison of two variables
OR
A statement used to compare two variables in a loop
What is a simple condition statement
Neglecting to change the counter results in a(n)
What is an infinite loop?
One of the most difficult bugs to fix
What is a logical error?
This grid unit is an input that automatically calculates the leftover space in the grid container
What is fr?
A ______ is an expression that is either True or False.
What is condition
Basic way to debug a program
What is tracing?
Name to describe how programs make decisions based on multiple groups of comparisons
What is a compound condition?
Parameter used to specify the final character in a print statement
What is end?