Class 11 Computer Science Chapter 4 Conditional And Iterative Statements Quiz 5 (25 MCQs)

Quiz Instructions

Select an option to see the correct answer instantly.

1. Identify the conclusion of the statement:Three coplanar points are also colinear
2. What is the converse statement of "If a number is divisible by 3, then it is divisible by 9." ?
3. If possible, use the Law of Detachment to draw a conclusion from the two given statements. If not possible, write not possible.Conditional:If there is lightning, then it is not safe to out in the open. Premise:Mary sees lightning from her home
4. Read the statement, then the phrase. Determine whether the phrase is the hypothesis or conclusion of the conditional statement."If you fill your sink with water, then you can wash the dishes."you can wash the dishes
5. Which of the following makes the best thesis statement?
6. Which statement is used to execute a block of code only if a condition is true?
7. Read the statement, then the phrase. Determine whether the phrase is the hypothesis or conclusion of the conditional statement."If a figure has seven sides, then it is a heptagon."it is a heptagon
8. Conditional statement symbol
9. Which two statements should both be true to have a biconditional statement?
10. If we ..... (not/see) each other tomorrow, we ..... (see) each other next week.
11. What is the biconditional statement of the following conditional statement? "If Shelly lives in Texas, then she lives in the United States."
12. What is the conclusion to this statement?If Susan gives us Mountain Dew, then she will be the coolest.
13. Given, "If I have a Siberian Husky, then I have a dog." Identify the hypothesis.
14. Write each statement as a conditional statement."Two angles are always equal when they are vertical."
15. If it is a number, then it is either positive or negative. What is an appropriate counterexample?
16. "If this month is October, then the following month is November" . What is the conclusion?
17. Write each statement as a conditional statement."All healthy dogs have four paws."
18. Which sentence would be the better thesis statement for the introductory paragraph of an essay?
19. Identify the hypothesis of this conditional:If Sally goes to the park, then she will fall off the swing.
20. What is the format for the inverse of a conditional statement?
21. Describe the validity of the conditional statement?If Jake lives in New Jersey, then he lives in Ramsey.
22. What is the negation of "x > 3" ?
23. If there is an angle, then it is acute. What is an appropriate counterexample?
24. The valid combination of both the operands and operators makes an ..... which returns a computer result.
25. Check the output.Print(10 in [1, 2, 3, 4, 10, 12])