Conditionals Quiz 27 (60 MCQs)

Quiz Instructions

Select an option to see the correct answer instantly.

1. If I were your teacher, I ..... more practice tests.
2. If he studied more, he ..... better grades.
3. If she had known the truth, she would have acted differently. What type of conditional is this?
4. IDENTIFY THE CONDITIONAL:If you mix yellow and blue, you get green.
5. If he ..... the truth, he would have told us.
6. What is the zero conditional used for?
7. If he ..... (unlikely), he would succeed.
8. If he ..... (not eat) so much junk food, he would feel healthier now.
9. In conditionals you can swap the order of the clauses with no change of meaning
10. What should you use in the main clause of a first conditional?
11. Which statement will check to see if a is equal to b?
12. It means "imagine"
13. We use the first conditional to talk about .....
14. Which formula represents a third conditional sentence?
15. What is the purpose of using logical operators in p5js editor?
16. SECOND CONDITIONALWe ..... (not/be) late again if we ..... (buy) a new car.
17. What type of If Conditional Sentence is 'I'd be a happy man if I married Marion when we were young'?
18. What will be printed if the following code is executed?x = 3if x > 5:print("x is greater than 5")else:print("x is not greater than 5")
19. What is the result of 5 + 3?
20. If she had studied harder, she ..... passed the exam.
21. What will be the output of this program?number = 5less ..... than ..... zero = number < 0if less ..... than ..... zero:print(number)number = number-10less ..... than ..... zero = number < 0if less ..... than ..... zero:print(number)
22. What will print to the screen when the following program is run?number = 5less ..... than ..... zero = number < 0print(type(less ..... than ..... zero))
23. What does the '#' allow you to do?
24. What would the value of x be after the following code is run?int x = 5;if (x >= 2){x-= 2;} else{ x += 2; }
25. FIRST CONDITIONALIf we ..... (not/see) each other tomorrow, we ..... (see) each other next week.
26. Identify the first conditional sentence:If it rains tomorrow, I will bring an umbrella.
27. When I ..... at the hotel, I'll send you a text message.
28. Which type of conditional is used to talk about unreal or unlikely situations?
29. Which of the following best rewrites this third conditional into a second conditional: "If I had trained harder, I would have won."
30. If he studies hard, he will pass the exam. What type of conditional is this?
31. Which sentence best reflects a second conditional structure?
32. If he ..... (become) a musician, he ..... (record) a CD.
33. They'll be upset if you ..... to the meeting late.
34. If I ..... (be) born in a different country, I ..... (learn) to speak a different language.
35. If we ..... to their party next week, they would be very angry. (go)
36. Create a second conditional sentence:If she had studied more, she would have passed the exam.
37. Which sentence describes a habit?
38. Transform the standard conditional 'If I save money, I will go on vacation.' into a mixed conditional that connects a present condition to a past result.
39. Which word can replace 'if' in the first conditional?
40. Select the sentence that correctly inverts a second conditional:
41. What type of conditional is this: "If I had known about the party, I would have come" ?
42. If I didn't earn enough money,
43. It means "if only if"
44. If you ..... (see) him, ..... (give) him this message.
45. Choose the correct second conditional sentence:
46. IDENTIFY THE CONDITIONAL:If my friend had a phone, we would talk all day.
47. I want to ..... money for a car but my rent is expensive.
48. Choose de the correct sentences using 2nd. CONDITIONAL?
49. What will be the output of the following code?x = 10y = 5print(x != y)
50. Uses for the third conditional:
51. Which situation best demonstrates a mixed conditional?
52. Guess the magical date when Alex and Jamie decided to embark on their enchanting journey to Paris!
53. Choose first conditional or second conditional based on the situation.Somebody stops you and asks the way to a post office. Which do you say?
54. Which tense is used in the first conditional?
55. If she ..... (go) to university, she would have a better career now.
56. 4) It talks about the past. It's used to describe a situation that didn't happen, and to imagine the result of this situation.
57. What is the purpose of the else if statement in p5js editor?
58. I ..... to university if my grades are good.
59. What type of If Conditional Sentence is 'If I wasn't afraid of flying, I would visit you in California a long time ago'?
60. Which of the following is an example of using conditionals in programming?