Conditionals Quiz 22 (60 MCQs)

Quiz Instructions

Select an option to see the correct answer instantly.

1. Which sentence is an example of a general truth?
2. If I see him, I ..... him the message.
3. If I ..... by the beach, I would go swimming every day.
4. If you mix baking soda and vinegar, it .....
5. What is the purpose of using loops in JavaScript?
6. I ..... you to be more patient if I were in your place.
7. We wouldn't have got lost if my phone ..... out of battery.
8. If he were more careful, he ..... the accident last week.
9. A conditional sentence that expresses a condition that is habitually true in the past.
10. Yates (a) wouldn't be able to cut the rope if he (b) ..... a penknife.
11. If I hadn't ..... (go) to the concert, I would never have met Sylvia.
12. If more people ..... (understand) the impact of consumerism, they ..... (make) more sustainable choices in the past.
13. If you ..... your work, we can have a rest.
14. What type of conditional is used to describe hypothetical situations?
15. If my dad ..... (feel) tired, he ..... (take) a nap
16. Identify the third conditional sentence:If they had listened to the warning, they wouldn't have gotten lost.
17. I ..... to Disneyland by taxi instead of by bus last weekend if I ..... more money.
18. Identify the type of conditional in the following sentence:If she studies hard, she will pass the exam.
19. Choose first conditional or second conditional based on the situation.You don't expect that there will be a gas leak at work.Which do you say?
20. What is the main verb in the sentence 'Never was it so cold'?
21. What do we use conditionals to describe?
22. What is a function in JavaScript?
23. If you (a) with us, you would (b) there faster.
24. I ..... to your party on Saturday if I didn't have to work.
25. 5) It is used to talk about things in the future that are probably not going to be true and to talk about something in the present which is impossible because it's not true.
26. The 3rd conditional is used for?
27. It expresses real or very likely possibilities
28. When would you want to use an if statement?
29. If he ..... (study) regularly, he would not fail the exam.
30. The third conditional is used for:
31. What is a "Nested If" in programming?
32. Tediane would pass her exams if she ..... harder. (study)
33. Define zero conditionals.
34. Which sentence is in the normal conditional form?
35. ..... , I wouldn't ask for more.
36. If you had told me earlier, I ..... more prepared today.
37. If I move / I'll move to Boston, I live / I'll live on Main Street.
38. Why do we use Type 1 conditionals?
39. If you ..... the key, the car starts.
40. If she ..... (be) more diligent during her internship six months ago, she ..... (receive) a full-time offer.
41. We form Conditional 1 like this:If + Present Simple-will + base form
42. What is the purpose of the 'elif' statement in Python?
43. A function in Java is defined as follows: "'javaint multiply(int x, int y) { return x * y;} "'Which of the following calls will return 20?
44. In p5js editor, what happens if none of the conditions in an if-else if-else statement are true?
45. What will the following program print when run?number ..... one = 5number ..... two = 10if number ..... one == 5:print(1)elif number ..... one > 5:print(2)elif number ..... two < 5:print(3)elif number ..... one < number ..... two:print(4)elif number ..... one != number ..... two:print(5)else:print(6)
46. My classmates ..... the homework today if they finish it.
47. Which of the following best describes the key difference between second and third conditionals?
48. Which logical operator is used to combine two conditions in p5js editor?
49. I've never ..... money because I've always earned a lot of money.
50. Choose the sentence that uses the second conditional structure correctly.
51. What does "input()" represent in this code? colour = input( "Enter a colour" )
52. The if part of the sentence always has to have a would.
53. If he ..... (take) the job, he ..... (not / go) travelling.
54. Complete the second conditional with the correct verb tense:If she ..... (know) the answer, she would tell us.
55. Methods are used for code that is repeated.
56. We ..... to the party if we had known about it.
57. Identify the type of conditional:If I won the lottery, I would buy a big house.
58. I am so very rich, so I can buy all the things. But I ..... (not be) able to buy all the things if I ..... (not be) this rich.
59. Which sentence is an example of a habitual action?
60. If I ..... earlier, I wouldn't have missed the bus.