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

Quiz Instructions

Select an option to see the correct answer instantly.

1. Jane ..... (go) to the party if she ..... (be) invited.
2. What is the hypothesis in the conditional statement below?If a rectangle has 4 equal sides, then it is a square
3. How many choices are possible when using a single if-else statement?
4. Determine the truth value linear pairs are congruent or vertical angles are congruent
5. Read the statement, then the phrase. Determine whether the phrase is the hypothesis or conclusion of the conditional statement."If you used to be a doctor, then you lost your patients."you lost your patients
6. Write each statement as a conditional statement."People will think you are smart because you know how to use logic."
7. Which is a counterexample of:The difference of two numbers is less than the greater number.
8. Write the if-then form of the statement:Three coplanar points are also colinear
9. The ..... operator is used to concatenate or join two or more strings.
10. What is the hypothesis of the given Conditional Statement:If Jimmy goes on vacation, then he will go to Orlando.
11. Understanding Conditional Statements
12. Given the statement:You are eighteen years old. You can vote in the national election. Write in if-then form of statement.
13. ANSWER THIS QUESTION ON YOUR ANSWER SHEET!! Set up a two column proof and explain how to solve the problem:If $2\left(3x-4\right)=28$ $x=6$
14. What is the conclusion of the following statement: "The angles are supplementary, if they add up to 180 degrees."
15. Rewrite the statement as a conditional statement. "All dolphins are mammals."
16. A ..... is a right, relating to the new inventions that grants the inventor the sole right to make, use, and sell that invention for a specific perod of time.
17. Shinta ..... (buy) a new dress if she ..... (have) enough money.
18. "If this month is October, then the following month is November" . What is the hypothesis of the given conditional statement?
19. If I ..... (not/go) to bed early, I ..... (be) tired tomorrow.
20. Select the converse of the conditional statement below If point Q is the midpoint of line segment AB, then point Q lies on AB.
21. Check the output.m=2 while m<4:print(m*m) m+=1 print("end of program")
22. If an animal is furry, then it is a hamster. What would be an appropriate counterexample?
23. Converse:If you are in Los Angeles County, then you are in Pacoima.
24. All chimpanzees love bananas. Write this statement in "if-then" form.
25. An If statement can be executed multiple times
26. What is the inverse of the following statement?If it is Saturday, then the school is closed
27. Rewrite the following statement as a biconditional: "Supplementary angles add up to 180"
28. Conditional Statement:If a whole number ends in 8, then it is divisible by 2.What is the converse of the conditional statement?
29. Conjunction means
30. If Yuma ..... (get) back late, I ..... (be) angry.
31. Which sentence would be the better thesis statement for the introductory paragraph of an argumentative essay?
32. A converse statement is formed by ..... the hypothesis and conclusion
33. Statement: "12 divisible by 3 and 3 is a prime number"Is this statement True or False?
34. Conditional Statement:If an object is an airplane, then it flies.
35. Conditional Statement:If a whole number ends in 8, then it is divisible by 2.What is the inverse of the conditional statement?
36. ..... loop executes a sequence of instructions endlessly.
37. Conditional Statement:If a doctor suspects her patient has a broken bone, then she should take an X-ray."A doctor suspects her patient has a broken bone if and only if she takes an X-ray" is the??? of the conditional.
38. Which of the following is the INVERSE of the statement below?If an animal is black and white, then it is a penguin.
39. Write the conditional in if-then form:Two congruent angles are created when an angle is bisected
40. What is the negation of the conclusion (~q) of this statement?If it is Valentine's Day, then the month is February.
41. Given, "If angles are congruent, then the measures of the angles are equal." Identify the hypothesis.
42. Check the output.n=1while n<5:print(n*n)n+=1print("program done")
43. Write the following statement in if-then form.All students at Hermitage take an English class.
44. Given the following observation ..... Each day, you get to school before your friend ..... what conjecture can you make?
45. What Javascript code matches this statement:Their name is Kim and they are less than 16 years old
46. Given, "If I have a Siberian Husky, then I have a dog." Identify the inverse.
47. What will be the output of 67 in(34, 58, 78, 34, 67)
48. The of the conditional is formed by interchanging the hypothesis and the conclusion.
49. Write each statement as a conditional statement."Every time you practice you gain more skill."
50. Original:If I have a Siberian Husky, then I have a dog.What is this? If I have a dog, then I have a Siberian Husky.
51. What is the negation of the hypothesis (~p) of this statement?If it is Valentine's Day, then the month is February.
52. Given, "If I have a Siberian Husky, then I have a dog." Identify the conclusion.
53. Determine if the statement is true or false. Then write the converse.If Jake lives in Ramsey, then he lives in New Jersey
54. Identify the hypothesis of the given conditional statement:If it is cheese, then it contains calcium.
55. Given the statement;"If it snows then the school will be closed"Which is the inverse?
56. Determine if the conditional is true or false. If it is false, find a counterexample."If you live in a country that borders the United States, then you live in Canada."
57. Take the following conditional. If true select true, if false pick the counter example. "If a number is divisible by 3, then it is divisible by 6."
58. The ..... comes after the "if."
59. If something is a vehicle, then it is a Ford. What is an appropriate counterexample?
60. For the contrapositive we ..... the hypothesis and conclusion