Conditionals Quiz 20 (60 MCQs)

Quiz Instructions

Select an option to see the correct answer instantly.

1. Ready to dive into a grammar adventure? Discover the purpose of the 'Common Grammatical Mistakes' chapter in the Springfield High School English textbook!
2. You would save energy if you ..... the lights more often.
3. If she had embarrassed me in front of all my friends, I ..... her for ever.
4. Create a second conditional sentence:If I were rich, I would buy a yacht.
5. If it rains I will take an umbrella
6. What is the correct form of the second conditional sentence:If I ..... a millionaire, I would travel the world.
7. Write a Python program to check if a number is positive, negative or zero using nested conditionals.
8. What is the purpose of an "if-else ladder" in programming?
9. If our partners were here, they ..... us what to do.
10. What type of If Conditional Sentence is 'If I get thirsty, I get some drink'?
11. I wouldn't have stayed at that hotel if you ..... it to me.
12. We ..... (not / get) married if we ..... (not / go) to the same university.
13. What is the correct form of the second conditional sentence:If he ..... more exercise, he would be healthier.
14. If the restaurant is really expensive, we ..... there.
15. Dad ..... some money if we need it.
16. If you wanted to lose weight, you ..... exercise regularly.
17. What tense do we use for the condition in past unreal conditionals?
18. What is the structure of a mixed conditional sentence?
19. Which of the following is a zero conditional sentence?
20. A conditional sentence consists of a main clause and a subordinate clause. Which clause expresses a condition?
21. If she ..... (go) to art school, she ..... (become) a painter.
22. I ..... you know if I weren't satisfied.
23. They ..... (be) late if they ..... (not / take) a taxi.
24. If (number > 0) { Console.WriteLine("The number is positive."); } else if (number < 0) { Console.WriteLine("The number is negative."); } else { Console.WriteLine("The number is zero."); } } }
25. If you don't hurry, you ..... the bus.
26. When you see the teacher .....
27. Angela ..... that beautiful dress last week if she had some money.
28. Complete the first conditional with the correct verb tense:If it rains tomorrow, I ..... (stay) at home.
29. We ..... our way if the satnav had worked.
30. Create a first conditional sentence:If it snows tomorrow, we will have a snowball fight.
31. Choose the correct inversion for this sentence: "If he works hard, he will pass the exam."
32. Which of the following is an example of the first conditional?
33. In which conditional is the structure 'past simple + would + verb' used?
34. CHOSE THE CORRECT VERB:(ZERO CONDITIONAL)If you heat water to 100$^\circ$, it .....
35. Which of the following sentences demonstrates an understanding of cause and effect?
36. If I win the lottery, I will buy a new house. What type of conditional is this?
37. If he had more fans, he ..... at bigger venues
38. If she ..... harder last year, she ..... in a better university now.
39. What is the purpose of control flow structures in Python?
40. How do you check if a value is present in a list in Python?
41. What type of conditional is used to describe a past event that is different from what really happened?
42. What is the first step in the Code Prediction activity described in the learning material?
43. He ..... the job if he had performed better in the interview.
44. If you studied harder, you ..... better grades.
45. Transform the standard conditional 'If I eat healthy, I will feel better.' into a mixed conditional so that a present condition is linked to a past result.
46. If she ..... the job, she would have moved to a different city.
47. You are given the following pseudocode: "'FUNCTION calculateSquare(number) RETURN number * numberEND FUNCTION "'What is the result when the function is called with the argument 4?
48. They would rather you ..... earlier next time.
49. "If it wasn't so important, I ..... you on your holiday."
50. FIRST CONDITIONALWe ..... (be) late if we ..... (wait) here.
51. What is the result of a mixed second/third conditional?
52. Structure for the second conditional
53. Choose the correct form of this inverted conditional sentence: "If she had gone to the doctor, she would have felt better."
54. What is an example of a general truth?
55. Identify the error in this sentence: "If it will rain tomorrow, we will cancel the match."
56. What is the learning goal of Lesson 15?
57. I would learn to listen to advice, if
58. Which is a correct third conditional form?
59. Transform the standard conditional 'If I am more alert, I catch mistakes.' into a mixed conditional so that a present condition is linked to a past result.
60. How can you nest 'if' statements in Python?