Conditionals Quiz 29 (60 MCQs)

Quiz Instructions

Select an option to see the correct answer instantly.

1. In the generic factual conditional, the simple present tense is used in both clauses. Which form of the verb in the simple present is used with a singular subject?
2. If you ..... a lighter jacket, the car driver would have seen you earlier.
3. What is the main clause in the sentence 'If it rains, we will cancel the trip'?
4. In the third conditional, what form of the verb follows "if" ?
5. This is a catch-all for every other situation besides the one where the condition is true.
6. Max doesn't ..... enough money to do all the things he wants to do.
7. Unless the supplier meets our quality standards, we will not renew the contract.
8. What does the 'else' statement do in Python?
9. What is the structure of conditionals type 1?
10. In a third conditional sentence, what is the structure of the main clause?
11. If I ..... the issue to the manager, she'll find ways in solving it.
12. A conditional sentence that expresses a condition that is counterfactual or cannot be met in reality.
13. What tense is used in the 'if' clause for a past action?
14. Which of the following is true about the 'else' block in an if-else ladder?
15. What will we do tomorrow if it ..... ? (rain)
16. If we ..... on time, we would have seen the movie.
17. I wouldn't be so upset if you (invite) me to your birthday party last Wednesday.
18. My exams results are terrible. If I ..... more, I ..... at least a few lessons in the exam.
19. IF +SUBJECT +V1 + SUB+ ..... ?
20. You ..... have so many problems with your teeth if you ..... to the dentist more often. (not have, go)
21. What is the main topic of the lesson?
22. I ..... a music band if I had played the guitar five years ago.
23. If I wasn't busy today, I would go to the bookstore with him.
24. The boys will have to play well if they ..... to win the game.
25. CHOOSE THE CORRECT OPTION:If I had eaten all the soup as my mother told me,
26. A marriage can be successful only if the partners ..... each other.
27. Ready to dive into Mr. Smith's English class? What exciting chapter are we exploring today?
28. What is the first conditional used for?
29. ..... if they are scared.
30. Which word do we use for the condition in unreal conditionals?
31. Which sentence incorrectly uses a third conditional structure?
32. If that jacket ..... so expensive, I would buy it.
33. I'll send the report to my supervisor as soon as I ..... the notice.
34. If you tried harder, you ..... succeed.
35. What was the response to the initial teaser of the game three years ago?
36. ..... I eat very spicy food, I get a stomachache.
37. Which symbol is used for AND in computer programming?
38. I'll give you a key in case I ..... at home when you arrive.
39. She wouldn't have had two laptops if she ..... one to her friend.
40. If Simpson (a) falls, he (b) ..... his leg.
41. People ..... hungry if they don't eat.
42. Hey, why don't you ask that girl to dance? She's been ..... ever since we got here.
43. If they ..... (go) to bed early, they ..... (not / wake) up late.
44. If you don't hurry, you will miss the bus. What type of conditional is this?
45. If he were smarter, he ..... accepted the offer yesterday.
46. If I hadn't got the job in Tokyo, I ..... with my current partner now.
47. If I were a superhero, I would probably forget where I left my cape.
48. If you water the plants every day, they won't die.
49. Complete the first conditional with the correct verb tense:If she ..... (call) me, I will answer.
50. In the past I was a student and I was not teaching. But if I ..... (to be) a teacher then, I ..... (to be) teaching.
51. Stella would have visited you yesterday if she ..... in the hospital.
52. The second part of if, that is executed when the condition is false
53. He ..... more friends if he weren't so rude.
54. If she had listened to me, she ..... avoided the problem.
55. Identify the error:'If I had more time, I called you last night.'
56. If this research were succesful, people would live longer in the future.
57. If Nora had known, she .....
58. If I ..... (know) the answer, I would tell you.
59. Which type of conditional is used to express real situations?
60. Consider the following pseudocode: "'IF age >= 18 THEN OUTPUT "Adult"ELSE OUTPUT "Minor" "'What will be the output if the age is 16?