Conditionals Quiz 63 (25 MCQs)

Quiz Instructions

Select an option to see the correct answer instantly.

1. The second conditional is used to talk about real possibilities in the future.
2. If we had arrived earlier, we would have caught the train. What type of conditional is this?
3. If I ..... (speak) French, I would have joined that exchange program last summer.
4. I'll take the kids for a picnic if it .....
5. Second conditional can use:
6. 1st conditional form:
7. If we had taken a taxi, we ..... the flight
8. Form a zero conditional sentence using the following words:'if / it / rain / wet'.
9. We form Conditional 2 like this:If + Past Tense-will + base form
10. Which is the structure of an imaginative or unreal conditional in the present context?
11. What would be printed when the following code is run?float damage = 5.0f; float health = 3.0f; int lives = 3; health-= damage; if (health <= 0.0f && lives <= 1)\{ print("Out of lives."); lives ..... ; \} else if (health <= 0.0f && lives == 2)\{ print("Only one life left!"); lives ..... ; \} else\{ print( ..... lives + '' lives left."); \}
12. In a mixed conditional, which part of the sentence refers to the present and which part refers to the past?
13. Unless James starts studying right now, I ..... his videogame away.
14. Choose first conditional or second conditional based on the situation.You often run into James. Your sister wants to contact him.Which do you say?
15. What is the purpose of the 'else if' statement in programming?
16. I ..... you a postcard if I go to Paris.
17. What would the value of x be after the following code is run?int x = 0; if (x > 0)\{ x++; \} else if (x < 0)\{ x ..... ; \} else\{ x *= 10; \}
18. Fill in the blank with the correct verb form:If we ..... earlier, we would have caught the bus.
19. Yates (a) wouldn't have been able to cut the rope if he (b) ..... a penknife.
20. If I ..... that concert last Sunday, we wouldn't be enjoying it now.
21. If I ..... (work) harder at school, I wouldn't need to take extra lessons now.
22. If she ..... to Greenland, she ..... some igloos.
23. Complete the second conditional with the correct verb tense:If I had more time, I ..... (visit) my friend.
24. If the world ..... in 24 hours, what ..... ?
25. Completa las siguientes oraciones con el phrasal verb correcto:f. The car broke down, so we had to ..... a mechanic. (call in / call off / call on)