1.1 What is the difference between a conditional statement and a loop in programming decision-making?
1.2 How do you decide which type of loop to use in a program?
1.3 How do you determine which conditional operator to use in a programming decision-making process? Make use of an example to illustrate your answer.
1.4 When is it appropriate to use an if-else statement versus a switch statement in programming decision making?
1.5 How do you ensure that your program makes the correct decision based on user input or other factors?
1.6 How do you handle exceptions or errors in programming decision-making?
1.7 What strategies can be used to improve the decision-making process in programming?
1.8 How can you test and debug a program to ensure that the decision-making process is working correctly?