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

Quiz Instructions

Select an option to see the correct answer instantly.

1. What does ~q $\rightarrow$ ~p symbolize?
2. What is the purpose of the 'range()' function in Python?
3. Conditional Statement:If an object has seeds, then it is a strawberry.
4. If two lines form right angles, then the lines are perpendicular.What do you think is the hypothesis of the given conditional statement?
5. Which of the following is the INVERSE of the statement below?If an object is a computer, then ithas a hard drive.
6. It is a branch of mathematics that studies the sizes, shapes, positions angles and dimensions of things.
7. Original Statement:If I am hungry then I will eat a whole pizza.New Statement:If I am not hungry then I will eat a whole pizza.
8. Negate the following statement:"I love geometry."
9. What signifies the end of a statement block or suite in Python?
10. If a whole number ends in 0, then it is divisible by 10.If a whole number is divisible by 10, then it is divisible by 5.
11. Conditional Statement:If a man speaks two languages, then he is bilingual.
12. What is the next term in the sequence:1, 1, 2, 3, 5, 8, 13, .....
13. For the converse we ..... the hypothesis and conclusion
14. With which statement you can use break statement?
15. If I don't set my alarm clock, then I will be late for work.If I set my alarm clock, then I will not be late for work.
16. Write each statement as a conditional statement."When two sides of a right triangle are 3 in and 4 in the hypotenuse is 5 in."
17. Refer to the following statement: "If a polygon is a quadrilateral, then it is a trapezoid."What is the contrapositive of this statement?
18. Conditional Statement:If a triangle has 3 congruent sides, then it's an equilateral triangle.Identify the inverse of this conditional statement:
19. Mira ..... (cook) breakfast if Tina ..... (go) to the supermarket.
20. Write each statement as a conditional statement."A can of soda will go flat every time you leave it open."
21. What is the output of the following code snippet?var age = 18;if (age >= 18) {console.log("You are eligible to vote");} else {System.out.println("You are not eligible to vote");}
22. "The set of integers consist of negative and positive numbers." is an example of a false conjecture. Which of the following is a counterexample to the given conjecture?
23. The following statements represent p and qp:the sea is calmq:the sun is upwhich worded statement below represents ~p $\rightarrow$ q
24. Rani ..... (come) early, if Rita ..... (want).
25. Which number is a counterexample to the following statement?:All numbers that are divisible by 2 are divisible by 4
26. If you purchase two bags of chips, then you will get one bag free.If you did not get one bag for free, then you did not purchase two bags of chips.
27. Which of the following is a conditional statement?
28. Disjunction means
29. Read the statement, then the phrase. Determine whether the phrase is the hypothesis or conclusion of the conditional statement."If you build it, then they will come."you build it
30. Which statement is the converse of the given statement?If you make an insurance claim, then your rates will go up.
31. An educated guess that may be a true or false statement is called .....
32. What letter will be printed on the screen after running this code:team = "Manchester United" letter = name[5] print(letter)
33. Suppose you have two variables x and y defined. Write a stub if statement to evaluate whether x is less than y. The statement should not do anything, even if the condition is true.
34. Rewrite the statement "A quadrilateral is a figure with four sides" in the if-then form.
35. Which of the following is a major component of any thesis in an argumentative essay?
36. What is the conditional statement form of the statement "All iPhones are phones?"
37. Consider the statement:If Julie eats tomatoes, then she likes salad.What is the hypothesis?
38. What is the first part of creating a thesis statement?
39. Read the statement, then the phrase. Determine whether the phrase is the hypothesis or conclusion of the conditional statement."If you are a fish with no eyes, then you are a fsh."you are a fish with no eyes
40. What is the output of the following code snippet? var x = 5; var y = 10; if (x > y) {{ console.log("x is greater than y"); } else { console.log("x is less than or equal to y"); }
41. Which alternative complete correctly the sentence?They'll come here (a)
42. Conditional:If Maria gets married, then the reception will be at the country club.What is this statement:If the reception is at the country club, then Maria will be getting married.
43. Write the conditional statements as a biconditional statement:1) If B is between A and C, then AB+BC=AC.2) If AB+BC=AC, then B is between A and C.
44. If I study, then I will do well on my Geometry test.If I did not do well on my Geometry test, then I did not study.
45. Determine if the statement is true or false:Two congruent angles are created when an angle is bisected
46. What is the inverse?If Jason does not go out to dinner, then he will come to the volleyball game.
47. P = "I am 16 years old"Q = "I am in 10th grade"Which of the following represents Disjunction?
48. Negating both the hypothesis and conclusion of the converse of the conditional is the .....
49. Which statement has a true truth value?
50. What symbol represents the and operator in JavaScript?
51. What is it hypothesis in the statement:" If today is Tuesday, then we have school." ?
52. What is the format for the converse of a conditional statement?
53. Determine if the statement is true or false:A number that does not end with 3 is divisible by 2
54. Mention the other name for Iterative statements.
55. ..... is an impression or information about a person that exists on the internet because of his online activity,
56. What does "p" stand for in "if p, then q" (conditional statement)?
57. Transform the statement "Points that lie on the same line are collinear" into if-then form.
58. Identify the conclusion of the given statement: "A triangle is a polygon"
59. A ..... has infinite points; one dimension and extends in opposite directions forever.
60. Write the following statement in if-then form.All vertical angles are congruent.