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

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

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

10. The if statements are used when an if statement is present inside another if statement.

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