Understanding Conditionals Quiz 7 (25 MCQs)

Quiz Instructions

Select an option to see the correct answer instantly.

1. Which of the following sentences is an example of first conditional?
2. What is the syntax for a while loop in Python?
3. What is the output of the following code:if (5 > 3) \{ print('True'); \}?
4. What is the purpose of using nested if statements?
5. Provide a situation where you would use the first conditional.
6. Choose the correct zero conditional:'If you (press/presses) the button, the machine starts.'
7. What happens if the condition in an if statement is false?
8. Identify the correct form:If it rains, the ground ..... wet.
9. Choose the correct form:'If you (heat) water to 100 degrees, it (boil).'
10. Which of the following is an example of the zero conditional? A) If you heat ice, it melts. B) If I were you, I would take the job. C) If it rains, I will take an umbrella.
11. Which of the following is a looping structure?
12. Which of the following sentences is NOT a second conditional?
13. In which situation would you use a first conditional?
14. What is the effect of using 'would have' in third conditionals?
15. What is the purpose of a broadcast in programming?
16. If it were sunny, we would go to the beach. (Second or Third?)
17. Choose the correct form:'If you (mix) yellow and blue, you (get) green.'
18. Identify the if-then statement:If I finish my homework, then I can watch TV.
19. In a second conditional sentence, which tense is used in the main clause?
20. Fill in the blank:If she studies hard, she ..... (pass) the exam.
21. Complete the sentence:If I ..... (have) more time, I would learn a new language.
22. What is the main purpose of using the second conditional?
23. How can you exit a loop prematurely?
24. If she had studied harder, she would have passed. (Second or Third?)
25. When do we use 'if' in the first conditional?