This quiz works best with JavaScript enabled. Home > Class 11 > Class 11 Computer Science Chapter 4 Conditional And Iterative Statements – Quiz 15 🏠 Homepage 📘 Download PDF Books 📕 Premium PDF Books Class 11 Computer Science Chapter 4 Conditional And Iterative Statements Quiz 15 (25 MCQs) Quiz Instructions Select an option to see the correct answer instantly. 1. Determine if the statement is true or false:Two congruent angles are created when an angle is bisected A) True. B) False. C) All the above. D) None of the above. Show Answer Correct Answer: A) True. 2. What is the inverse?If Jason does not go out to dinner, then he will come to the volleyball game. A) If Jason goes out to dinner, then he will not come to the volleyball game. B) If Jason comes to the volleyball game, then he will not go out to dinner. C) If Jason comes to the volleyball game, then he will go out to dinner. D) If Jason does not go out to dinner, then he will not come to the volleyball game. Show Answer Correct Answer: A) If Jason goes out to dinner, then he will not come to the volleyball game. 3. P = "I am 16 years old"Q = "I am in 10th grade"Which of the following represents Disjunction? A) If I am 16 years old, I am in 10th grade. B) I am 16 years old and I am in 10th grade. C) I am 16 years old or I am in 10th grade. D) I am NOT 16 years old, although I am in 10th grade. Show Answer Correct Answer: C) I am 16 years old or I am in 10th grade. 4. Negating both the hypothesis and conclusion of the converse of the conditional is the ..... A) Conditional. B) Converse. C) Inverse. D) Contrapositive. Show Answer Correct Answer: D) Contrapositive. 5. Which statement has a true truth value? A) Fish can walk. B) Chicken has four legs. C) Birds can fly. D) Shark has two legs. Show Answer Correct Answer: C) Birds can fly. 6. What symbol represents the and operator in JavaScript? A) AND. B) And. C) &. D) &&. Show Answer Correct Answer: D) &&. 7. What is it hypothesis in the statement:" If today is Tuesday, then we have school." ? A) Tomorrow is Wednesday. B) We have school. C) Today is Tuesday. D) We do not have school. Show Answer Correct Answer: C) Today is Tuesday. 8. What is the format for the converse of a conditional statement? A) If p, then q. B) If ~p, then ~q. C) If q, then p. D) If ~q, the ~p. Show Answer Correct Answer: C) If q, then p. 9. Determine if the statement is true or false:A number that does not end with 3 is divisible by 2 A) True. B) False. C) All the above. D) None of the above. Show Answer Correct Answer: B) False. 10. Mention the other name for Iterative statements. A) Loops. B) Algorithm. C) All the above. D) None of the above. Show Answer Correct Answer: A) Loops. 11. ..... is an impression or information about a person that exists on the internet because of his online activity, A) Intellectual property. B) Digital Footprint. C) Cyber Ethics. D) Cyber Crime. Show Answer Correct Answer: B) Digital Footprint. 12. What does "p" stand for in "if p, then q" (conditional statement)? A) Poetry. B) Probability. C) Conclusion. D) Hypothesis. Show Answer Correct Answer: D) Hypothesis. 13. Transform the statement "Points that lie on the same line are collinear" into if-then form. A) If they lie on the same line, they are collinear. B) If they are collinear, they are points on the same line. C) If they are collinear, then they are points. D) If points lie on the same line, then they are collinear. Show Answer Correct Answer: D) If points lie on the same line, then they are collinear. 14. Identify the conclusion of the given statement: "A triangle is a polygon" A) It is a polygon. B) It has three side. C) A shape is a tringle. D) It is a triangle. Show Answer Correct Answer: A) It is a polygon. 15. A ..... has infinite points; one dimension and extends in opposite directions forever. A) Point. B) Line. C) Line segment. D) Plane. Show Answer Correct Answer: B) Line. 16. Write the following statement in if-then form.All vertical angles are congruent. A) If two angles are vertical, then they are congruent. B) If two angles are congruent, then they are vertical. C) All the above. D) None of the above. Show Answer Correct Answer: A) If two angles are vertical, then they are congruent. 17. Write the negation of the statement "The dog is brown" . A) The dog is black. B) The dog is not brown. C) The dog is not black. D) Some dogs are golden. Show Answer Correct Answer: B) The dog is not brown. 18. A block used to trigger an action only if another action happens first; cause and effect ..... A) If then block. B) Animation. C) Sensing block. D) Event. Show Answer Correct Answer: A) If then block. 19. Is the given statement true:If the chair is empty, then class is not in session. A) True. Class can't happen if a chair isn't occupied. B) False. Someone could be absent. C) True. Nobody sits down so we don't do work. D) True. There are no chairs here, so the hypothesis is true. Show Answer Correct Answer: B) False. Someone could be absent. 20. How many point are required to name a specific plane A) 3. B) 2. C) $\infty$. D) 1. E) 0. Show Answer Correct Answer: A) 3. 21. We use the (a) to create the thesis statement. A) A. Prompt. B) Thesis. C) Conclusion. D) Background. Show Answer Correct Answer: A) A. Prompt. 22. Check the output.i=10while i>=1:print(i) i=+1 A) No output. B) Infinite loop. C) Definite loop. D) None of the above. Show Answer Correct Answer: B) Infinite loop. 23. A point in the first quadrant has two positive coordinates.What is the hypothesis of the given sentence? A) If a point is in the first quadrant. B) Then it has two positive coordinates. C) A point is in the first quadrant. D) It has two positive coordinates. Show Answer Correct Answer: C) A point is in the first quadrant. 24. Write the converse of the statement:If an animal is a dog then it does not moo. A) If an animal is not a dog then it does moo. B) If an animal can moo then it is not a dog. C) If an animal does not moo then it is a dog. D) An animal is a dog if and only if it can moo. Show Answer Correct Answer: C) If an animal does not moo then it is a dog. 25. What is the negation of the hypothesis (~p) of the statement:If two angles are congruent, then they have the same degree. A) They have the same degree. B) Two angles are congruent. C) Two angles are not congruent. D) They do not have the same degree. Show Answer Correct Answer: C) Two angles are not congruent. ← 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 9Class 11 Computer Science Chapter 4 Conditional And Iterative Statements Quiz 10 🏠 Back to Homepage 📘 Download PDF Books 📕 Premium PDF Books