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

Quiz Instructions

Select an option to see the correct answer instantly.

1. Before choosing a position or side, you should
2. A inverse statement is formed by ..... the hypothesis and the conclusion
3. When taking the converse we ..... the hypothesis and conculsion
4. What is the format for a conditional statement?
5. Choose a negation for the following statement:41 is a prime number
6. What is the purpose of an else statement in Python?
7. If something is an angle, then it is acute. What is an appropriate counterexample?
8. Converse:If a man is bilingual, then he speaks two languages.
9. What will be the output of the following code?if "cat" == "dog":print("prrrr")else:print("ruff")
10. For the inverse we ..... the hypothesis and conclusion
11. Which property says if 3x = 2y and 2y = z, then 3x = z?
12. True or False:If it is St. Patrick's day, then it is march
13. The sum of the angles of a triangle is equal to 180 degrees in ..... geometry.
14. If Wendy ..... (go) on holiday this summer, she ..... (go) to Spain.
15. If the conditional statement was "If an angle is acute, then it has a measure less than 90$^\circ$.", which type of statement is the following?If an angle has a measure less than 90$^\circ$, then it is acute.
16. A ..... is a legal right granted by the law to the creator for his original work.
17. "If the boy is smart, then he is talented" . What is the conclusion?
18. What does a nested conditional refer to?
19. How do you write the converse of a conditional statement?