This quiz works best with JavaScript enabled. Home > Class 11 > Class 11 Computer Science Chapter 4 Conditional And Iterative Statements – Quiz 9 🏠 Homepage 📘 Download PDF Books 📕 Premium PDF Books Class 11 Computer Science Chapter 4 Conditional And Iterative Statements Quiz 9 (25 MCQs) Quiz Instructions Select an option to see the correct answer instantly. 1. 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. A) Copyright. B) Patent. C) Trademark. D) Software Piracy. Show Answer Correct Answer: B) Patent. 2. Shinta ..... (buy) a new dress if she ..... (have) enough money. A) Will, have. B) Will buy, has. C) Buys, will have. D) Buys, has. Show Answer Correct Answer: B) Will buy, has. 3. "If this month is October, then the following month is November" . What is the hypothesis of the given conditional statement? A) If this month is October. B) This month is October. C) The following month is November. D) Then the following month is November. Show Answer Correct Answer: B) This month is October. 4. If I ..... (not/go) to bed early, I ..... (be) tired tomorrow. A) Doesn't go, am. B) Am not going, am. C) Don't go, will be. D) Didn't go, will be. Show Answer Correct Answer: C) Don't go, will be. 5. Select the converse of the conditional statement below If point Q is the midpoint of line segment AB, then point Q lies on AB. A) If point Q is not the midpoint of line segment AB, then point Q does not lie on AB. B) If point Q lies on AB, then point Q is the midpoint of line segment AB. C) If point Q is not the midpoint of line segment AB, then point Q lies on AB. D) A shoe. Show Answer Correct Answer: B) If point Q lies on AB, then point Q is the midpoint of line segment AB. 6. Check the output.m=2 while m<4:print(m*m) m+=1 print("end of program") A) 49end of program. B) 48end of program. C) 49. D) 49end of program. Show Answer Correct Answer: A) 49end of program. 7. If an animal is furry, then it is a hamster. What would be an appropriate counterexample? A) Goldfish. B) Frog. C) Cat. D) True. There is not counterexample. Show Answer Correct Answer: C) Cat. 8. Converse:If you are in Los Angeles County, then you are in Pacoima. A) True. B) False. C) All the above. D) None of the above. Show Answer Correct Answer: B) False. 9. All chimpanzees love bananas. Write this statement in "if-then" form. A) If all chimpanzees, then loves bananas. B) If you are a chimpanzee, then you love bananas. C) If it is a chimpanzee, then it loves bananas. D) If you are a chimpanzee and you love to eat, then you love bananas. Show Answer Correct Answer: C) If it is a chimpanzee, then it loves bananas. 10. An If statement can be executed multiple times A) FALSE. B) TRUE. C) All the above. D) None of the above. Show Answer Correct Answer: A) FALSE. 11. What is the inverse of the following statement?If it is Saturday, then the school is closed A) If the school is closed, then it is Saturday. B) If it is not Saturday, then the school is not closed. C) If the school is not closed, then it is not Saturday. D) None of the above. Show Answer Correct Answer: B) If it is not Saturday, then the school is not closed. 12. Rewrite the following statement as a biconditional: "Supplementary angles add up to 180" A) If two angles add up to 180$^{o}$ then they are supplementary. B) You can't it is conditional. C) Two angles are supplementary if and only if the sum of the measure of the two angles is 180$^{o}$. D) If two angles sum does not equal 180$^{o }$then they are not$^{ }$supplementary. Show Answer Correct Answer: C) Two angles are supplementary if and only if the sum of the measure of the two angles is 180$^{o}$. 13. Conditional Statement:If a whole number ends in 8, then it is divisible by 2.What is the converse of the conditional statement? A) If a whole number is divisible by 2, then it ends in 8. B) If a whole number does not end in 8, then it is not divisible by 2. C) If a whole number is not divisible by 2, then it does not end in 8. D) A whole number ends in 8 if and only if it is divisible by 2. Show Answer Correct Answer: A) If a whole number is divisible by 2, then it ends in 8. 14. Conjunction means A) Only one has to be true. B) Both have to be true. C) None have to be true. D) :0. Show Answer Correct Answer: B) Both have to be true. 15. If Yuma ..... (get) back late, I ..... (be) angry. A) Gets, will be. B) Gets, am. C) Get, will be. D) Get, am. Show Answer Correct Answer: A) Gets, will be. 16. Which sentence would be the better thesis statement for the introductory paragraph of an argumentative essay? A) The Hunger Games is a science fiction adventure film based on the novel of the same name by Suzanne Collins. B) The Hunger Games is a morality tale about the dangers of a political system that is dominated by the wealthy. C) All the above. D) None of the above. Show Answer Correct Answer: B) The Hunger Games is a morality tale about the dangers of a political system that is dominated by the wealthy. 17. A converse statement is formed by ..... the hypothesis and conclusion A) Negating. B) Switching. C) Negating and switching. D) None of the above. Show Answer Correct Answer: B) Switching. 18. Statement: "12 divisible by 3 and 3 is a prime number"Is this statement True or False? A) False. B) True. C) All the above. D) None of the above. Show Answer Correct Answer: B) True. 19. Conditional Statement:If an object is an airplane, then it flies. A) True. B) False. C) All the above. D) None of the above. Show Answer Correct Answer: A) True. 20. Conditional Statement:If a whole number ends in 8, then it is divisible by 2.What is the inverse of the conditional statement? A) If a whole number is divisible by 2, then it ends in 8. B) If a whole number does not end in 8, then it is not divisible by 2. C) If a whole number is not divisible by 2, then it does not end in 8. D) A whole number ends in 8 if and only if it is divisible by 2. Show Answer Correct Answer: B) If a whole number does not end in 8, then it is not divisible by 2. 21. ..... loop executes a sequence of instructions endlessly. A) For loop. B) While loop. C) Infinite loop. D) None of these. Show Answer Correct Answer: C) Infinite loop. 22. 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. A) Converse. B) Inverse. C) Contrapositive. D) Biconditional. Show Answer Correct Answer: D) Biconditional. 23. Which of the following is the INVERSE of the statement below?If an animal is black and white, then it is a penguin. A) If an animal is not black and white, then it is not a penguin. B) If an animal is a penguin, then it is black and white. C) If an animal is not a penguin, then it is not black and white. D) There is no inverse of the statement. Show Answer Correct Answer: A) If an animal is not black and white, then it is not a penguin. 24. Write the conditional in if-then form:Two congruent angles are created when an angle is bisected A) Two congruent angles are created. B) An angle is bisected. C) If an angle is bisected then two congruent angles are created. D) If two congruent angles are created then an angle is bisected. Show Answer Correct Answer: C) If an angle is bisected then two congruent angles are created. 25. What is the negation of the conclusion (~q) of this statement?If it is Valentine's Day, then the month is February. A) It is not Valentine's Day. B) It is Valentine's Day. C) The month is not February. D) The month is February. Show Answer Correct Answer: C) The month is not February. ← PreviousNext →Related QuizzesClass 11 Computer Science Chapter 4 Conditional And Iterative Statements Quiz 1Class 11 Computer Science Chapter 4 Conditional And Iterative Statements Quiz 2Class 11 Computer Science Chapter 4 Conditional And Iterative Statements Quiz 3Class 11 Computer Science Chapter 4 Conditional And Iterative Statements Quiz 4Class 11 Computer Science Chapter 4 Conditional And Iterative Statements Quiz 5Class 11 Computer Science Chapter 4 Conditional And Iterative Statements Quiz 6Class 11 Computer Science Chapter 4 Conditional And Iterative Statements Quiz 7Class 11 Computer Science Chapter 4 Conditional And Iterative Statements Quiz 8Class 11 Computer Science Chapter 4 Conditional And Iterative Statements Quiz 10Class 11 Computer Science Chapter 4 Conditional And Iterative Statements Quiz 11 🏠 Back to Homepage 📘 Download PDF Books 📕 Premium PDF Books