Problem 1
What is a control structure?
Problem 2
What is a decision structure?
Problem 3
What is a single alternative decision structure?
Problem 5
What types of relationships between values can you test with relational operators?
Problem 6
Write an if statement that assigns 0 to x if y is equal to 20.
Problem 8
How does a dual alternative decision structure work?
Problem 9
What statement do you use in Python to write a dual alternative decision structure?
Problem 10
When you write an if-else statement, under what circumstances do the statements that appear after the else clause execute?
Problem 14
What is a compound Boolean expression?
Problem 17
Explain how short-circuit evaluation works with the and and or operators.