Conditionals Quiz 31 (25 MCQs)

Quiz Instructions

Select an option to see the correct answer instantly.

1. When do we use the first conditional?
2. I ..... the power of invisibility if I ..... have one superpower.
3. In the sentence "If water freezes, it expands, " what type of conditional is used?
4. Write a Python program to find the largest number among three numbers using nested conditionals.
5. If I ..... the instructions properly, I would have passed the exam.
6. If ..... , I'd see a doctor as soon as possible.
7. If he ..... his offer, I would accept it.
8. 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"
9. What time reference does the second conditional typically have?
10. If you press the ..... comes on.
11. Which statement occurs first when the following code is run? int a = 5;int b = 2;
12. If she ..... (win) the lottery last year, she would be living in a mansion now.
13. 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."); \}
14. What does the inverted conditional form emphasize?
15. If you press the power button on a computer, it .....
16. ..... they die.
17. If she ..... (study) harder, she would pass the exam.
18. If he had listened to me, he ..... in trouble.
19. If you ..... (not, eat) so much, you wouldn't feel sick.
20. My parents ..... when I was about two years old, so I've never really lived with my father.
21. What would the developers receive if the game reached the top of the sales charts within the first month?
22. Choose the correct ending:If people don't drink water, they .....
23. In the sentence 'If I had known, I would have acted differently', which conditional is used?
24. If I had seen her, I ..... told her the news.
25. Which of the following is a possible future situation?