Class 11 Computer Science Chapter 4 Conditional And Iterative Statements Quiz 1 (60 MCQs)

Quiz Instructions

Select an option to see the correct answer instantly.

1. Statement: "16-4 = 10 or 4 is an even number"Is this statement True or False?And what kind of compound statement is this?
2. Comparision OperatorsWhat is ==?
3. If she comes, I (a) call you.
4. Given the conditional;"If it snows then school will be closed"Which is the inverse?
5. What best defines an IF statement in python?
6. What is the inverse of the following statement?If Sam buys a car then he does not buy a motorcycle.
7. The type of reasoning where a person makes conclusions based on observations and patterns is called .....
8. Which alternative complete correctly the sentence? ..... I'll go to the beach.
9. Conditional Statement:If a triangle has 3 congruent sides, then it's an equilateral triangle.Identify the converse of this conditional statement:
10. What should you avoid in your thesis statement?
11. If the degree measure of an angle is between 90 and 180 degrees, then the angle is obtuse.What is the hypothesis of the given conditional statement?
12. What symbol must you place at the end of an if statement?
13. What is the syntax for an if statement in programming?
14. What is the correct conditional statement for the following statement:A square is a shape with four sides.
15. "If the cloud is dark, then it will rain" . What is the conclusion?
16. What is the Inverse ( $\sim p\rightarrow\sim q$
17. What part of an if statement should be indented?
18. Which is the correct if-then statement for: "you will be late to school if you miss the bus."
19. Which type of statement is:Two lines are perpendicular if and only if they intersect and 90 degrees.
20. Mrs. Tan ..... (take) a taxi if it ..... (rain).
21. What is the inverse?If a number can be divided by 2, then it is even.
22. If possible, use the Law of Detachment to draw a conclusion from the two given statements. If not possible, write not possible.Conditional:If x = 2, then 2x-10 =-6.Premise:x = 2
23. , he wouldn't have had an accident.
24. Identify the conclusion of the conditional statement:A four sided figure is a rectangle
25. Which is a counterexample of:If a four sided shape has two sides the same length, then it must be a rectangle.
26. Which alternative complete correctly the sentence? (a) he will visit you
27. What is the converse to this statement: "If it is dark outside, than it is night"
28. Provide a counterexample to the following claim:"All quadrilaterals have at least one set of parallel sides."
29. Converse:If an object flies, then it is an airplane.
30. What has to happen in order to write a biconditional statement?
31. Which type of python loop works for condition-
32. 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.
33. What do you call the first part of a conditional statement that follows the word "if" ?
34. 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"
35. Identify the hypothesis of the statement:It always rains when it is cloudy
36. Q $\rightarrow$ p
37. Comparison OperatorWhat is <=?
38. Given the conditional;"If it is a duck then it has a beak."Which is the converse?
39. Write the converse of the following statement."If a figure is a triangle, then the angles add to 180.
40. 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
41. 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.
42. Which of the following is the CONVERSE of the statement below?If your grade is a 96, then you aremaking an A.
43. What are the next 2 numbers of this pattern?23, 27, 31, 35, ..... , .....
44. Loops are divided into how many parts.
45. When taking the inverse we ..... the hypothesis and conclusion.
46. Given, "If angles are congruent, then the measures of the angles are equal." Identify the contrapositive.
47. Used to prove that a conjecture is false.
48. 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 .....
49. If it is a fraction, then it is a number between zero and one. What is an appropriate counterexample?
50. The ..... comes after the "then."
51. Check the output.i=0while i<=5:print(i) i=i+1
52. Choose the BEST example of a thesis statement
53. The conditional statement, in Javascript, begins with the word .....
54. Given the conditional statement;"If Beryl gets good grade, then he won't be grounded"Which of the following is the contrapositive?
55. Write the if-then form given the following data.Hypothesis:We leave the house early.Conclusion:We can catch the bus.
56. Comparison OperatorsWhat is >=?
57. Which property says 10y = 10y?
58. For i in 100:print ( i )
59. 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?If an angle does not have a measure less than 90$^\circ$, then it is not acute.
60. What is the hypothesis of the statement, "If 3 or more points lie on the same line, then the points are collinear." ?