Understanding Conditionals Quiz 10 (30 MCQs)

Quiz Instructions

Select an option to see the correct answer instantly.

1. True or false:A conditional statement must have all the following:If, then, else
2. Formulate a type 0 conditional sentence about water.
3. Which conditional is used for real situations?
4. What is the output of the following code:x = 0; while x < 3:print(x); x += 1?
5. Match the sentence to its type:A) If you touch a flame, it burns. B) If I go to the party, I will have fun. (1. first coditional, 2. Zero Conditional)
6. What is the purpose of the else clause?
7. If Aria studies hard, what will happen?
8. What is the difference between 'while' and 'for' loops?
9. Complete the sentence:If it is sunny tomorrow, we ..... (go) to the park.
10. How do you implement a default case in a switch statement?
11. If she were the president, she would change the law. (Second or Third?)
12. What is the condition in this statement:If you wake up early, then you can have breakfast?
13. Which of the following is a first conditional? 'If you touch a flame, it burns.' or 'If I finish my homework, I will go out.'
14. If I were you, I would apologize. (Second or Third?)
15. How do you write a basic if statement in Python?
16. Can you use 'unless' in a zero conditional sentence? Give an example.
17. What is the correct way to write a nested loop?
18. Lily is planning her evening. Which of the following sentences is a first conditional?
19. Choose the correct option:If I were you, I ..... (would/will) apologize.
20. If it is sunny, then we can play outside. What is the opposite condition?
21. How do you iterate over a list using a for loop?
22. How do you use a while loop to count from 1 to 10?
23. What happens if the condition in a conditional statement is false?
24. Formulate a first conditional sentence about studying for an exam.
25. Which conditional uses 'if' and the present simple?
26. Choose a correct first conditional sentence.
27. Which keyword is used to create a loop in Python?
28. If he had asked me, I would have helped him. (Second or Third?)
29. Which of the following is NOT a zero conditional? 'If you mix sugar in water, it dissolves.' or 'If I finish my homework, I will watch TV.'
30. Which of the following is NOT a characteristic of first conditional?