Understanding Conditionals Quiz 7 (30 MCQs)

Quiz Instructions

Select an option to see the correct answer instantly.

1. Differentiate between zero and first conditional in terms of certainty.
2. What verb form follows 'if' in a second conditional?
3. True or false:An "if" statement can exist without an "else" statement.
4. What is an example of a broadcast message?
5. If I study hard, what will happen?
6. What is the purpose of an 'if' statement?
7. Benjamin is learning about word formation in his English class. What is the suffix in the word "joyful" ?
8. What is the purpose of the 'else' statement?
9. What is a type 0 conditional used for?
10. If she had called me, I would have answered. (Second or Third?)
11. If you mix red and blue, what color do you get?
12. Which of the following is a zero conditional? 'If you mix red and blue, you get purple.' or 'If I see her, I will tell her.'
13. What does 'if' mean in a conditional statement?
14. Which sentence is an example of the first conditional? A) If I were rich, I would buy a car. B) If it rains tomorrow, I will stay inside. C) If I had wings, I could fly.
15. Which sentence is an example of a zero conditional? 'If you touch fire, you get burned.' or 'If I see her, I will tell her.'
16. Form a first conditional sentence using the prompt:'If it rains, ..... '
17. If I ' d known how significant the discovery was, I ..... More interest in it.
18. James and Henry are planning to meet at the park. They won't be late, will they?
19. Complete the zero conditional:'If you freeze water, it ..... '
20. Complete the sentence:If you heat ice, it ..... (melt).
21. What is the purpose of the else clause in a conditional?
22. How can the third conditional express regret?
23. What is an example of a first conditional sentence?
24. What type of situations do zero conditionals describe?
25. True or False:The first conditional is used for situations that are impossible.
26. Identify the type 0 conditional
27. Complete the sentence:If I had more time, I ..... (travel) more. [I'm certain about that.]
28. Identify the error:'If you mix yellow and blue, you will get green.'
29. What is the significance of the 'elif' clause in Python?
30. What will the following code output:if x > 10:print('High') else:print('Low') when x is 5?