Conditionals Quiz 50 (25 MCQs)

Quiz Instructions

Select an option to see the correct answer instantly.

1. You are given the following pseudocode: "'FUNCTION calculateSquare(number) RETURN number * numberEND FUNCTION "'What is the result when the function is called with the argument 4?
2. They would rather you ..... earlier next time.
3. "If it wasn't so important, I ..... you on your holiday."
4. FIRST CONDITIONALWe ..... (be) late if we ..... (wait) here.
5. What is the result of a mixed second/third conditional?
6. Structure for the second conditional
7. Choose the correct form of this inverted conditional sentence: "If she had gone to the doctor, she would have felt better."
8. What is an example of a general truth?
9. Identify the error in this sentence: "If it will rain tomorrow, we will cancel the match."
10. What is the learning goal of Lesson 15?
11. I would learn to listen to advice, if
12. Which is a correct third conditional form?
13. Transform the standard conditional 'If I am more alert, I catch mistakes.' into a mixed conditional so that a present condition is linked to a past result.
14. How can you nest 'if' statements in Python?
15. Sequential logic and selection logic are examples of .....
16. If your company (assure) our success in marketing, we (continue) doing business with you this year.
17. These are the modal verbs you can use in 2nd. conditional
18. In the following code what is the scope of variable w?int a = 1; int b = 1; if (a >= b)\{ if (a == b)\{ int w = a * b; \} \}
19. What should you use in the if clause of a first conditional?
20. Is used to imagine present or future situations that are impossible or unlikely in reality
21. I ..... you if I see you at the mall later.
22. Flowers die if you ..... them.
23. If weather ..... rainy he ..... (go) outside.
24. Complete the first conditional with the correct verb tense:If he ..... (study) harder, he would get better grades.
25. What type of If Conditional Sentence is 'I didn't invite them for dinner. But I would not hesitate to invite them if I was a good cook'?