Conditionals Quiz 13 (60 MCQs)

Quiz Instructions

Select an option to see the correct answer instantly.

1. How do we form the zero conditional?
2. ..... , you are going to get hurt.
3. I ..... to France next week if I had booked tickets two weeks before.
4. What is the correct form of the first conditional sentence:If it rains tomorrow, I ..... my umbrella.
5. You ..... in trouble if you had listened to the teacher.
6. If Sue ..... such a nice person, she wouldn't have been invited.
7. He ..... depressed if he fails the exam.
8. It expresses real possibilities which are not happening on the near future
9. My brother ..... a sports car if he ..... the money.
10. The third conditional is used to imagine different outcomes for past events.
11. I ..... the power of invisibility if I ..... have one superpower.
12. In the sentence "If water freezes, it expands, " what type of conditional is used?
13. If I ..... the instructions properly, I would have passed the exam.
14. If ..... , I'd see a doctor as soon as possible.
15. If he ..... his offer, I would accept it.
16. What does this program print?height = 65gender = "female"if height < 62 or (height < 69 and gender == "male"):print "You are below average height"elif height > 69 or (height > 62 and gender == "female"):print "You are above average height"else:print "You are average height"
17. What time reference does the second conditional typically have?
18. If you press the ..... comes on.
19. Which statement occurs first when the following code is run? int a = 5;int b = 2;
20. If she ..... (win) the lottery last year, she would be living in a mansion now.
21. If your age is 18, what would it print?if (age >= 18) { Console.WriteLine("You are eligible to vote."); } else { Console.WriteLine("You are not eligible to vote."); }
22. What does the inverted conditional form emphasize?
23. If you press the power button on a computer, it .....
24. If she ..... (study) harder, she would pass the exam.
25. If he had listened to me, he ..... in trouble.
26. If you ..... (not, eat) so much, you wouldn't feel sick.
27. My parents ..... when I was about two years old, so I've never really lived with my father.
28. What would the developers receive if the game reached the top of the sales charts within the first month?
29. Choose the correct ending:If people don't drink water, they .....
30. In the sentence 'If I had known, I would have acted differently', which conditional is used?
31. If I had seen her, I ..... told her the news.
32. Which of the following is a possible future situation?
33. If he ..... more polite yesterday, she ..... to him now.
34. What is the initial value of each face's mouth?
35. In the provided code, what will be printed if 'code1 == 143' but 'code2 != 8'?
36. Which of the following sentences is NOT an unreal conditional?
37. If it's sunny, people often go the beach.
38. In the sentence 'If you heat water, it boils', which conditional is used?
39. What does the sentence 'If I weren't flying on holiday next week, I would have accepted that new project at work' demonstrate?
40. SECOND CONDITIONALThey ..... (have) more money if they ..... (not/buy) so many clothes.
41. Identify the correct first conditional sentence:
42. Tom likes football very much. He wishes he (become) ..... a professional football player.
43. What is the correct form for the main clause in a mixed second/third conditional?
44. Which of the following describes a reason why the Location Sensor would be used in a project?
45. If you ..... me about your birthday last month, I would have sent you a card.
46. Identify the type of conditional in the following sentence:If I had gone to bed earlier, I would not be tired now.
47. We will help him if he .....
48. Choose first conditional or second conditional based on the situation.There is a fire extinguisher near your classroom. Nobody is going to use it.Which do you say?
49. How often will the [Wait until] block check a Boolean condition?
50. If it rains, the grass gets wet. What type of conditional is this?
51. What is the correct inverted form of the sentence 'If you choose to accept the job position, you will need to move to New York'?
52. If it rains, I ..... (to take) a taxi after classes.
53. A student is writing a Java function to determine if a number is prime. Which of the following strategies is most efficient for checking if a number 'n' is prime?
54. How would you round the number held in the variable pi to 3.14?pi = 3.14159265
55. In Python, what is the result of the expression True and False?
56. What should students do before moving on from Code Studio, Level 6?
57. How does a past hypothetical with a present consequence look?
58. What is the result of the Zero Conditional?
59. If you drop an object, it .....
60. Identify the type of conditional in the following sentence:If I see him, I will give him the message.