Conditionals Quiz 34 (30 MCQs)

Quiz Instructions

Select an option to see the correct answer instantly.

1. If you ..... two, you will get the third for free.
2. If you plant a seed and water it, it .....
3. Plants can't survive if you ..... them.
4. Both parents and teachers (feel) pleased if students studied harder and got higher grades.
5. IDENTIFY THE CONDITIONAL:If it is sunny tomorrow, we will go to the beach.
6. The supplier will ship the goods as soon as the payment is processed.
7. If we had taken her advice, we ..... into this mess.
8. Why should comments be used in code?
9. If I ..... (be) immortal, I would be very rich by now.
10. What is the purpose of using functions in JavaScript?
11. She ..... better results if she had taken your advice.
12. If they had this player on their team, they ..... a single match.
13. 9) If she had studied, she would have passed the exam.
14. COMPLETE THE CONDITIONAL SENTENCES TYPE 1:-I (earn) ..... a lot of money if I (get) ..... that job.
15. Identify the type of conditional in the following sentence:If I had known, I would have helped you.
16. In a mixed conditional, what type of situation is being described?
17. Which of the following conditions checks if a variable "num" is less than or equal to 100?
18. If you make lunch, I ..... the dishes.
19. If they ..... (not, leave) early, they would have missed the traffic.
20. Which of the following sentences is an example of a mixed conditional?
21. If it rains tomorrow, we ..... the match.
22. Which shows correct third conditional grammar?
23. ..... , she could've seen all the play.
24. What is the value of x after the following code is run?int x = 0; int a = 1; if (a >= 0)\{ x += a++; \} if (a > 1 && a != x)\{ x *= ++a; \} else if (a <= 1 && a != x)\{ x-= a; \}
25. What is essential for mixing conditionals effectively?
26. What should you focus on to better understand mixed conditionals?
27. He took his girlfriend up to the top of Mount Douglas, and they ..... in his car.
28. If I ..... you, I wouldn't mention it.
29. Both second and third conditionals express:
30. If they ..... (not, go) to the beach, they wouldn't have gotten sunburned.