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

Quiz Instructions

Select an option to see the correct answer instantly.

1. Given, "If angles are congruent, then the measures of the angles are equal." Identify the hypothesis.
2. Check the output.n=1while n<5:print(n*n)n+=1print("program done")
3. Write the following statement in if-then form.All students at Hermitage take an English class.
4. Given the following observation ..... Each day, you get to school before your friend ..... what conjecture can you make?
5. What Javascript code matches this statement:Their name is Kim and they are less than 16 years old
6. Given, "If I have a Siberian Husky, then I have a dog." Identify the inverse.
7. What will be the output of 67 in(34, 58, 78, 34, 67)
8. The of the conditional is formed by interchanging the hypothesis and the conclusion.
9. Write each statement as a conditional statement."Every time you practice you gain more skill."
10. Original:If I have a Siberian Husky, then I have a dog.What is this? If I have a dog, then I have a Siberian Husky.
11. What is the negation of the hypothesis (~p) of this statement?If it is Valentine's Day, then the month is February.
12. Given, "If I have a Siberian Husky, then I have a dog." Identify the conclusion.
13. Determine if the statement is true or false. Then write the converse.If Jake lives in Ramsey, then he lives in New Jersey
14. Identify the hypothesis of the given conditional statement:If it is cheese, then it contains calcium.
15. Given the statement;"If it snows then the school will be closed"Which is the inverse?
16. Determine if the conditional is true or false. If it is false, find a counterexample."If you live in a country that borders the United States, then you live in Canada."
17. Take the following conditional. If true select true, if false pick the counter example. "If a number is divisible by 3, then it is divisible by 6."
18. The ..... comes after the "if."
19. If something is a vehicle, then it is a Ford. What is an appropriate counterexample?
20. For the contrapositive we ..... the hypothesis and conclusion
21. What is the output of 206 not in(200, 202, 204, 206, 208, 210)?
22. Equilateral triangles are equiangular.What do you think is the conclusion of the given sentence?
23. Rewrite the statement as a conditional statement."The sum of the angles of a triangle is 180."
24. Rewrite the statement "You are in New Jersey, if you are in Middletown." in If-Then form
25. Given the conditional;"If Destiny goes to work tonight, then she will make money"What is the conclusion?