Conditionals Quiz 55 (30 MCQs)

Quiz Instructions

Select an option to see the correct answer instantly.

1. In conditionals you can swap the order of the clauses with no change of meaning
2. What should you use in the main clause of a first conditional?
3. Which statement will check to see if a is equal to b?
4. How do we form the 3rd conditional?
5. It means "imagine"
6. We use the first conditional to talk about .....
7. Which formula represents a third conditional sentence?
8. What is the purpose of using logical operators in p5js editor?
9. SECOND CONDITIONALWe ..... (not/be) late again if we ..... (buy) a new car.
10. What type of If Conditional Sentence is 'I'd be a happy man if I married Marion when we were young'?
11. 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")
12. What is the result of 5 + 3?
13. If she had studied harder, she ..... passed the exam.
14. 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)
15. What will print to the screen when the following program is run?number = 5less ..... than ..... zero = number < 0print(type(less ..... than ..... zero))
16. What does the '#' allow you to do?
17. What would the value of x be after the following code is run?int x = 5;if (x >= 2)\{x-= 2;\} else\{ x += 2; \}
18. FIRST CONDITIONALIf we ..... (not/see) each other tomorrow, we ..... (see) each other next week.
19. Identify the first conditional sentence:If it rains tomorrow, I will bring an umbrella.
20. When I ..... at the hotel, I'll send you a text message.
21. Which type of conditional is used to talk about unreal or unlikely situations?
22. Which of the following best rewrites this third conditional into a second conditional: "If I had trained harder, I would have won."
23. If he studies hard, he will pass the exam. What type of conditional is this?
24. Which sentence best reflects a second conditional structure?
25. If he ..... (become) a musician, he ..... (record) a CD.
26. They'll be upset if you ..... to the meeting late.
27. If I ..... (be) born in a different country, I ..... (learn) to speak a different language.
28. If we ..... to their party next week, they would be very angry. (go)
29. Create a second conditional sentence:If she had studied more, she would have passed the exam.
30. Which sentence describes a habit?