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

Quiz Instructions

Select an option to see the correct answer instantly.

1. Write the negation of the statement "The dog is brown" .
2. A block used to trigger an action only if another action happens first; cause and effect .....
3. Is the given statement true:If the chair is empty, then class is not in session.
4. How many point are required to name a specific plane
5. We use the (a) to create the thesis statement.
6. A point in the first quadrant has two positive coordinates.What is the hypothesis of the given sentence?
7. Write the converse of the statement:If an animal is a dog then it does not moo.
8. What is the negation of the hypothesis (~p) of the statement:If two angles are congruent, then they have the same degree.
9. Conditional:If you are a duck, then you drive a red car.What is this statement called:If you do not drive a red car, then you are not a duck.
10. Write this statement as a conditional statement."Thanksgiving in the United States falls on the fourth Thursday of November."
11. Converse:If an object is a strawberry, then it has seeds.
12. What will be the output of the following statement? print(str(int(float(int(5.6)))))
13. Consider the statement:If Ed lives in Texas, then he lives South of Canada.Is the statement TRUE/FALSE/Cannot be determined?
14. Identify the hypothesis of the statement:Two congruent angles are created when an angle is bisected
15. A concluding statement reached using inductive reasoning is called a .....
16. ..... is an act of sending an email to a user, misleading him to believe that it is from a trusting person or organization.
17. Conditional Statement:If an animal is a dog, then it has four legs.What is the conclusion?
18. Suppose we want to stop current iteration in a loop, what would be used?
19. Identify the hypothesis of the statement:A number that does not end with 3 is divisible by 2
20. Check the output.k=3 while k<6:print(k) k=k+1
21. What Javascript code matches this statement:The score is not 0
22. What is the purpose of using conditionals in programming?
23. Select the conditional statement of the biconditional statement:I am a junior if and only if I am in 11th grade.
24. If it is a triangle then it has three sides.What is the hypothesis?
25. If a figure is a rhombus, then the figure is a parallelogram.If a figure is a parallelogram, then the figure is a quadrilateral.
26. A contrapositive statement is formed by ..... they hypothesis and conclusion
27. What is the inverse of this statement:If it is Wednesday, then we do not have Geometry class.
28. What is a counterexample?
29. Conditional:If Mary gets married, then the reception will be at the country club.What is this statement:If the reception is at the country club, then Mary will be getting married.
30. "If the boy is smart, then he is talented" . What is the hypothesis?
31. The sum of two consecutive numbers is always an odd number.
32. What does (~) mean?
33. Identify the conclusion to the following:If Spencer wins his soccer game, then he will be happy.
34. It describe an ordered set of values in Python
35. Conditional statements which has two parts, the hypothesis and the conclusion.
36. Which of these would move the sprite down on the stage?
37. Conditional Statement:If you are in California, then you are in Los Angeles.What is the hypothesis?
38. Name the two types of loops.
39. What is the hypothesis of the following statement: "If Johnny is late to school, then his mom will have to drive him."
40. The 'else' statement is optional in Python
41. Given, "If angles are congruent, then the measures of the angles are equal." Identify the inverse.
42. True or False:This is a good example of a thesis statement:In this essay I will discuss the crime rate in Mountain City.
43. Let p represent:Two angles are supplementary.Let q represent:The angles have a sum of 180$^\circ$What is the symbolic representation of the following statement;If two angles have a sum of 180$^\circ$, then the angles are supplementary.
44. Conditional:If Jenny buys a guitar, then she will not buy a keyboard.What is this? If Jenny does buy a keyboard, then she will not buy a guitar.
45. If my son ..... (not/want) to go out, I ..... (cook) dinner at home.
46. The two membership operators in Python are .....
47. Give a counter example to the following statement:"If candy is crunchy, then it contains nuts."
48. How many times print statement will execute? i=0For i in range(1, 100, 2):print(i)
49. What is the format for the contrapositive of a conditional statement?
50. What is the converse ( $q\rightarrow p$
51. If it snows, ..... still drive to the coast?
52. The ..... statements cause the program control to transfer to a specific location depending on the outcome of the conditional expression.
53. What is the purpose of a while loop in Python?
54. Read the statement, then the phrase. Determine whether the phrase is the hypothesis or conclusion of the conditional statement."If you feed your turtle, then it will grow."you feed your turtle
55. Consider the following statements. p:The sum of two angles is 180 degreesq:The two angles are supplementsWhich of the following is a symbolic representation of:If two angles are not supplements, then the sum of the two angles is not 180 degrees.
56. When using an if-else statement, what happens if the condition is false?
57. Original:If Emily is not late to class, then she will not be marked tardy.What is this? If Emily is late to class, then she will be marked tardy.
58. Given, "If I have a Siberian Husky, then I have a dog." Identify the inverse. #18
59. When can a biconditional statement be true?
60. Original:If Jenny buys a guitar, then she will not buy a keyboard.What is this? If Jenny does buy a keyboard, then she will not buy a guitar.