Conditionals Quiz 66 (25 MCQs)

Quiz Instructions

Select an option to see the correct answer instantly.

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