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

Quiz Instructions

Select an option to see the correct answer instantly.

1. A ..... is a right, relating to the new inventions that grants the inventor the sole right to make, use, and sell that invention for a specific perod of time.
2. Shinta ..... (buy) a new dress if she ..... (have) enough money.
3. "If this month is October, then the following month is November" . What is the hypothesis of the given conditional statement?
4. If I ..... (not/go) to bed early, I ..... (be) tired tomorrow.
5. Select the converse of the conditional statement below If point Q is the midpoint of line segment AB, then point Q lies on AB.
6. Check the output.m=2 while m<4:print(m*m) m+=1 print("end of program")
7. If an animal is furry, then it is a hamster. What would be an appropriate counterexample?
8. Converse:If you are in Los Angeles County, then you are in Pacoima.
9. All chimpanzees love bananas. Write this statement in "if-then" form.
10. An If statement can be executed multiple times
11. What is the inverse of the following statement?If it is Saturday, then the school is closed
12. Rewrite the following statement as a biconditional: "Supplementary angles add up to 180"
13. Conditional Statement:If a whole number ends in 8, then it is divisible by 2.What is the converse of the conditional statement?
14. Conjunction means
15. If Yuma ..... (get) back late, I ..... (be) angry.
16. Which sentence would be the better thesis statement for the introductory paragraph of an argumentative essay?
17. A converse statement is formed by ..... the hypothesis and conclusion
18. Statement: "12 divisible by 3 and 3 is a prime number"Is this statement True or False?
19. Conditional Statement:If an object is an airplane, then it flies.
20. Conditional Statement:If a whole number ends in 8, then it is divisible by 2.What is the inverse of the conditional statement?
21. ..... loop executes a sequence of instructions endlessly.
22. Conditional Statement:If a doctor suspects her patient has a broken bone, then she should take an X-ray."A doctor suspects her patient has a broken bone if and only if she takes an X-ray" is the??? of the conditional.
23. Which of the following is the INVERSE of the statement below?If an animal is black and white, then it is a penguin.
24. Write the conditional in if-then form:Two congruent angles are created when an angle is bisected
25. What is the negation of the conclusion (~q) of this statement?If it is Valentine's Day, then the month is February.