Conditionals Quiz 22 (30 MCQs)

Quiz Instructions

Select an option to see the correct answer instantly.

1. If the temperature falls below 0 $^\circ$C, water ..... into ice.
2. If we had a garden, we ..... a pet.
3. Medina ..... happy if she gets the job.
4. In the second conditional, how is 'be' correctly used?
5. What does the equal sign mean in this code?team = input( "Enter a team" )
6. Which character must be at the end of the line for if?
7. Stacy ..... to the concert if she ..... able to buy a ticket. Unfortunately, they were all sold out.
8. Identify the contrapositive for:"If you are a vegetarian, then you do not eat meat."
9. What happens when the if-clause comes first in a sentence?
10. You ..... (join) online lessons if today ..... (be) not holiday.
11. If Yates (a) isn't able to hold Simpson, he (b) ..... cut the rope.
12. Butter will melt if you ..... it.
13. Which of the following sentences uses the correct verb tense for a second conditional?
14. If they invite us, we will go to the party. What type of conditional is this?
15. Choose the correct form of the verb to complete the sentence:If he ..... more exercise, he would be healthier.
16. If you are younger than 18, what would it print?if (age >= 18) \{ Console.WriteLine("You are eligible to vote."); \} else \{ Console.WriteLine("You are not eligible to vote."); \}
17. What does the result clause indicate?
18. If you touch a flame, you .....
19. What is the correct structure for the sentence:'If you don't study, you will fail the exam'?
20. If they ..... the rules, they wouldn't have been disqualified.
21. If it starts raining, we ..... the show.
22. What will be the output of this program?number = 5greater ..... than ..... zero = number > 0if greater ..... than ..... zero:print(number)
23. What is the purpose of using conditionals?
24. If I were you, I ..... that coat.
25. What is syntax?
26. FIRST CONDITIONALI ..... (be) angry if you ..... (get) back late.
27. If you ..... (drop) an object, it ..... (fall) to the ground.
28. Which subtopic is about common mistakes in using conditionals?
29. Dan ..... in this concert if he had practiced playing the violin more.
30. Structure for the third conditional