PGT Computer Science (Level-3), (HTET Practice MCQs) (Part-IV)

Total Questions: 100

51. How many committees of five people can be chosen from 20 men and 12 women such that each committee contains at least three women?

Correct Answer: B. 52492

52. Which of the following statement(s) is/are false?

(a) A connected multigraph has an Euler Circuit if and only if each of its vertices has even degree.
(b) A connected multigraph has an Euler Path but not an Euler Circuit if and only if it has exactly two vertices of odd degree.
(c) A complete graph (Kₙ) has a Hamilton Circuit whenever n ≥ 3.
(d) A cycle over six vertices (C₆) is not a bipartite graph but a complete graph over 3 vertices is bipartite.
Codes:

Correct Answer: D. (d) only
Solution:

53. Which of the following is/are not true?

(a) The set of negative integers is countable.
(b) The set of integers that are multiples of 7 is countable.
(c) The set of even integers is countable.
(d) The set of real numbers between 0 and ½ is countable.
Codes:

Correct Answer: D. (d) only

54. Consider the graph given below:

Correct Answer: C. (V₁, V₄, V₆, V₇); (V₂, V₃, V₅, V₈)

55. A tree with n vertices is called graceful, if its vertices can be labelled with integers 1, 2, .... n such that the absolute value of the difference of the labels of adjacent vertices are all different. Which of the following trees are graceful?

Correct Answer: D. (a), (b) and (c)

56. Which of the following arguments are not valid?

(a) "If Gora gets the job and works hard, then he will be promoted. If Gora gets promotion, then he will be happy. He will not be happy, therefore, either he will not get the job or he will not work hard".
(b) "Either Puneet is not guilty or Pankaj is telling the truth. Pankaj is not telling the truth, therefore, Puneet is not guilty".
(c) If n is a real number such that n > 1, then n² > 1. Suppose that n² > 1, then n > 1.
Codes:

Correct Answer: D. (a) and (b)

57. Let P(m, n) be the statement "m divides n" where the Universe of discourse for both the variables is the set of positive integers. Determine the truth values of the following propositions.

Correct Answer: A. (a) - True; (b) - True; (c) - False

58. Match the following terms:

   List-I                                   List-II
 (a) Vacuous proof (i) A proof that the implication p → q is true based on the fact that p is false.
 (b) Trivial proof (ii) A proof that the implication p → q is true based on the fact that q is true.
 (c) Direct proof (iii) A proof that the implication p → q is true that proceeds by showing that q must be true when p is true.
 (d) Indirect proof (iv) A proof that the implication p → q is true that proceeds by showing that p must be false when q is false.

Codes:

 (a) (b) (c) (d)
 A. (i) (ii) (iii) (iv)
 B. (ii) (iii) (i) (iv)
 C. (iii) (ii) (iv) (i)
 D. (iv) (iii) (ii) (i)
Correct Answer: A.

59. Given two tables R1(x, y) and R2(y, z) with 50 and 30 number of tuples respectively. Find maximum number of tuples in the output of natural join between tables R1 and R2 i.e. R1 * R2? (* - Natural Join)

Correct Answer: A. 30

60. Which of the following property/ies a Group G must hold, in order to be an Abelian group?

(a) The distributive property
(b) The commutative property
(c) The symmetric property
Codes:

Correct Answer: D. (b) only