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

Quiz Instructions

Select an option to see the correct answer instantly.

1. Which alternative complete correctly the sentence? (a) he will visit you
2. What is the converse to this statement: "If it is dark outside, than it is night"
3. Provide a counterexample to the following claim:"All quadrilaterals have at least one set of parallel sides."
4. Bi-Conditional
5. Converse:If an object flies, then it is an airplane.
6. What has to happen in order to write a biconditional statement?
7. Which type of python loop works for condition-
8. Original:If I have a black lab, then I have a dog.What is this statement called:If I do not have a black lab, then I do not have a dog.
9. What do you call the first part of a conditional statement that follows the word "if" ?
10. The following statements represent p and qp:the sea is calmq:the sun is upWhich symbolic statement represents "If the sea is calm then the sun is not up"
11. Identify the hypothesis of the statement:It always rains when it is cloudy
12. Q $\rightarrow$ p
13. Comparison OperatorWhat is <=?
14. Given the conditional;"If it is a duck then it has a beak."Which is the converse?
15. Write the converse of the following statement."If a figure is a triangle, then the angles add to 180.
16. Draw a conclusion from the statement.If you are at least 25 year old, then you can rent a car.You can rent a car
17. Conditional:If it does not rain today, then we will have practice.What is this statement called:If it rains today, then we will not have practice.
18. Choose the correct Python code.if age is less than 20 then
19. Which of the following is the CONVERSE of the statement below?If your grade is a 96, then you aremaking an A.
20. What are the next 2 numbers of this pattern?23, 27, 31, 35, ..... , .....
21. Loops are divided into how many parts.
22. When taking the inverse we ..... the hypothesis and conclusion.
23. Given, "If angles are congruent, then the measures of the angles are equal." Identify the contrapositive.
24. Used to prove that a conjecture is false.
25. Using deductive reasoning, which of the following completes the statement to form a valid conclusion?If it is snowing heavily, then school will be canceled.If school is canceled, the big test will not be given today.It is snowing heavily, then .....