5. The if-else statement allows for execution paths.

8. In Python prior to version 3.10, the switch statement used to be implemented using the ladder.

4. The syntax of an if statement is: if : statement1 statement2

7. The statement is used when there are multiple possible cases and a different action needs to be taken for each case.