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

Quiz Instructions

Select an option to see the correct answer instantly.

1. What is the syntax for a for loop in Python?
2. Original:If the angles are congruent, then the measures of the angles are equal.What is this statement called:If the angles are not congruent, then the measure of the angles are not equal.
3. P:the wind is blowingq:the air is hazyr:the weather is dryThe symbolic statement r $\rightarrow$ (p v ~q)Is written as a worded statement:
4. What do you call the part of a conditional statement that follows "if" when written in if-then form?
5. Find the next term:3, 5, 9, 15, 23, .....
6. What does ~q $\rightarrow$ ~p symbolize?
7. What is the purpose of the 'range()' function in Python?
8. Conditional Statement:If an object has seeds, then it is a strawberry.
9. If two lines form right angles, then the lines are perpendicular.What do you think is the hypothesis of the given conditional statement?
10. Which of the following is the INVERSE of the statement below?If an object is a computer, then ithas a hard drive.
11. It is a branch of mathematics that studies the sizes, shapes, positions angles and dimensions of things.
12. Original Statement:If I am hungry then I will eat a whole pizza.New Statement:If I am not hungry then I will eat a whole pizza.
13. Negate the following statement:"I love geometry."
14. What signifies the end of a statement block or suite in Python?
15. If a whole number ends in 0, then it is divisible by 10.If a whole number is divisible by 10, then it is divisible by 5.
16. Conditional Statement:If a man speaks two languages, then he is bilingual.
17. What is the next term in the sequence:1, 1, 2, 3, 5, 8, 13, .....
18. For the converse we ..... the hypothesis and conclusion
19. With which statement you can use break statement?
20. If I don't set my alarm clock, then I will be late for work.If I set my alarm clock, then I will not be late for work.
21. Write each statement as a conditional statement."When two sides of a right triangle are 3 in and 4 in the hypotenuse is 5 in."
22. Refer to the following statement: "If a polygon is a quadrilateral, then it is a trapezoid."What is the contrapositive of this statement?
23. Conditional Statement:If a triangle has 3 congruent sides, then it's an equilateral triangle.Identify the inverse of this conditional statement:
24. Mira ..... (cook) breakfast if Tina ..... (go) to the supermarket.
25. Write each statement as a conditional statement."A can of soda will go flat every time you leave it open."