Conditionals Quiz 56 (25 MCQs)

Quiz Instructions

Select an option to see the correct answer instantly.

1. What would happen if the number is greater than 0?if (number > 0) \{ Console.WriteLine("The number is positive."); \} else if (number < 0) \{ Console.WriteLine("The number is negative."); \} else \{ Console.WriteLine("The number is zero."); \} \} \}
2. What is the third conditional used for?
3. Create a first conditional sentence:If you study hard, you will pass the test.
4. We use Conditional 2 to talk about Possibilities.
5. Imagine you're a weather wizard! If you predict rain tomorrow, which magical conditional spell are you casting for this future possibility?
6. In a program, the variable vehicleSpeed has the value of 59 and the variable speedLimit has the value of 55.Evaluate the expression below:vehicleSpeed <= speedLimit
7. What ..... if Adam ..... you out on a date? (you say, ask)
8. If the product fails our inspection, it is automatically returned.
9. What are conditionals in programming?
10. If I ..... you, I would take the job! (be)
11. What tense is used in the example 'Rarely do I see people reading newspapers'?
12. Choose the correct option:'I'm afraid of flying. If I ..... afraid of flying, we'd have travelled by plane.'
13. In the first conditional, the 'if' clause uses the past tense.
14. What would the conditional statement be for:"I go to Varina HS, if I am a student."
15. Which is a correct second conditional form?
16. We use this conditional to talk about imaginary or improbable situations in the past and their probable consequences. The situations are impossible because we cannot change them now.
17. If it ..... (rain), the ground ..... (get) wet.
18. What is the correct form for the if-clause in a mixed third/second conditional?
19. If she were more confident, she ..... apply for that job.
20. If I ..... (know) about the traffic, I would have left earlier.
21. Which adverbial is an example of group number one?
22. I really found the test laborious, i wish i ..... well.
23. If she had studied harder in school, she ..... a doctor now.
24. If she ..... the presentation yesterday, she ..... more confident now.
25. Phone this emergency number ..... your car breaks down.