2021
2021
PYP No: 04
CLASSES
SCAN QR OF OUR APP MAARULA
MATHEM
CLASSES
SCAN QR OF OUR APP MAARULA
MATHEM
30. The number of elements in the power set P(S) of the set S = [{}, 1, (c) 141 (d) 65
{2,3}] is 44. Which of the following scheduling algorithms gives minimum average
(a) 2 (b) 4 waiting time?
(c) 6 (d) 8 (a) shortest job first (b) Round robin
31. A set which contains a definite number of elements is called (c) priority (d) First come first serve
(a) proper subset (b) universal set 45. If for a square matrix A, A2 = A, then such a matrix is known as
(c) finite set (d) unit set (a) idempotent matrix (b) orthogonal matrix
32. Determine the characteristics of the relation aRb, if a2 = b2 (c) null matrix (d) None of the above
(a) Transitive and symmetric 46. According to the principle of mathematical induction. If P(k+1) =
(b) Reflexive and asymmetric m(k+1)+5 is true, then ______ must be true?
(c) Trichotomy, antisymmetric and irreflexive (a) P(K) = 3m(k) (b) P(k) = m(k) +5
(k+2)
(d) Symmetric, Reflexive and Transitive (c) P(k)= m + 5 (d) P(k) = m(k)
33. In a room containing 28 people, there are 18 people who speak 47. The network topology supports bidirectional links between each
English, 15 people who speak Hindi and 22 people who speak possible node is
Kannada, 9 people speak both English and Hindi, 11 people speak (a) mesh (b) star
both Hindi and Kannada whereas 13 people speak both Kannada and (c) ring (d) tree
[ ab ba] [ αβ αβ ]
English. How many people speak all the three languages?
(a) 6 (b) 7 48. If A = and A2 = then
(c) 8 (d) 9
34. Which of the following commands is used to delete a table in SQL?
(a) α = 2ab, β = 2ab
(a) Delete (b) Drop (b) α = a2 +b2, β = 2ab
(c) Truncate (d) Remove (c) α = a2 + b2, β = a2 –b2
35. Which of the following standard algorithms is not a greedy algorithm? (d) α = 2ab, β = a2 + b2
(a) Prim’s algorithm (b) Kruskal algorithm 49. A CPU –bound program might have
(c) Dijkstra’s shortest path algorithm (a) a few long CPU bursts
(d) Bellman-Ford shortest path algorithm (b) a few short CPU bursts
36. The waterfall model of software development is (c) many short CPU bursts
(a) The best model to use for moderate size projects (d) None of the above
(b) the best model to use for projects with high risk of requirements 50. Let us consider a square matrix, A of order n with eigen values of
change a,b,c. Then the eigen values of the matrix AT could be
(c) a reasonable model when requirements are well defined. (a) a,b,c (b) –a, –b, –c
(d) a good approach when a working program is required quickly. (c) a-b, b-a, c-a (d) a–1, b–1, c–1
37. A graph is a collection of 51. Which of the following operations is not O(1) for an array of sorted
(a) rows and columns (b) vertices and edges data? You may assume that array elements are distinct
(c) equations (d) matches (a)Find the ith largest element
38. Normals distribution is also known as (b) Delete an element
(a) Cauchy’s distribution (b) Laplacian distribution (c) Find the ith smallest element
(c) Gaussian distribution (d) Lagrangian distribution (d) All of the above
39. How many distinguishable permutations of the letters are there in the 52. Informal high-level description of an algorithm in English is called
word BANANA? (a) function (b) class
(a) 720 (b) 120 (c) Pseudo code (d) None of the above
(c) 60 (d) 360 53. To evaluate an expression without any embedded function calls
40. The probability of getting a job for a person is x/3. If the probability of (a) one stack is enough (b) two stacks are needed
not getting the job is 2/3, then the value of x is (c) as many stacks as the height of the expression tree are needed
(a) 2 (b) 1 (d) a Turing machine is needed in the general case
(c) 3 (d) 1.5 54. Which of these operators is used to allocate memory to array variable
41. If the standard deviation of x,y and z is p, then the standard deviation in Java?
of 3x +5, 3y + 5, 3z + 5 is (a) Malloc (b) Alloc
(a) 3p + 5 (b) 3p (c) New (d) New malloc
(c) p + 5 (d) 9p + 15 55. What is the worst-case time complexity of linear search algorithm?
42. A man has 6 friends. In how many ways he can invite one or more of (a) O(n) (b) O(i)
his friends at a dinner? (c) O(logn) (d) O(n2)
(a)61 (b) 62 56. Consider the following function implemented in C:
(c) 63 (d) 64 void test_fun(int x, int y){
43. Find the value of a 4 for nth recurrence relation a n= 2a n−1 + 3, with int*p;
a 0 = 6. x=0;
p = &x:
(a) 320 (b) 221
y = *p:
ADDRESS: 117/466, O Block, Geeta Nagar, Sharda, NEAR: ANURAG HOSPITAL Nagar, Kanpur, Uttar Pradesh 208025
website: www.maarula.in 9935985550 9554548576
MAARULA ma CUET PG 2021
PYP No: 04
CLASSES
SCAN QR OF OUR APP MAARULA
MATHEM
CLASSES
SCAN QR OF OUR APP MAARULA
MATHEM
80. The geometrical figure shown below in flowchart represents 94. How many full adder and half adder are required to add 16-bit
numbers?
(a) 8 half adders, 8 full adders
(a)input (b) connector (b) 1 half adder, 15 full adders
(c) decision (d) looping (c) 16 half adders, no full adder
81. The complexity of binary search algorithm is (d) 4 half adders, 12 full adders
(a) O(n) (b) O(log n) 95. Which flip-flops serves to be the fundamental building blocks of
(c) O(n2) (d) O(n log n) counters?
82. In the expression Y + X’. Y, which operator will be evaluated first? (a) S-R flip-flops (b) J-K flip-flops
(a) ‘ (b) + (c) T flip-flops (d) D flip-flops
(c) . (d) , 96. What is the difference between a shift-right register and a shift-left
83. Which of the following is false? register?
(a) x + y = y + x (b) x.y = y.x (a) There is no difference
(c) x.x’= 1 (d) x + x’ = 1 (b) The direction of the shift
84. A Boolean function x’y’ + xy + x’y is equivalent to (c) Propagation delay
(a) x’ +y’ (b) x + y (d) The clock input
(c) x + y’ (d) x’ + y 97. Which is not characteristic of a shift register?
85. Which of the following logic operations is performed by the (a) Serial in/parallel in
following given combinational circuit? (b)Serial in/ parallel out
(c) Parallel in / serial out
(d) Parallel in / Parallel out
98. In the expression A + BC, the total numbers of minterms will be
(a) Exclusive-OR (b) Exclusive-NOR (a) 2 (b) 3
(c) NAND (d) NOR (c) 4 (d) 5
86. The output of an AND gate with three inputs A, B and C is HIGH when 99. Which of the following is a structured programming technique that
(a) A = 1, B = 1, C = 0 graphically represents the detailed steps required to solve a
(b) A = 0, B = 0, C = 0 program?
(c) A = 1, B = 1, C = 1 (a) Algorithm (b) Pseudocode
(d) A = 1, B = 0, C = 1 (c) Flowchart (d) Top-down design
87. 2’s complement of 1011011 is 100. Which of the following is a group of bits that tells the computer to
(a) 0100011 (b) 0110101 perform a particular operation?
(c) 0100111 (d) 0100101 (a) Accumulator (b) Register
88. A digital circuit that can store only one bit is a/an (c) Instruction code (d) None of these
(a) register (b) NOR gate
(c) flip-flop (d) XOR gate
89. How much input and output needed for demultiplexer?
(a) Many inputs one output
(b) One input many outputs
(c) One input one output
(d) None of the above
90. If A, B and C are the inputs of a full adder, then the sum is given by
(a) A and B And C
(b) A Or B And C
(c) A XOR B XOR C
(d) A OR B OR C
91. The decimal equivalent of the binary number (1011.01)2
(a) (11.375)10
(b) (10.123)10
(c) (11.175)10
(d) (9.23)10
92. Don’t care conditions can be used for simplifying Boolean
expressions in
(a) registers (b) terms
(c) K-maps (d) latches
93. A D flip-flop can be constructed from a/an ____flip-flop.
(a) S-R (b) J-K
ADDRESS: 117/466, O Block, Geeta Nagar, Sharda, NEAR: ANURAG HOSPITAL Nagar, Kanpur, Uttar Pradesh 208025
website: www.maarula.in 9935985550 9554548576
MAARULA ma CUET PG 2021
PYP No: 04
CLASSES
SCAN QR OF OUR APP MAARULA
MATHEM
SOLUTION
1. (d) +2 +4 +6 +8
2. (a) = 13 Ans.
3. (a)
4. (a) 21. T W E N T Y
5. (a) 8 6 3 9 8 5
6. (b)
7. (c) E L E V E N
8. (b) 3 2 3 0 3 9
9. (b)
10. (b) T W E L V E
11. (d) 28 8 6 3 2 0 3
12. Compute the number of trees in the row. Since one 22. DGCA – Directrate General of Civil Auiations
tree is an on the fifth number when counted
from either side. That means 5 is the middle 23. Joe Biden
term.
Since only one middle term Ps there that means the 23. 5+3+3+4
number of terms n will be odd.
n+1 25. Sputnik V
=5
2
n + 1 = 10 26. {1, 2, 3} and {1, 2, 5}
n=9 {3}
Hence, there are 9 trees in the row.
27. Infinite
13. 40 x 12 + 3 – 6 60
28. (b)
Replacing with the appropriate signs
40 + 12 3 x 6 – 60
40 + 4 x 6 – 60
40 + 24 - 60 29.
64 – 60 n (A) = P
=4 n (B) = q
How many ordered pair
14. 39798 + 3798 + 378 = ? (a)(b)(c)(d), b) are there
43974 aA
bB
15. Lowest common multiple = P x q Ans.
24, 36, 40
= 360 30. S = [[], 1, [2,3]]
S = 3 …………………element
16. Option (a) 14 No. of element is power set
15 x 14 = 14 + 196 = 23 = 8
210 210
Ans. 14 31. Finite set
17. (a)
18. Sword 32. The Characterstics of the relation aR b if a2 = b2
= Symmetric, Reflexive and transitive
19. 21 = 3x7
49 =7x7 33.
n (E) = 18
36 =8x7 n (H) = 15
= 36 Ans. n (K) = 22
n (E H) = 9
20. 1, 3, 3, 6, 7, 9, ? 12, 2 n (H K) = 11
ADDRESS: 117/466, O Block, Geeta Nagar, Sharda, NEAR: ANURAG HOSPITAL Nagar, Kanpur, Uttar Pradesh 208025
website: www.maarula.in 9935985550 9554548576
MAARULA ma CUET PG 2021
PYP No: 04
CLASSES
SCAN QR OF OUR APP MAARULA
MATHEM
n (K E) = 13 43. an = 2a n–1 + 3
n (K E H ) = ? a0 = 6
n (K E H) = 28 a1 = 2a1-I + 3
n (K E H)= n (E) + n (H) + a1 = 2a0 + 3 = 15
n (K) – (n (EH) + n (H R) a2 = 2a1 + 3 = 33
+ n (K E) + n (K H E) a3 = 2a2 + 3 = 69
a4 = 2a3 + 3 = 141
28 = 18 + 15 + 22 – (9 + 11 + 13) + 2 a4 = 141 Days.
28= 55 – (33) + x
28 22 + x
(K E H) = 6 Ans. 44. Shortest job first.
39. BANANA
48. A=
[ ab ba] and
6! A2 [ ¿ ]
[ ab ba] [ ab ba]
3! × 2!
6 ×5 × 4 A2
2
[ ]
2 2 2
a +b ab +ab
= 60 =
ab+ ab b 2+ a2
x
P ( A )=
[ ]
40. 2 2
3 a +b 2ab
=
2 2 ab a2 +b 2
P( A ) =
3 =a +b 2 2
x 2 = 2 ab Ans.
1− =
3 3
3–x=2 49. A few long CPU bursts
3–2= x
X = 1 Ans. 51. Delete an Element
ADDRESS: 117/466, O Block, Geeta Nagar, Sharda, NEAR: ANURAG HOSPITAL Nagar, Kanpur, Uttar Pradesh 208025
website: www.maarula.in 9935985550 9554548576
MAARULA ma CUET PG 2021
PYP No: 04
CLASSES
SCAN QR OF OUR APP MAARULA
MATHEM
59. it is the ability for a message/data to processed is more than 85. (x + 1 x + y)’)
one from.
ADDRESS: 117/466, O Block, Geeta Nagar, Sharda, NEAR: ANURAG HOSPITAL Nagar, Kanpur, Uttar Pradesh 208025
website: www.maarula.in 9935985550 9554548576