Conditionals Quiz 58 (30 MCQs)

Quiz Instructions

Select an option to see the correct answer instantly.

1. Identify the type of conditional:If you don't hurry, you will miss the bus.
2. I really believe we might play football. We ..... (play) football if it ..... (not rain).
3. The third conditional is about
4. If we ..... you, we .....
5. SECOND CONDITIONALIf I ..... (be) you, I ..... (get) a new job.
6. If I ..... my emails this morning, I'd have answered you straight away.
7. If I practise for the speaking and listening exam, I ..... pass it with flying colours.
8. We would have gone camping if the weather ..... better.
9. What are conditionals primarily used for in programming?
10. If I were you, I would take that job. What type of conditional is this?
11. What is the output of the following code?int i = 3;if(i < 7) println("aplus");println("compsci");
12. Which sentence is in the inverted conditional form?
13. Which tense is used in the second conditional?
14. She will pass the exam if she ..... hard.
15. Choose the correct inversion for this sentence: "If you had asked for help, I would have assisted you."
16. Read the conditional sentence and answer the questions that follow with yes or no.If I were afraid to watch scary movies, I wouldn't go to that show.Am I afraid to watch scary movies?Am I going to go to that show?
17. The second conditional is used to imagine .....
18. Completa las siguientes oraciones con el phrasal verb correcto:g. Don't forget to ..... the lights before leaving the room. (turn on / turn off / turn up)
19. 0 conditional form:
20. Complete the sentence:If I ..... enough money, I will buy a new car.
21. Choose the most accurate sentence using the third conditional for a past regret:
22. The 'else' statement is optional in Python
23. Which of the following Boolean expressions are equivalent to the expression age < 18?Choose all correct answers.
24. Teacher says:* "If you study, you will pass." * This is an example of:
25. You want to go to Sally's party, but you can't. What can you say?
26. Why did "gif" in Old English evolve into the modern "if" ?
27. Consider the following pseudocode with nested conditionals: "'IF x > 10 THEN IF y < 5 THEN OUTPUT "A" ELSE OUTPUT "B"ELSE OUTPUT "C" "'What will be the output if 'x = 12' and 'y = 3'?
28. Identify the second conditional sentence:If she were a doctor, she would help people.
29. In the generic factual conditional, the simple present tense is used in both clauses. Which form of the verb in the simple present is used with a singular subject?
30. If you ..... a lighter jacket, the car driver would have seen you earlier.