Conditionals Quiz 62 (25 MCQs)

Quiz Instructions

Select an option to see the correct answer instantly.

1. A. Is the answer to number 5 (a) or (b)?B. If I ..... the answer, I ..... you, but I don't know! (know, tell)
2. If you freeze water, it turns into ice. What type of conditional is this?
3. If I use my lucky cap,
4. If Aisyah doesn't come, we ..... without her.
5. What does the "break" statement do in a loop?
6. We form Conditional 1 like this:If+Present Simple-would + base form
7. Complete the sentence:If it rains tomorrow, .....
8. If I got a job in Italy, we ..... pasta every day.
9. Which of the following is an example of an inverted conditional?
10. If I had studied, I ..... the exam.
11. What will the following program print when run?number ..... one = 5number ..... two = 10if number ..... one == 5:print(1)if number ..... one > 5:print(2)if number ..... two < 5:print(3)if number ..... one < number ..... two:print(4)if number ..... one != number ..... two:print(5)
12. If you don't hurry up, you ..... to school on time
13. If it had been warmer, they ..... in the garden.
14. You ..... new friends if you joined a team. (make)
15. If I had more time, I would learn another language. What type of conditional is this?
16. He ..... the exam if he ..... harder.
17. Complete the sentence:If it rains tomorrow, I ..... my umbrella.
18. Which of these is a conditional in C# coding?
19. If It rains, the ground gets wet.
20. A conditional sentence that expresses a condition that would or could happen in the past but did not happen.
21. What is the output from the following code:name = "Fred"print("Hello '' + name)
22. You can use any future or can + verb in the first conditional in the result clause
23. Which sentence is an example of a zero conditional?
24. What type of conditions does the zero conditional describe?
25. If he had apologized, she ..... him a second chance.