
What term describes values that can only be either True or False?
What is/are used to determine whether code should be run for both "IF" statements and "WHILE" loops
Which combination of statements can be used to express algorithms?
What type of problem cannot currently be determined or explained by an algorithm?
When is a compound condition using the logical operator "AND" true?
Which type of loop runs a set number of times?
Why is a "divide-and-conquer" search more efficient than a linear search
Sequential statements...
Else statements...
With a problem that cannot be solved for all cases, what can sometimes be used as a close approximation?