Term
The expression Floor(Random()*6) produces the numbers _____ through _____ (use a comma to separate your responses) |
|
Definition
|
|
Term
Numbers that form an unpredictable sequence in which each number is equally likely to occur are called __________ __________. |
|
Definition
|
|
Term
The function that returns the number of characters in a string is the __________ function. |
|
Definition
|
|
Term
In a program with nested loops, the outer loop is completed __________ (before/after) the inner loop. |
|
Definition
|
|
Term
When one loop is contained within another loop, we say these are __________ loops. |
|
Definition
|
|
Term
The starting value of an algorithm used to generate a range of numbers is called the _________. |
|
Definition
|
|
Term
The statement
If Int(Number) != Number Then...
checks to see if the value of Number is a(n) _________. |
|
Definition
|
|
Term
____________ __________ are numbers that belong to a sequence, generated by a mathematical algorithm, in which each number is equally likely to occur. |
|
Definition
|
|