Understanding Conditionals Quiz 1 (60 MCQs)

Quiz Instructions

Select an option to see the correct answer instantly.

1. Complete the sentence:You ..... (not smoke) in the hospital. [written on a notice]
2. If I were rich, I would travel the world. (Second or Third?)
3. What is an infinite loop?
4. Identify the error in this sentence:'If it rains, I go to the cinema.'
5. Which of the following sentences is a second conditional?
6. Complete the sentence:You ..... apply for a visa to be able to enter the country. [obligation; one person explaining the rules to another]
7. What is the output of the following code:for i in range(2):for j in range(2):print(i, j)?
8. True or False:The structure of the zero conditional is 'if + present simple, present simple'.
9. In which situation would you use a zero conditional?
10. Which of the following is a correct second conditional sentence?
11. How do third conditionals relate to past situations?
12. What's an example of an "If ..... then ..... else" statement?
13. Which of the following is a second conditional sentence? A) If it rains, I will stay home. B) If I were you, I would study harder. C) If she eats too much, she gets sick.
14. How do you use the switch statement?
15. Provide an example of a real-life situation using a zero conditional.
16. In the statement "If it's cold, then wear a coat, " what is the condition?
17. Identify the following sentence as Type 2 or Type 3:'If I were a bird, I would fly.'
18. What is a key word that often appears in third conditionals?
19. How do you create a for loop that iterates over a range of numbers from 1 to 5?
20. Choose the correct conditional:If I go to the park, then I will see my friends. What is the result?
21. What does an "else" statement do in a conditional?
22. Identify the type 2 conditional
23. Formulate a type 1 conditional sentence about studying.
24. Isla is trying to figure out the prefix in the word "misunderstand" . Can you help her?
25. Which sentence is zero conditional? 'If you touch fire, you (get/getting) burned.' or 'If I see him, I will tell him.'
26. Which of the following is a first conditional? 'If it rains, I will stay home.' or 'If you mix red and blue, you get purple.'
27. Identify the structure of a zero conditional sentence.
28. How do you form a third conditional sentence?
29. How many times will a loop with a condition of 'i < 5' run if 'i' starts at 0?
30. What is the purpose of an "if" statement in programming?
31. What happens if you don't water a plant?
32. When do we use 'if' in the zero conditional?
33. Identify the structure of a second conditional sentence.
34. What keyword is used to exit a loop prematurely?
35. Choose the correct form:'If she (study) hard, she (pass) the exam.'
36. Can conditionals be used in loops? Explain how.
37. In a while loop, what condition is checked?
38. How do you create a for loop in Python?
39. Explain the difference between if and elif in Python.
40. If you touch a hot stove, then you will get burned. What is the consequence?
41. What does 'if' do in a conditional statement?
42. Can second conditionals be used for future possibilities?
43. How do you write an if statement in Python?
44. How can broadcasting be useful in games?
45. What is a conditional statement?
46. When do we use the zero conditional in real life?
47. Identify the conditional type:'If I finish my homework, I will go out.'
48. What will the following code output:for i in range(3):print(i * 2)?
49. Luna is learning about word formation in her English class. What is the suffix in the word "friendship" ?
50. What is the purpose of the continue statement in loops?
51. Which of the following is a type 0 conditional?
52. What verb tense is used in the 'if' clause (ACTION)of a zero conditional?
53. What verb tense is used in the if-clause of a first conditional?
54. What's an example of an "If ..... then" statement?
55. How do you handle exceptions in conditional logic?
56. What is a nested loop?
57. Is the following sentence a real or unreal conditional? 'If she studies, she will pass the exam.'
58. Which of the following would best describe a conditional?
59. Identify the first conditional:'If she calls, I (will answer/will answering) the phone.'
60. Identify whether the following sentence is real or unreal:'If I were you, I would study harder.'