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

Quiz Instructions

Select an option to see the correct answer instantly.

1. Which property states that 4 = 4?
2. I ..... (not/go) if you ..... (not/come) with me.
3. Write the inverse of the following statement."If a figure is a triangle, then the angles add to 180.
4. Which statement is logically equivalent to the conditional statement?
5. What is the result of the code:team = ("Cowboys")if team == "Cowboys":print("Dallas is #1")
6. "I do my homework, then I get my allowance." What is the hypothesis?
7. Accessing the elements of a sequence one by one is called .....
8. What is the conclusion in the conditional statement below?If a rectangle has 4 equal sides, then it is a square
9. Given the conditional;"If our class earns ten trucks, then we get a treat."What is the contrapositive?
10. What is the contrapositive of the following statement?If it is Saturday, then the school is closed
11. What is printed when this program is run:days = 5 if days > 6:print( "Month" ) else:print( "Week" )
12. Move from one track to another, say after the first lap they move to next lap, and so on. This is called the .....
13. Write a definition of congruent angles as a biconditional statement.
14. What is the if-then form of the statement: "A triangle is a polygon" ?
15. Refer to the following statement: "If a polygon is a quadrilateral, then it is a trapezoid."What is the inverse of this statement?
16. A biconditional of two true conditional statement is formed by .....
17. For loop in python will work on?
18. Write the if-then form of the statement:It always rains when it is cloudy
19. 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?An angle is acute if and only if (iff) it has a measure less than 90$^\circ$.
20. Identify the hypothesis of the statement:Three coplanar points are also colinear
21. What is the syntax for an if statement in Python?
22. The code inside 'If' statement is executed only once
23. What is the Hypothesis of this conditional statement:If you live in Nashville, then you live in Tennessee
24. Re-write the statement "A triangle contains exactly three angles" into if-then form.
25. If Tracey goes on vacation, then she will go to Orlando. Identify the conclusion.