This quiz works best with JavaScript enabled. Home > English Grammar > Grammar > Parts Of Speech > Verbs > Moods > Understanding Conditionals – Quiz 3 🏠 Homepage 📘 Download PDF Books 📕 Premium PDF Books Understanding Conditionals Quiz 3 (30 MCQs) Quiz Instructions Select an option to see the correct answer instantly. 1. Which of the following would best describe a conditional? A) A result after an action. B) A list of things to do. C) A choice based on a condition. D) A way to repeat an action. Show Answer Correct Answer: C) A choice based on a condition. 2. Formulate a first conditional sentence about studying for a test. A) If I don't study, I will fail the test. B) If I study tomorrow, I will have already passed the test. C) If I study hard, I will pass the test. D) If I study, I pass the test. Show Answer Correct Answer: C) If I study hard, I will pass the test. 3. Identify the first conditional:'If she calls, I (will answer/will answering) the phone.' A) Will answered. B) Will answer. C) Will answering the phone. D) Will answerer. Show Answer Correct Answer: B) Will answer. 4. Identify whether the following sentence is real or unreal:'If I were you, I would study harder.' A) Certain. B) Real. C) Unreal. D) Definite. Show Answer Correct Answer: C) Unreal. 5. What is the modal verb for ability? A) Can. B) Might. C) Should. D) Would. Show Answer Correct Answer: A) Can. 6. What is the output of the following code:for i in range(3):print(i)? A) 012. B) 1.5. C) 3. D) -1. Show Answer Correct Answer: A) 012. 7. Which of the following sentences is a first conditional? A) If Ethan studies hard, he will pass the exam. B) If you call me, I will answer. C) If I were a bird, I would fly. D) If it had been sunny, we would have gone out. Show Answer Correct Answer: B) If you call me, I will answer. 8. Fill in the blank:If he ..... (be) taller, he could play basketball. A) Will be. B) Was. C) Is. D) Were. Show Answer Correct Answer: D) Were. 9. Identify the type 1 conditional A) If she calls me, I will answer. B) If she called me, I would answer. C) If she calls me, I answered. D) If she will call me, I will answer. Show Answer Correct Answer: A) If she calls me, I will answer. 10. Which symbol is used for 'not equal to' in most programming languages? A) <>. B) ==. C) !==. D) !=. Show Answer Correct Answer: D) !=. 11. What tense do you use in the main clause(EFFECT) in a zero conditional sentence? A) The main clause is in the present continuous tense. B) The main clause is in the future simple tense. C) The main clause is in the past simple tense. D) The main clause is in the present simple tense. Show Answer Correct Answer: D) The main clause is in the present simple tense. 12. Identify the type of conditional:'If I study hard, I will pass the exam.' A) Third conditional. B) First conditional. C) Zero conditional. D) Second conditional. Show Answer Correct Answer: B) First conditional. 13. If I were a superhero, I would save the world. (Second or Third?) A) Only in dreams. B) None. C) Second. D) First. Show Answer Correct Answer: C) Second. 14. Can you nest conditional statements? Give an example. A) If x == 10:print('x is exactly 10'). B) If x < 10:if y > 5:print('x is less than 10 and y is greater than 5'). C) Example:if x > 10:if y < 5:print('x is greater than 10 and y is less than 5'). D) If y == 5:if x < 10:print('y is 5 and x is less than 10'). Show Answer Correct Answer: C) Example:if x > 10:if y < 5:print('x is greater than 10 and y is less than 5'). 15. In a zero conditional sentence, which tense is used in both clauses? A) Past Simple. B) Future Simple. C) Present Continuous. D) Present Simple. Show Answer Correct Answer: D) Present Simple. 16. Identify the following sentence as Type 2 or Type 3:'If I had studied harder, I would have passed the exam.' A) Type 4. B) Type 1. C) Type 3. D) Type 2. Show Answer Correct Answer: C) Type 3. 17. Formulate a type 1 conditional sentence about going to the park. A) If it snows, we will have a picnic. B) If it rains, we will stay indoors. C) If it is cold, we will go for a swim. D) If it is sunny, we will go to the park. Show Answer Correct Answer: D) If it is sunny, we will go to the park. 18. What will happen if the condition in a while loop is never met? A) The while loop will not execute. B) The while loop will execute once. C) The while loop will cause a syntax error. D) The while loop will execute indefinitely. Show Answer Correct Answer: A) The while loop will not execute. 19. How do second conditionals relate to present situations? A) Second conditionals relate to present situations by expressing hypothetical scenarios that are not true or likely in the current reality. B) Second conditionals describe past events that actually happened. C) Second conditionals are used to make predictions about the future. D) Second conditionals relate to situations that are always true in the present. Show Answer Correct Answer: A) Second conditionals relate to present situations by expressing hypothetical scenarios that are not true or likely in the current reality. 20. Choose a correct zero conditional sentence. A) If it rains, the ground gets wet. B) If it snows, the ground gets dry. C) If it is windy, the leaves fall off. D) If it is sunny, the flowers wilt. Show Answer Correct Answer: A) If it rains, the ground gets wet. 21. Give an example of a first conditional sentence about rain. A) If it rains, we will go for a walk. B) If it rains, we will have a picnic. C) If it rains, we will stay indoors. D) If it rains, we will play outside. Show Answer Correct Answer: C) If it rains, we will stay indoors. 22. Benjamin is planning to attend a party. Which of the following sentences is a first conditional? A) If I had a car, I would drive to work. B) If I see her, I will say hello. C) If it had rained, we would have stayed home. D) If I were you, I would apologize. Show Answer Correct Answer: B) If I see her, I will say hello. 23. Which of the following sentences is NOT a zero conditional? A) If you drop a ball, it falls. B) If you mix yellow and blue, you get green. C) If I were rich, I would buy a mansion. D) If you touch fire, it burns. Show Answer Correct Answer: C) If I were rich, I would buy a mansion. 24. Formulate a type 0 conditional sentence about plants. A) If plants are in the dark, they thrive. B) If plants are watered, they wilt. C) If plants receive sunlight, they grow. D) If plants grow, they need no care. Show Answer Correct Answer: C) If plants receive sunlight, they grow. 25. Give an example of a zero conditional sentence about water. A) If you heat water, it evaporates into steam. B) If you freeze water, it turns into ice. C) If you mix water with oil, it becomes a solution. D) If you pour water on fire, it creates steam. Show Answer Correct Answer: B) If you freeze water, it turns into ice. 26. Organize the sentence use / your / you / battery / if / dies / phone / the / all day A) A. If your phone use the battery all day, it dies. B) B. If you use your phone all day, the battery dies. C) C. If dies the battery, your phone you use all day. D) None of the above. Show Answer Correct Answer: B) B. If you use your phone all day, the battery dies. 27. What is the correct form of the verb in this Type 2 Conditional:'If I ..... (to have) a car, I would drive to work.' A) Has. B) Having. C) Have. D) Had. Show Answer Correct Answer: D) Had. 28. What is a loop in programming? A) A loop is a type of variable used in programming. B) A loop is a control structure that repeats a block of code as long as a specified condition is true. C) A loop is a data structure that stores multiple values. D) A loop is a function that executes only once. Show Answer Correct Answer: B) A loop is a control structure that repeats a block of code as long as a specified condition is true. 29. Avery can't swim, can she? A) Can't swim. B) Can she. C) Swim. D) Avery can't. Show Answer Correct Answer: B) Can she. 30. Emma is learning about word structures in her English class. What is the suffix in the word "kindness" ? A) Ness. B) Ind. C) Kind. D) Kin. Show Answer Correct Answer: A) Ness. ← PreviousNext →Related QuizzesVerbs QuizzesParts Of Speech QuizzesUnderstanding Conditionals Quiz 1Understanding Conditionals Quiz 2Understanding Conditionals Quiz 4Understanding Conditionals Quiz 5Understanding Conditionals Quiz 6Understanding Conditionals Quiz 7Understanding Conditionals Quiz 8Understanding Conditionals Quiz 9 🏠 Back to Homepage 📘 Download PDF Books 📕 Premium PDF Books