Conditionals Quiz 26 (60 MCQs)

Quiz Instructions

Select an option to see the correct answer instantly.

1. If we had arrived earlier, we would have caught the train. What type of conditional is this?
2. If I ..... (speak) French, I would have joined that exchange program last summer.
3. I'll take the kids for a picnic if it .....
4. Second conditional can use:
5. 1st conditional form:
6. If we had taken a taxi, we ..... the flight
7. Form a zero conditional sentence using the following words:'if / it / rain / wet'.
8. We form Conditional 2 like this:If + Past Tense-will + base form
9. Which is the structure of an imaginative or unreal conditional in the present context?
10. 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."); }
11. In a mixed conditional, which part of the sentence refers to the present and which part refers to the past?
12. Unless James starts studying right now, I ..... his videogame away.
13. 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?
14. What is the purpose of the 'else if' statement in programming?
15. I ..... you a postcard if I go to Paris.
16. 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; }
17. Fill in the blank with the correct verb form:If we ..... earlier, we would have caught the bus.
18. If I ..... that concert last Sunday, we wouldn't be enjoying it now.
19. If I ..... (work) harder at school, I wouldn't need to take extra lessons now.
20. If she ..... to Greenland, she ..... some igloos.
21. Complete the second conditional with the correct verb tense:If I had more time, I ..... (visit) my friend.
22. If the world ..... in 24 hours, what ..... ?
23. 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)
24. What does inversion mean?
25. If I were the president, I ..... many changes.
26. Jim isn't home right now. If he were at home right now, I ..... him.
27. If she had left earlier, she ..... the train.
28. If they ..... the news, they might have known.
29. Jake ..... a pay increase when he finishes the management course.
30. Listening. Listen to a radio show. Then read the statements and decide if they are True or False. 1. Bruno's mother believes that if we walk under a ladder, we will have bad luck.
31. The zero conditional is used for things that:
32. I overate last night, so I couldn't sleep well. If I (eat) so much, I (have) a sweet sleep.
33. I'll lend you my laptop ..... you promise to return it.
34. Completa las siguientes oraciones con el phrasal verb correcto:c. We need to ..... the old furniture to make space for the new one. (get rid of / get along with / get through)
35. If they ..... on holiday in June, the weather ..... better.
36. Identify the third conditional sentence:If he had listened to her advice, he wouldn't be in trouble now.
37. If I ..... closer to the cinema, I would go more often.
38. What type of If Conditional Sentence is 'He'd have studied at university if he had passed the entrance exam. But he didn't'?
39. If they hadn't ..... (tell) me about the exhibition, I never would have known.
40. If I was a millionaire, I ..... in Beverly Hills.
41. I am a pelican because the witch turned me into a pelican. But if she hadn't turned me into a pelican, I ..... a human.
42. If he ..... (listen) to the advice, he ..... (not make) that mistake yesterday.
43. If you ..... careful, you will have an accident.
44. We ..... (come) if we ..... (be) invited.
45. If I were you, I ..... a doctor about that pain.
46. What is the correct form of the verb in this sentence:'If I ..... his number, I would call him.'?
47. What does the third conditional describe?
48. You harm the environment if you ..... your car everywhere.
49. Sally ..... the phone if she were in her office right now
50. The past perfect tense of the verb is used in the imaginative or unreal conditional. What is the form of the past perfect tense?
51. He ..... the bike if the price hadn't been so low.
52. Transform the standard conditional 'If I learn a new language, I will be able to communicate better.' into a mixed conditional so that a present condition is linked to a past result.
53. If they invite me, I ..... to the party.
54. Identify the correct inverted third conditional:
55. If they had thought carefully, they ..... that risky decision.
56. What is the purpose of using conditionals in JavaScript?
57. Which conditional is used to express general truths or scientific facts?
58. Which of these is a possible future situation (Type 1)?
59. Tom ..... Samantha if he ..... taken that train.
60. Tina would have called you if you ..... her your number.