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

Quiz Instructions

Select an option to see the correct answer instantly.

1. Determine if the statement is true or false:Two congruent angles are created when an angle is bisected
2. What is the inverse?If Jason does not go out to dinner, then he will come to the volleyball game.
3. P = "I am 16 years old"Q = "I am in 10th grade"Which of the following represents Disjunction?
4. Negating both the hypothesis and conclusion of the converse of the conditional is the .....
5. Which statement has a true truth value?
6. What symbol represents the and operator in JavaScript?
7. What is it hypothesis in the statement:" If today is Tuesday, then we have school." ?
8. What is the format for the converse of a conditional statement?
9. Determine if the statement is true or false:A number that does not end with 3 is divisible by 2
10. Mention the other name for Iterative statements.
11. ..... is an impression or information about a person that exists on the internet because of his online activity,
12. What does "p" stand for in "if p, then q" (conditional statement)?
13. Transform the statement "Points that lie on the same line are collinear" into if-then form.
14. Identify the conclusion of the given statement: "A triangle is a polygon"
15. A ..... has infinite points; one dimension and extends in opposite directions forever.
16. Write the following statement in if-then form.All vertical angles are congruent.
17. Write the negation of the statement "The dog is brown" .
18. A block used to trigger an action only if another action happens first; cause and effect .....
19. Is the given statement true:If the chair is empty, then class is not in session.
20. How many point are required to name a specific plane
21. We use the (a) to create the thesis statement.
22. Check the output.i=10while i>=1:print(i) i=+1
23. A point in the first quadrant has two positive coordinates.What is the hypothesis of the given sentence?
24. Write the converse of the statement:If an animal is a dog then it does not moo.
25. What is the negation of the hypothesis (~p) of the statement:If two angles are congruent, then they have the same degree.