Conditionals Quiz 15 (60 MCQs)

Quiz Instructions

Select an option to see the correct answer instantly.

1. What does the dot operator do?
2. He ..... (be) on time if he ..... (leave) earlier.
3. Which statement is true about the sentence 'If he were taller, he would have become a basketball player'?
4. If you ..... (help) me, I wouldn't have failed the project.
5. What is the structure of an inverted conditional sentence?
6. Find $\sim p\\rightarrow\\sim q$
7. If it is sunny tomorrow .....
8. You are designing a grammar module. Which example best illustrates a second conditional sentence in Modern English?
9. We use this conditional to talk about situations that are generally or always true.
10. If we ..... (not spend) so much on the house, we would have money for a vacation.
11. What type of If Conditional Sentence is 'Mother will be happy if her mother come to visit her'?
12. 7) If I were you, I would get a new job.
13. What will the output be if the condition in the 'if' statement is true (e.g., 'if (5 > 4)')?
14. I could be happy now .....
15. Which type of conditional is used for facts that are generally true?
16. Don't worry, you ..... the exam if you study enough
17. The girls will be safe if they .....
18. CHOOSE THE CORRECT ANSWER:What would you do if your dog spoke to you?
19. Which conditional is used to express a likely result in the future?
20. She ..... (be) happier if she ..... (have) more friends.
21. Choose the correct option:'If you ..... dad's car without permission last night, you might be in trouble.'
22. If it rains, I ..... home.
23. If they ..... (train) harder, they would have won the match yesterday.
24. What are conditionals in JavaScript?
25. She would have passed the test if she .....
26. If I ..... a million dollars, I 'd spend the money on a fast car.
27. Where was he born?
28. If I had a million dollars, I would travel the world. What type of conditional is this?
29. If you leave ice in the sun, it .....
30. In the sentence "If I were you, I would accept the job offer, " what type of conditional is used?
31. If he ..... (not, forget) his keys, he would have been able to open the door.
32. Transform the standard conditional 'If I had more energy, I would exercise regularly.' into a mixed conditional indicating that a past decision is affecting the present.
33. Ready to become a coffee connoisseur? Dive into the barista's guidebook! How many unique coffee brewing methods are detailed for you to master?
34. Create a first conditional sentence:If it is sunny tomorrow, we will have a picnic.
35. Transform the standard conditional 'If I go to the party, I will have fun.' into a mixed conditional indicating that a past decision is affecting the present.
36. Create a zero conditional sentence with the words:'if / you / not study / fail'.
37. If she ..... (pay) attention in class, she would have remembered the answer during the test.
38. FIRST CONDITIONALIf he ..... (come), I ..... (be) surprised.
39. If you ..... a mistake, just admit it.
40. If I knew her address, I would send her a gift. What type of conditional is this?
41. If this is so, he ..... praise or recognition.
42. We form Conditional 2 like this:If + Past Simple-would + base form
43. I bought a lottery ticket last year but not a winning one ..... If I ..... that lottery, I could be traveling the world now!
44. Likely to happen, prediction
45. If I have enough apples, I ..... and apple pie this afternoon.
46. The second Conditional is used for?
47. It expresses impossible scenarios
48. If it ..... we'll go skiing.
49. When you press the button, .....
50. If I hadn't lost my phone, I ..... able to call you right now.
51. If we had left earlier, we ..... the train.
52. Which of the following is the most appropriate use of a mixed conditional?
53. Which of the following is a reason for using the Eye Sensor in a project?
54. What is the value of playerStatus after the following code is run?string playerStatus = "Idle"; float playerVelocity = 5.0f; if (playerStatus == "Idle"){ if (playerVelocity > 0.0f){ playerStatus = "Moving"; } else if (playerStatus == "Moving"){ if (playerVelocity == 0.0f){ playerStatus = "Idle"; } }
55. Complete the sentence:If we ..... in Paris, we would visit the Eiffel Tower.
56. You won't get high marks .....
57. Choose the correct option:'If I didn't love you, I ..... you last year.'
58. When is the else statement used in p5js editor?
59. What conditional sentence expresses situations in the past that cannot be changed?
60. Pieces of code that only run "under certain conditions":