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

Quiz Instructions

Select an option to see the correct answer instantly.

1. What is the output of 206 not in(200, 202, 204, 206, 208, 210)?
2. Equilateral triangles are equiangular.What do you think is the conclusion of the given sentence?
3. Rewrite the statement as a conditional statement."The sum of the angles of a triangle is 180."
4. Rewrite the statement "You are in New Jersey, if you are in Middletown." in If-Then form
5. Given the conditional;"If Destiny goes to work tonight, then she will make money"What is the conclusion?
6. If you live in Santa Rosa City, then you live in Laguna.If you live in Laguna, then you live in Santa Rosa City.
7. This variable keeps a count how many times a loop executes successfully
8. If you give me $ 20, then I will be your best friend. Identify the hypothesis.
9. Read the statement, then the phrase. Determine whether the phrase is the hypothesis or conclusion of the conditional statement."If two lines intersect, then they only intersect in one point."they only intersect in one point
10. All conditional statements are true.
11. What is the format for the negation of a conditional statement?
12. P = "My shirt is white"Q = "My pants are not white"Which of the following represents Conjunction?
13. A thesis statement should .....
14. Write the following as a conditional statement."A counterexample shows that a conjecture is false."
15. What is the biconditional that matches the statement: "A right angle is an angle with 90 degrees."
16. A converse of a conditional statement is formed by .....
17. What is the conclusion of the statement, "If 3 or more points lie on the same line, then the points are collinear." ?
18. Choose the output.for j in range(5, 8):print(j+2)
19. Identify the hypothesis of the given conditional statement:If it is raining outside, then you will need an umbrella.
20. If the angles are vertical, then the angles are congruent. Identify the conclusion.
21. How do you write a nested for loop in Python?
22. If $2x-3=13, $ $x=8$
23. Choose a counterexample for the following conditional:If an electronic device has a screen then it is a television.
24. A ..... is a flat surface.
25. Consider the statement:If Julie eats tomatoes, then she likes salad.What is the conclusion?
26. If the following statement is a converse statement, then what would be the original conditional statement?If the food is cooking, then the food is in the oven.
27. Determine if the statement is true or false:A four sided figure is a rectangle
28. The statement "an angle is a right angle if and only if its measure is 90$^{o}$" is an example of what type of statement?
29. Read the statement, then the phrase. Determine whether the phrase is the hypothesis or conclusion of the conditional statement."If two lines in a plane are parallel, then they will not intersect."they will not intersect
30. Cheese contains calcium.What do you think is the conclusion of the given sentence?
31. What will be the output of the following code?if 'bar' in {'foo':1, 'bar':2, 'baz':3}:print(1) print(2)if 'a' in 'qux':print(3) print(4)
32. What is the contrapositive ( $\sim q\rightarrow\sim p$
33. Given the conditional;"If Ty'Shawn is late then he will get a tardy"What is the inverse?
34. Determine the truth value of the followinga bisector divides an angle into two congruent parts and complementary angles have a sum of 180
35. Write the contrapositive of the following statement."If a figure is a triangle, then the angles add to 180.
36. If I have a black lab, then I have a dog. Identify the hypothesis.
37. Conditional Statement:If a doctor suspects her patient has a broken bone, then she should take an X-ray."If a doctor does not take an X-ray, then she does not suspect her patient has a broken bone" is the??? of the conditional.
38. If a whole number has two as a factor, then it is even.What is the conclusion of the given conditional statement?
39. For a conditional statement to be false the simple statements must be ..... followed by .....
40. What is the maximum choices will we have in 2 level nested if else hierarchy?
41. An if statement must evaluate to:
42. Complete the conjecture. Think of examples to help.The product of any two odd numbers is .....
43. Choose the output.for i in range (10, 13):print (i*i)
44. Conditional Statement:If a whole number ends in 8, then it is divisible by 2.What is the contrapositive of the conditional statement?
45. Given the conditional statement;"If I am hungry, then I eat."Which of the following is the inverse?
46. Identify the hypothesis of the conditional statement:A four sided figure is a rectangle
47. A statement that contains the phrase "if and only if"
48. What is the converse of the following statement?If it is Saturday, then the school is closed
49. "If the cloud is dark, then it will rain" . What is the hypothesis?
50. Write the conditional in if-then form:A four sided figure is a rectangle
51. The for loop is used when we are sure about how many times a loop body will be executed. It is also known as .....
52. Given, "If angles are congruent, then the measures of the angles are equal." Identify the converse.
53. Jim ..... (not/get) a better job if he ..... (not/pass) that exam.
54. For a conditional statement to be FALSE .....
55. A ..... is a fixed position in space and has no dimensions or size.
56. What is the syntax for a for loop in Python?
57. 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.
58. 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:
59. What do you call the part of a conditional statement that follows "if" when written in if-then form?
60. Find the next term:3, 5, 9, 15, 23, .....