0% found this document useful (0 votes)
51 views11 pages

Not For Research

The document contains a series of multiple-choice questions related to computer science and programming, specifically targeting exams like NIMCET and CUET.PG. It includes questions on data types, operators, programming languages, and logical reasoning. The questions are designed to assess knowledge in various technical areas, including C programming, data structures, and algorithms.

Uploaded by

mirzashah
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
51 views11 pages

Not For Research

The document contains a series of multiple-choice questions related to computer science and programming, specifically targeting exams like NIMCET and CUET.PG. It includes questions on data types, operators, programming languages, and logical reasoning. The questions are designed to assess knowledge in various technical areas, including C programming, data structures, and algorithms.

Uploaded by

mirzashah
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 11

MAARULA CLASSES

JAMIA ORIGINAL
PAPER 2023
PYQ No: 08
TARGET- NIMCET / CUET.PG By: Amit Katiyar (MCA-JNU) SCAN QR OF OUR APP MAARULA MATHEM

1. Subject (2761)8 from(6357)8 unsigned int a=3;


(a)(3076)8 (b)(3276)8 Printf(“%d”, count(a));
(c)(2376)8 (d)(3376)8 return 𝜃;
2. Which out of these is not correct pairing? }
(a)BCD-7 bit (b)EBCDIC-8 bit (a)2 (b)3 (c)4 (d)None
(c)ASCII-8 bit (d)None of these 14. What is the data type of following expression:
3. Which out of these does not support VoIP? expr1 ?expr2: expr3
(a)Whatsapp (b)FaceTime if expr1 as of type float &expr2 is type int.
(c)IMO (d)None of these (a)int (b)float (c)double (d)None
4. By using…… addition or subtraction of signed numbers are 15. Which operator out of these has got highest precedence?
performed. (a), (b)< (c)?: (d)[ ]
(a) 1’s complement 16. Which operator out of these has left to right associativity?
(b) 2’s complement (a)! (b)++ (c), (d)? :
(c) direct addition/subtraction 17. Consider the following code segment :
(d) None of these if(n> 𝜃)
5. Which statement out of these is not correct about for (i= 𝜃; i<3;i++)
multiprocessor systems: if(array[i]> 𝜃) {
(a) They provide fault-tolerance & high speed printf(“%d\n”, array [i]); }
(b) Tightly coupled multiprocessor system are much more else
energy-efficient than clusters. printf(“\n n is negative\n”);
(c) Loosely coupled multiprocessor system /clusters are Here,’else’ is paired with which ‘if ‘?
intercorrected via a high speed communication system. (a)first (b)second (c)both (d)None
(d) None of these 18. For this kind of declaration of main() function in a C program
6. Which file format is not suitable for SD card in Android ‘copy.C’: int main(int argc, char *argv[ ]) {-}
phone? and this call of main function at command prompt:
(a)FAT32 (b)NTFS C:\tc\bin>copy file 1 file2 file3
(c)exFAT (d)None of these What will be the value passed in parameter argc ?
7. Which out of these is not a type of ROM? (a)3 (b)4 (c)5 (d)None
(a)Masked ROM (b)EEPROM 19. What is the correct file mode that open preexisting file in
(c)Flash BIOS (d)Flash drive read and write mode :
8. Select the next to smallest memory size from given below (a)ab (b)r+b (c)w+b (d)None
options: 20. Which C expression correctly represents this statement:” It
(a)petabyte (b)Exabyte decrements pointer p before fetching the character that p
(c)yottabyte (d)zettabyte points to
9. When you simplify algebraically given below expression to a (a)*p-- (b)--*p (c)*--p (d)None
minimum sum of products, how many terms did you get ? 21. How many times this statement will execute:
(A+B’+C+E’)(A+B’+D’+E)(B’+C’+D’+E’) for(;*s==*t&&*t!=’\ 𝜃′;s++,t++)
(a)7 (b)4 (c)5 (d)6 if both character pointers ‘s’ and ‘t’point to the same
10. The simplified form of given below expression is : string”abc”.
A’CD’E+A’B’D’+ABCE+ABD (a)4 (b)3
(a)A’B’D’+ABD+BCD’E (b)A’B’D’+ABD+ACD’E (c)Run- time error (d)None of these
(c)A’B’D’+ABD+BAD’E (d)None of these 22. Which out of these statements is not true:
11. Example of 5th generation language is: (a) The continue statement applies only to loops, not to
(a)ASP (b)Javascript switch.
(c)SQL (d)None of these (b) The break statement provides an early exit from for ,
12. The output of following C language statement is: while,and do, switch.
Printf(“\nhello”+3); (c) The continue statement causes the next iteration of the
(a)lo (b)llo enclosing for, while, or do loop to begin
(c)ello (d)Run-time error (d) None of these
13. Give output of following C code: 23. Which out of these is not the keyboard C99 has added in
int count (unsigned x) addition to 32 keywords defined by ANSI C:
{ (a)_Bool (b)inline (c)register (d)restrict
int b; 24. Which out of these is not a valid C version?
for(𝑏 = 𝜃; 𝑥! = 𝜃; 𝑥 ≫= 1) (a) 2007-another revised version of c programing language
if(x & 𝜃) came with name CIX
b++; (b) 1989- C89 standard (known as ANSI C or Standard C)
return b; (c) 1990- ANSI c adopted by ISO , known as C90
} (d) None of these
int main() 25. Who developed World Wide Web version 3 which is known
{ as “Semantic Web”?
ADDRESS: 117/466, O Block, Geeta Nagar, Sharda Nagar, NEAR: ANURAG HOSPITAL, Kanpur, Uttar Pradesh 208025
website: www.maarula.in 9935985550 9554548576
MAARULA CLASSES
JAMIA ORIGINAL
PAPER 2023
PYQ No: 08
TARGET- NIMCET / CUET.PG By: Amit Katiyar (MCA-JNU) SCAN QR OF OUR APP MAARULA MATHEM

(a)Tim Berner Lee (b)Taub Schillng (a)45 (b)4 (c)54 (d)34


(c)Dennis Richie (d)None of these 39. In john celebrated his victory day on Tuesday, 5 th January
Directions (26-27): Choose the one which best expresses the 1965, when will he celebrate his next victory day on the same
meaning of italicized bold part of sentence from the options. day?
26. His speech was full of affectation (a)5th January1970 (b)5th January 1971
th
(a)boasting (b)pretence (c)5 January 1973 (d)5th January 1974
(c)pedantry (d)euphemism 40. A child is looking for his father, he went 90 meters in the east
27. Reading of poetry is not congenial to her taste. before turning to his right. He went 20 meters before turning to
(a)suited (b)possible (c)effective (d)proper his right again to look for his father at his uncle’s place 30
28. Select phrase which means most nearly the same as this meters from this point . His father was not there.
idiomatic phrase:”general act of forgiveness on a national From here he went 100 meters to his north before meeting his
occasion” father in a street. How far did the son meet his father from the
(a)benediction (b)emancipation starting point?
(c)investiture (d)amnesty (a)80m (b)100m (c)260m (d)140m
29. Pick the antonym of vacillating
41. Sunil is the son of Kesav.Simran, Kesav’s sister, has a son
(a)fascinating (b)fanaticism
Maruti & daughter Sita. Prem is the maternal
(c)indolence (d)resolute
Uncle of Maruti. How is Sunil related to Maruti?
30. Pick the synonym of “patronage”
(a)Uncle (b)Brother (c)Nephew (d)Cousin B
(a)donation (b)support
(c)espionage (d)benefit 42. Select a suitable figure from the four alternatives that would
31. Select the closest meaning of idiom “ stick to one’s guns” complete the figure matrix.
(a)maintain one’s stand under attack
(b)suspect something
(c)make something fail
(d)attack someone’s faith
Direction (32-33): Supply the correct word/correct tense forms
of the verb given in the bracket.
32. Did you think you…….(see) me somewhere before?
(a)have seen (b)saw (c)had seen (d)wouldsee (a)1 (b)2 (c)3 (d)4
33. Having placed….. proposals before you, I now ………. Your
43. In the following question how does the figure look when folded
decision.
into a cube along the marked lines?
(a)alternate, waited for (b)different, wait to
(c) alternative , await (d)many, am waiting
34. Choose correct preposition: He was of a charitable
disposition, but did not like a number of his, relatives trying
to live …..him without trying to earn their living.
(a)off (b)throu (c)with (d)near
35. Select the sentence which best expresses the sentence “A
(a)a, c, d (b)b, c, d (c)a, b, c (d)None
stone stuck me on the head”in paasive voice.
(a)I was struck by a stone on the head. 44. Find the missing terms of this series:
(b)I was struck on the head by a stone . b, a, a, b, ?, a, b, a, ?, b, b, a, ?, ?
(c)my head was struck by a stone. (a)bbaa (b)aaaa (c)abab (d)baba
(d)I had been struck by a stone on the head. 45. Complete the series:
Z,L,X,J,V,H,T,F,…. , ….
Direction(36-37): Fill the missing terms marked by question mark (a)D, R (b)R, (c)D, D (d)R, R
‘?’. 46. How many elements does the set P({𝜑, 𝛼, {𝑎}, { {𝑎}}})has;
36. where a & b are distinct elements, P denotes power set.
Z ? S (a)2 (b)4 (c)16 (d)None
R O ? 47. What is the cardinality of these sets in the order of their
? G C serial number?
(a)WJK (b)KWT (c)WKJ (d)JKW (i){a} (ii){{a}}
37. (iii){a,{a}} (iv){a,{a},{a,{a}}}
72 24 6 (a)1, 1, 3, 2 (b)1, 1, 2, 3
96 16 12 (c)1, 2, 2, 3 (d)1, 2, 3, 4
108 ? 18 48. Suppose that Ai ={1, 2, 3,…..i} for i=1, 2, 3….then
(a)12 (b)1 (c)18 (d)20 find ⋃∞ 𝑖=1 𝐴𝑖 =? .Here Z is set of integers.
38. In a row of men, Manoj is 30th from the right and Kiran is 20th (a)Z+ (b)Z (c){1} (d)None
from the left. When they interchange their position, Manoj 49. Find⋃∞ ∞
𝑖=1 𝐴𝑖 𝑎𝑛𝑑 ⋂𝑖=1 𝐴𝑖 for every positive integer i where
becomes 35th from the right. What is total number of men in the Ai={-i, i}. Here Z denotes set of integers.
row? (a)Z-{0},𝜙 (b)Z,{-1,0, 1} (c)Z, 𝜙 (d)None
ADDRESS: 117/466, O Block, Geeta Nagar, Sharda Nagar, NEAR: ANURAG HOSPITAL, Kanpur, Uttar Pradesh 208025
website: www.maarula.in 9935985550 9554548576
MAARULA CLASSES
JAMIA ORIGINAL
PAPER 2023
PYQ No: 08
TARGET- NIMCET / CUET.PG By: Amit Katiyar (MCA-JNU) SCAN QR OF OUR APP MAARULA MATHEM

50. Which of the following relations are functions? (i) Each of the smaller triangle is to be painted with one of
(i) {(1,(a,b)), (2, (b,c)), (3, (c,a)),(4,(a, b))} three colors: red, blue, or green
(ii) {(1,(a, b)), (2, (b, a), (3,(c,a)), (1, (a, c))} (ii) No two adjacent regions have the same color.
(iii) {(1,(a, b)), (2,(a, b)), (3,(a, b))}
(iv) {(1, (a, b)), (2,(b, c)), (1,(c, a))}
(a)i, iii (b)i, ii, ii (c)i,iv (d)i, ii
51. There is direct flight from trichy to New Delhi and 2 direct
trains. There are 6 train from Trichy to Chennai and 4 train
from Chennai to delhi. Also, there are 2 trains from Trichy to (a)20 (b)24 (c)28 (d)30
Mumbai and 8 flights from Mumbai to New Delhi. In how many 64. The tens digits of 1!+2!+3!........49! is
ways can a person travel from Trichy to New Delhi? (a)1 (b)2 (c)3 (d)4
1
(a)42 (b)40 (c)43 (d)41 65. The middle term in expansion of(1 + 2 ) (1 + 𝑥 2 )𝑛 is
𝑥
52. If P, Q, R have truth values T, T, and F, then the truth values 2𝑛
(a)𝐶𝑛2𝑛 𝑥 2𝑛 (b)𝐶𝑛2𝑛 (c) 𝐶𝑛−1 (d)None
of (𝑃 → (𝑄 → 𝑅)) → ((𝑃 → 𝑄) → (𝑃 → 𝑅)&𝑃 → 𝑄𝑉𝑅 are 22 24 26 28
(a)F,F (b)T,Z (c)F,T (d)T,F 66. The sum of infinite series + + + +…. Is equal to
2! 4! 6! 8!
2 2
53. (𝐴 ∩ 𝐵′) ∪ (𝐴′ ∩ 𝐵) ∪ (𝐴′ ∩ 𝐵′) 𝑖𝑠 𝑒𝑞𝑢𝑎𝑙 𝑡𝑜 𝑒 2 −1 𝑒 4 +1 (𝑒 2 −1) (𝑒 2 +1)
(a) (b) 2 (c) (d)
(a)𝐴 ∪ 𝐵 (b)𝐴′ ∪ 𝐵′ (c)𝐴′ ∩ 𝐵′ (d)𝐴 ∪ 𝐵′ 2𝑒 2𝑒 2𝑒 2 2𝑒 2
54. The floor function[ ] is 67. If ‘ a’ is the arithmetic mean of ‘b’ and ‘c’ and G1 and G2 be
(a)One- one but not onto the two geometric means between them, then 𝐺13 + 𝐺23 is
(b)Onto but not one- one equal to
(c) Neither one--one nor onto (a)abc (b)4abc (c)2abc (d)abc/2
𝑥−3 𝑥
(d)A bijection from R to Z 68. For 𝑥 ∈ 𝑅, lim𝑥→∞ ( ) =
𝑥+2
55. The domain of real- valued function𝑓(𝑥) = √𝑥 − 3 + √𝑥 − 4 (a)e (b)e-1 (c)e5 (d)e-5
is the set of all values of x satisfying 69. The contrapositive of 𝑝 → (~𝑞 → ~𝑟) is
(a)3<x<4 (b)3 ≤ 𝑥 < ∞ (a)(~𝑞^ 𝑟) → ~𝑝 (b)(𝑞 → 𝑟) → ~𝑝
(c) 3 ≤ 𝑥 ≤ 4 (d) 4 ≤ 𝑥 ≤ ∞ (c)(𝑞 ∨ ~𝑟) → ~𝑝 (d)None of these
56. The number of students who take both the 70. The mean of 100 observations is 50 and their standard
subjects’mathematics and chemistry are 30.This represents deviation is 5. The sum of squares of all observations is
10% of the enrolment in mathematics and 12% of enrolment (a)50,000 (b)2,50,000
in chemistry. How many students take at least one of these (c)2,52,500 (d)25,25,00
two subjects? 71. A card is drawn from a pack of 52 cards. A gambler bets that
(a)500 (b)490 (c)560 (d)520 it is a spade or an ace. What are odds against his winning this
1 √3 bet?
57. − =
sin 10° cos 10°
(a)9:4 (b)17:52 (c)4:9 (d)52:17
(a)0 (b)4 (c)1 (d)2
𝜋 3𝜋 5𝜋 7𝜋 72. If Z is an idempotent matrix, then (I+Z)n
58. The value of 𝑠𝑖𝑛 sin 𝑠𝑖𝑛 sin 𝑖𝑠 (a)𝐼 + 2𝑛 𝑍 (b)𝐼 + (2𝑛 − 1)𝑍
16 16 16 16
√2 √2 √2 √2 𝑛
(a) (b) (c) (d) (c)𝐼 − (2 − 1)𝑍 (d)None of these
16 32 8 64
59. Number of unimodular complex number which satisfies the 73. If 𝐴2 − 𝐴 = 3𝐼 then𝐴−1 is
1 1
𝑧−1 𝜋 (a)A-I (b) (𝐴 − 𝐼) (c)A+ I (d) (𝐴 + 𝐼)
locus arg( ) = is 3 3
𝑧+𝑖 2
74. The system of linear equations
(a)0 (b)1 (c)2 (d)3
a+2b+3c=7
60. The values of the parameter a such that the roots 𝛼 , 𝛽 of the
2a+4b+c=12
equation 2x2+ 6x + 𝛼 = 0 satisfy
𝛼 𝛽 3a+ 6b+4c=20
The inequality + < 2 are (a)has a unique solution
𝛽 𝛼
(a)a >0 (b)a <9/2 (b)has no solution
(c)a<0 or a>9/2 (d)None of these (c)has infinite number of solutions
61. The 120 permutations of MAHES are arranged in dictionary (d)has two solutions
order, as if each were an ordinary 5-letter word. The last letter 𝑎 0 0
of 86th word in the list is 75. If the rank of matrix[0 𝑏 0]is 2 then
0 0 𝑐
(a)A (b)H (c)S (d)E (a)𝑎𝑏𝑐 ≠ 0 (b)𝑎 ≠ 0, 𝑏𝑐 = 0
62. A person writes letter to 6 friends and addresses the (c) 𝑎𝑏 ≠ 0, 𝑐 = 0 (d)𝑎 ≠ 0, 𝑏 ≠ 0, 𝑐 ≠ 0
corresponding envelopes. Let’x’ be the number of ways so that 76. Solution of the differential equation
at least 2 of letters are in wrong envelopes and ‘y’ be the 𝑑𝑥 𝑥𝑙𝑜𝑔𝑥 𝑒𝑦
number of ways so that all letters are in wrong envelopes.Then − = , if y(1)=0, is
𝑑𝑦 1+𝑙𝑜𝑔𝑥 1+𝑙𝑜𝑔𝑥
𝑥 𝑦𝑒 𝑦 𝑦
x- y =? (a)𝑥 = 𝑒 (b) 𝑥 𝑥 = 𝑦𝑒 𝑒
(a)719 (b)265 (c)454 (d)None 𝑦 𝑒𝑦
(c) 𝑒 = 𝑥 (d)None of these
63. In how many ways can this diagram be colored subject to the 77. The general solution of differential equation
following two conditions? (tan−1 𝑦 − 𝑥) 𝑑𝑦 = (1 + 𝑦 2 )dx is
−1
(a)𝑥 = (tan−1 𝑦 + 1) + 𝑐𝑒 −𝑡𝑎𝑛 𝑦
ADDRESS: 117/466, O Block, Geeta Nagar, Sharda Nagar, NEAR: ANURAG HOSPITAL, Kanpur, Uttar Pradesh 208025
website: www.maarula.in 9935985550 9554548576
MAARULA CLASSES
JAMIA ORIGINAL
PAPER 2023
PYQ No: 08
TARGET- NIMCET / CUET.PG By: Amit Katiyar (MCA-JNU) SCAN QR OF OUR APP MAARULA MATHEM

−1
(b) 𝑥 = (tan−1 𝑦 − 1) + 𝑐𝑒 −𝑡𝑎𝑛 𝑦 const float *ptrF1;
−1
(c) 𝑥 = (tan−1 𝑥 − 1) + 𝑐𝑒 −𝑡𝑎𝑛 𝑥 float*const ptrlF2=&f2;
−1
(d) 𝑥 = (tan−1 𝑥 + 1) + 𝑐𝑒 −𝑡𝑎𝑛 𝑥 ptrF1=&f1;
78. A pair of fair dice is thrown independently 3 times. The ptrF2++;
probability of getting a score of exactly 9 twice is ptrF1++;
(a)8/729 (b)8/9 (c)1/729 (d)8/243 (a)float* const ptrF2=&; (b)ptrF1++
79. Every gram of wheat provides 0.1 gram of proteins and 0.25
(c)ptr 52++ (d)None of these
gram of carbohydrates. The responding values of rice are 0.05
gram and 0.5 gram respectively. The minimum daily 91. What will be output of following statement?
requirements of proteins & carbohydrates for an average child Char ch;
are 50 gram & 200 gram respectively. Then in what quantities Ch=13𝜃;
wheat & rice be mixed in daily diet to provide minimum daily printf(“\nvalue of ch=%d”,ch);
requirement of proteins & carbohydrates at minimum cost? (a)-126 (b)-127 (c)127 (d)None
(a)300,400 (b)200,400 92. What will be output of following statement?
(c)400, 300 (d)400,200 Int n1=3, n2=6, a;
80. Z=7x+y, subject to constraints:
printf(“n1^n2)+(a^a)=%d”,(n1^n2)+(a^a));
5𝑥 + 𝑦 ≥ 5,
𝑥+𝑦≥3 (a)(n1^n2)+( a^a)=6 (b)Compilation error
𝑥 ≥ 0, 𝑦 ≥ 0, 𝑦 (c)run-time error (d)(n1^n2)+(a^a)=5
Then minimum value of Z occurs at: 93. What is out of following C code segment?
1 5 int I;
(a)(0,5) (b)(3,0) (c)(7,0) (d)( , )
2 2 for(i=0;i<=2; i++)
4 3
81. The point of inflection for 𝑓(𝑥) = 3𝑥 − 4𝑥 are {switch(i)
(a)x=1 and x=2 (b) x=0 and x=2/3
{case 1: printf(“%2d”, i);
(c) x=3 and x=-1 (d) x=4/5 and x=-1
Case2:printf(“%2d”,i);continue;
1000
82. ∫0 𝑒 𝑥−[𝑥] dx is Default: printf(“%2d” ,i);
𝑒 1000 −1
(a)𝑒 1000 − 1 (b) }
𝑒−1
𝑒−1 (a)01112 (b)0112
(c)1000(e-1) (d)
1000 (c)01121 (d)Syntax error
83. Let the equation of a curve passing through point (0,1) be
3 94. What is the output of following C program:
given by 𝑦 = ∫ 𝑥 2 𝑒 𝑥 dx. If the equation of curve is written in int main()
the form 𝑥 = 𝑓(𝑦), then 𝑓(𝑦) is? { char ch = ‘A’;
(a) 3√𝑙𝑜𝑔𝑒 (3𝑦 − 2) (b) 2√𝑙𝑜𝑔𝑒 (3𝑦 − 2) int x = 97;
(c) 3√𝑙𝑜𝑔𝑒 (2 − 3𝑦) (d) None of these int y = sizeof(++x);
𝜋
84. The value of ∫0 𝑥(sin4 4
𝑥 cos 𝑥)dx is printf(“\nx is %d”,x);
3𝜋2 3𝜋2 3𝜋2 5𝜋 while(ch<=’F’)
(a) (b) (c) (d)
64 128 256 256
𝑛 {
85. If 49 + 16𝑛 + 𝜆 is divisible by 64 for all 𝑛 ∈ 𝑁, then the
Switch(ch)
least negative value of 𝜆 is
(a)-2 (b)-1 (c)-3 (d)-4 {
86. A Disk Defragmenter is an example of case’A’:
(a)Application software (b)System software case’B’ :
(c)Compiler (d)Utility program case’C’ :
87. Convert the following decimal number to a number system case’D’ : ch++; break;
with radix 3. case’E’ :
(106)10 =(?)3 case’F’ : ch++;
(a)10221 (b)10212 (c)12201 (d)None } putchar (ch);
88. Which of the following is an enocoding scheme created for }
Indian scripts: Return𝜃;
(a)Unicode (b)ISCII (c)ESCII (d)ASCII (a)x is 97 ABCDEF (b)x is 98 BCDEFG
89. Convert(10025)10 =(?)16 (c)x is 97 BCDEFG (d)Run- time error
(a)64.6 (b)46.4cor (c)64.4 (d)None 95. What is output of following C program :
90. Consider the following C language declaration &statement. void e(int x)
Which statement is erroneous? {
float f1=9.9; if(x>𝜃)
floatf2 =66; {
ADDRESS: 117/466, O Block, Geeta Nagar, Sharda Nagar, NEAR: ANURAG HOSPITAL, Kanpur, Uttar Pradesh 208025
website: www.maarula.in 9935985550 9554548576
MAARULA CLASSES
JAMIA ORIGINAL
PAPER 2023
PYQ No: 08
TARGET- NIMCET / CUET.PG By: Amit Katiyar (MCA-JNU) SCAN QR OF OUR APP MAARULA MATHEM

e(- -x);
printf(“%2d” , x)
e(--x);
}
}
int main()
{ e(3);
return𝜃;
}
(a)0120 (b)0220
(c)Compile-time error (d)Run-time error
96. variables i & c, when the input given by user is:
29 w
(a)i=29 c=’ ’ (b)i=29 c=’w’
(c)i=29 c= garbage value (d)syntax error
97. Minimum & Maximum range of values for ‘float’ data type in
C is:
(a) Unlimited (b)1.17*1𝜃 −37 𝑡𝑜 3.4 ∗ 1𝜃 38
−37 38
(c)I𝜃 𝑡𝑜 𝐼𝜃 (d) I𝜃 −38 𝑡𝑜 𝐼𝜃 38
98. Which out of these is not valid for C language?
(a) The value of external/ global variable is unaffected by any
manipulation of local variable.
(b) Local variable takes precedence over global variable.
(c) Global variable takes precedence over local variable.
(d) None of these
99. C was originally developed in the 1970s by Dennis Ritchie at
Bell Telephone Laboratories, Inc. Which is an outgrowth of two
earlier languages, called:
(a)”K & R C” and B (b)BCPL and B
(c)A & B (d)ANSI C and B
100. Multiply 1101 by 1011
(a)10001111 (b)11001111
(c)10000111 (d)10101111

ADDRESS: 117/466, O Block, Geeta Nagar, Sharda Nagar, NEAR: ANURAG HOSPITAL, Kanpur, Uttar Pradesh 208025
website: www.maarula.in 9935985550 9554548576
MAARULA CLASSES
JAMIA ORIGINAL
PAPER 2023
PYQ No: 08
TARGET- NIMCET / CUET.PG By: Amit Katiyar (MCA-JNU) SCAN QR OF OUR APP MAARULA MATHEM

DOWNLOAD- ALL THE PAPERS AVAILABLE https://maarula.in/download-


ON THE WEBSITE VISIT AT: www.Maarula.in JAMIA ORIGINAL PAPER 2023
DOWNLOAD OUR APP : MAARULA MATHEM –E LEARNING PYQ No. : 02

ANSWER KEY

1. d 2. a 3. d 4. b 5. d
6. b 7. d 8. b 9. c 10. a
11. d 12. d 13. a 14. b 15. d
16. b 17. b 18. b 19. b 20. b
21. a 22. d 23. c 24. d 25. a
26. b 27. a 28. d 29. d 30. b
31. a 32. c 33. c 34. a 35. b
36. c 37. a 38. c 39. b 40. b
41. d 42. c 43. d 44. d 45. b
46. c 47. b 48. a 49. a 50. a
51. c 52. d 53. b 54. c 55. d
56. d 57. b 58. a 59. a 60. c
61. d 62. c 63. b 64. a 65. d
66. c 67. c 68. d 69. a 70. d
71. a 72. b 73. b 74. b 75. c
76. a 77. b 78. d 79. b 80. a
81. b 82. c 83. a 84. c 85. b
86. d 87. a 88. b 89. c 90. c
91. a 92. d 93. b 94. c 95. a
96. a 97. d 98. c 99. b 100. a

ADDRESS: 117/466, O Block, Geeta Nagar, Sharda Nagar, NEAR: ANURAG HOSPITAL, Kanpur, Uttar Pradesh 208025
website: www.maarula.in 9935985550 9554548576
MAARULA CLASSES
JAMIA ORIGINAL
PAPER 2023
PYQ No: 08
TARGET- NIMCET / CUET.PG By: Amit Katiyar (MCA-JNU) SCAN QR OF OUR APP MAARULA MATHEM

SOLUTION 37. (a)


1. (d) (3376)8 72 24 6
2. (a) BCD-7bit 96 16 12
3. (d) 108 ? 18
4. (b) 2's complemant (72  6) x 2
5. (d) = 12 x 2 = 24
6. (b) NTFS (96  12) x 2
7. (d) Flash drive = 8 x 2 = 16
8. (b) Exabyte (108  18) x 2
9. (C) = 6 x 2 = 12
10. (a) Ans. 12
11. (d) 38. (c) Total number of men in the row = 20 + 35 – 1 = 54 Ans.
12. (d) 39.(b) 5th January 1965 - Tuesday
13. (a) 5th January 1966 - Wednesday
14. (b) 5th January 1967 - Thursday
15. (d) 5th January 1968 - Friday
16. (b) 5th January 1969 - Sunday
17. (b) 5th January 1970 - Monday
18. (b) 5th January 1971 - Tuesday
19. (b) 5th January 1971 Ans.
20. (b) 40.(b)
21. (a)
22. (c)
23. (c)
24. (d)
25. (a)
26. (b)
27. (a) (AF)2=(AE)2+(EF)2
28. (d) = 3600+6400
29. (d) = √10000
30. (d) AF = 100m
31. (a) 41.(d) Prem+  Keshav  Simran–
32. (c) | |
33. (c) Sumit+ Murti+ –Sita–
34. (a) Sunil related to Murti
35. (b) = Cousin Ans.
36. (c) 42.(c) (c)
Z ? S 43.(d) (d)
R O ? 44.(d) Ans=baba
? G C 45.b()
C9
3+4=7=G
Then S = 19
19 + 4 = 23 = W 46.(c) How many element of the set P{,a{a}, {{a}}} has where a
G7 and b are distinct then P denotes power set of
7–4=3=C P = {, a, {a}, {{a}}}
O  15 –4 = K Power set = 2n, n = no. of element
O  15 a=4
15 + 3 = 18 = R power set = 24 = 16 Ans. Option (c)
G7
7 + 3 = 10 = J 47. (b) Cardinality of these sets in the order of their serial no.
W K J Answer. (i) {a} (ii) {{a}}
(iii) {a, {a}} (iv) {a, {a}, {a, {a}}}

ADDRESS: 117/466, O Block, Geeta Nagar, Sharda Nagar, NEAR: ANURAG HOSPITAL, Kanpur, Uttar Pradesh 208025
website: www.maarula.in 9935985550 9554548576
MAARULA CLASSES
JAMIA ORIGINAL
PAPER 2023
PYQ No: 08
TARGET- NIMCET / CUET.PG By: Amit Katiyar (MCA-JNU) SCAN QR OF OUR APP MAARULA MATHEM

Cardinality of {a} = 1 Domain x [4, ) (Option D)


Cardinality of {{a}} = 1 10% of x = 30 or 12% of y = 30
Cardinality of {a, {a}}= 2
= 30
Cardinality of {a, {a}, {a}}} = 3 1,1,2,3
x = 300 y= = 250
48. (a)Ai = {1,2,3…………………………………i} i = 1,2,3 n(MUC) = n (M) + n(C) –n (MC)

𝑈𝑖=1 Ai = ? = 300 + 250 – 30 = 520 (Option-D)
Z+ positive integers 56. (d)
1 √3
57. (b) A = −
sin 10 𝑐𝑜𝑠10
49. (a) A (
1

√3
)
2sin 10 2𝑐𝑜𝑠10
𝑠𝑖𝑛30 𝑐𝑜𝑠30
( − )
50.(a) Which of the following relation are function ? sin 10 𝑐𝑜𝑠10
𝑠𝑖𝑛30 cos 10–𝑐𝑜𝑠30𝑠𝑖𝑛10
(i) {(1, (a,b)), (2, (b,c)), (3, (c,a)), (4, (a,b))} ( )
sin 10 cos 10
(ii) {(1, (a,b)), (2, (b, a)), (3, (c, a)), (1, (a,c))} (
sin(30−10)
)
sin 10 𝑐𝑜𝑠10
(iii) {(1,(a,b)), (2, (a,b)) (3, (a,b))} 2𝑠𝑖𝑛20 2×2 𝑐𝑜𝑠10×𝑠𝑖𝑛10
 = 
(iv) {(1,(a , b)), (2, (b, c)), (1,(c,a))} sin 10 𝑐𝑜𝑠10 𝑐𝑜𝑠10×𝑠𝑖𝑛10
A=4

51. (c) Trichy to new Delhi direct flight = 1


Trichy to new Delhi direct train = 2 58.(a) sin sin sin
Trichy to Chennai = 6 train

Chennai to Delhi = 4 train
Trichy to Mumbai = 2 train
Mumbai to Delhi = 8 flight 
Total way Trichy to new Delhi 
Direct Trichy to new Delhi total = 3 ways
Trichy to Chennai then Chennai to Delhi total 
Way = 6 x 4 = 24 ways 
Trichy to Mumbai then Mumbai to delhi total

Ways = 2 x 8 = 16 ways
Total ways = 3 + 24 + 16 = 43 ways
52.(d)
53. (b) (AB’)  (A'B’)  (A'B’) is equal to
𝑧−1 𝜋
AB’ = only A 59(a). arg ( )=
𝑧+𝑖 2
A’B = only B i.e. line segment joining '1' and '-i' subtends right angle at
A’B’ = (AB)’ =  – AB variable point P(z)
A’B’ Locus of point P (z) is C1 as shown in the figure.
Now, unimodoular complex numbers lie on the circle C2 with
54. (c) The floor function [ ] is center at origin and radius 1.
Onto but not one to one
Neither one one nor onto

Clearly, two point '1' and '-i' are possible points, but these are
not satisfying (1).
Hence, no such complex number.
𝛼 𝛽
60(c). ,  are roots of 2x2 + 6x + a = 0 satisfy + <2
𝛽 𝛼
𝑎
 +  = –3,  –  =
2
𝛼 2 +𝛽 2
<2
𝛼𝛽
9−6
55. (d) f(x) =√𝑥 − 3 + √𝑥 − 4 𝑎 <2 9–a<a
2
√𝑥, x > 0 2a > 9
x >3 and x> 4 a > 9/2 or a < 0
ADDRESS: 117/466, O Block, Geeta Nagar, Sharda Nagar, NEAR: ANURAG HOSPITAL, Kanpur, Uttar Pradesh 208025
website: www.maarula.in 9935985550 9554548576
MAARULA CLASSES
JAMIA ORIGINAL
PAPER 2023
PYQ No: 08
TARGET- NIMCET / CUET.PG By: Amit Katiyar (MCA-JNU) SCAN QR OF OUR APP MAARULA MATHEM

65.(d) Middle term in the exp. (1+x2)n is


61.(d) The first 24=4 ! words begin with A, the next 24 begin with E
and the next 24 begin with H. So the 86 th begins with M and it is 
the 86−72=14 th such word. The first 6 words that begin with M
=
begin with MA and the next 6 begin with ME. So the desired word
In is even then middle term (n +1) n+1
begins with MH and it is the second such word. The first word that
begins with MH is MHAES, the second is MHASE. Thus, E is the
letter we seek. N is odd the n+1 is even
Middle term
62.(c) 6 letter  6 friends
n  no. of ways so that atleast 2 of letter are wrong.
X– y = ? Middle term  or
Total way to place the letter = 6!= 720
All place is right ennobles = 1 way
One letter are in wrong envelop. 66.(c) + + Is equal to
 6! – 1= 7/9
To determine all the letters are in the wrong envelope
nC r
8 1 ]

y = 6C6. 6! (A)

y = 720 (B)
360 – 120 + 30 – 6 + 1 (A) + (B)
y  265
x – Y = 719 – 265 = 454 option – C e2 + e-2 =

1+ =
63. (b) (i) each of smaller triangle is to be painted with one of three
colour : red, blue or green. +……..=


(ii) No two adjacent are same colour
Total ways to colour mid triangle 67(c). a is AM of b and c G1 and G2 be 2 GM between b and
= 3C1 Let b and c is = 2, 16
2+16
a= =9
2
2, G1 G2, 16
We have 2 colour to colour next three triangle    
 2C1 x 2C1 x 2C2 = 8 a ar ar2 ar3 G1 = 4, G2 = 8
Total ways = 3C x
1 8 = 24 Option (b) ar3 = 16
2r3 = 16 r=2
64.(a) The tens digit of 1! + 2! + 3! + ….. 49! = 43 + 83 = 64 + 512 = 576
1! = 1 Option (c) 2abc = 2 x 9 x 2 x 16 = 576
2! = 2 after 10!  all tens digit 0
3! = 6 digit for ten place 𝑥−3 𝑥
68. (d) xR lim ( )
𝑥→∞ 𝑥+2
4! = 24 1 + 2 + 6 + 24 + 20 + 20 + 40 + 20 + 80 𝑥−3 𝑥
lim (1 + − 1)
5! = 120 213 𝑥→∞ 𝑥+2
𝑥
6! = 720 tens digit = 1 lim (1 +
−5
)
𝑥→∞ 𝑥+2
7! = 5040 lim (
−5
× 𝑥)
𝑒 𝑥→∞ 𝑥+2
8! = 40320
−5𝑥
9! = 322880 𝑒
lim (
𝑥→∞ 𝑥(1+2)
𝑥
)

10! = 32288000 e–5


69. (a)
70. (d) n =100

ADDRESS: 117/466, O Block, Geeta Nagar, Sharda Nagar, NEAR: ANURAG HOSPITAL, Kanpur, Uttar Pradesh 208025
website: www.maarula.in 9935985550 9554548576
MAARULA CLASSES
JAMIA ORIGINAL
PAPER 2023
PYQ No: 08
TARGET- NIMCET / CUET.PG By: Amit Katiyar (MCA-JNU) SCAN QR OF OUR APP MAARULA MATHEM

 = 50 = 5
𝑎 0 0
75.(C) Rank of matrix |0 𝑏 0| is 2.
2 = 0 0 𝑐
If matrix Rank is 2
Then, one of the a, b, c, is 0
= 25 + 2500
Option (C) ab  0, C = 0
= 100 x (2525)
𝑑𝑦 𝑒𝑦 𝑥 log 𝑥
=25, 25, 00 76.(a) = +
𝑑𝑥 1+𝑙𝑜𝑔𝑛 1+log 𝑥

71. (a)Total card = 52 77.(b) To solve the differential equation


(1+ y2) dx = (tan–1y-x) dy, we will follow these steps:
Tota card of spade or ace = (13+4-1) = 16
Step 1: Rearranging the Equation
Odds against he win the bet We start by rewriting the given equation in the form of
𝑑𝑥
𝑑𝑦

𝑢𝑛𝑓𝑎𝑣𝑜𝑢𝑟𝑎𝑏𝑙𝑒
𝑓𝑎𝑣𝑜𝑢𝑟𝑎𝑏𝑙𝑒 (1+y2) dx = (tan–1y – x) dy
36 9 Dividing both sides by dy and 1 + y2, we get:
 =
16 4 𝑑𝑥 𝑡𝑎𝑛−1 𝑦−𝑥
=
1+𝑦 2
9:4
𝑑𝑦
Step 2: Writing in standard Linear form
72.(b) Z is an idempotent matrix, then Next, we rearrnage the equation to fit the standard linear form
(I + Z)n 𝑑𝑥
+ P (y)x = Q (y):
𝑑𝑦
Z2 = Z Zn = Z 𝑑𝑥
+
1
𝑥=
𝑡𝑎𝑛−1 𝑦
𝑑𝑦 1+𝑦 2 1+𝑦 2
(I + Z)n = nC0z0 + nC1Z1+nC1 Z2+ ……… Here, P(y) =
1
𝑥=
𝑡𝑎𝑛−1 𝑦
1+𝑦 2 1+𝑦 2
 I + Z (nC1+nC2 +………nCn) Step 3 : Find the integrating Factor
I + Z (2n-1) The integrating factor μ(y) is given by:
1
∫ 𝑑𝑦
= I + (2n-1)Z μ(y)= 𝑒 𝑓𝑃(𝑦)𝑑𝑦 = 𝑒 1+𝑦2 = 𝑒 𝑡𝑎𝑛−1𝑦
Step: 4: Now, we multiply the entire differential equation by the
73.(b) A2 – A = 3I
integrating factor:
then A–1 𝑒 𝑡𝑎𝑛
−1 𝑦 𝑑𝑥
+ 𝑒 𝑡𝑎𝑛
−1 𝑦 1
𝑥 = 𝑒 𝑡𝑎𝑛
−1 𝑦 𝑡𝑎𝑛−1 𝑦
𝑑𝑦 1+𝑦 2 1+𝑦 2
A–1 A2 – A–1 A = 3A–1 I 𝑑
(𝑒 𝑡𝑎𝑛−1 𝑦
𝑥) = 𝑒
−1
𝑡𝑎𝑛−1 𝑦 𝑡𝑎𝑛 𝑦
𝑑𝑦 1+𝑦 2
A-I = 3A–1 𝑑 𝑡𝑎𝑛−1 𝑦 −1 𝑦 𝑡𝑎𝑛−1 𝑦
∫ 𝑑𝑦 (𝑒 𝑥)𝑑𝑦 = ∫ 𝑒 𝑡𝑎𝑛 𝑑𝑦
1+𝑦 2
𝐴–𝐼
A–1 = 𝑡𝑎𝑛−1 𝑦
𝑥 = ∫ 𝑒 𝑡𝑎𝑛
−1 𝑦 −1 𝑦
3 𝑒 𝑡𝑎𝑛 𝑑𝑦
1+𝑦 2
𝐴–𝐼
A–1 = Let t = tan–1, dy =
1
𝑑𝑡. The integral becomes
3 1+𝑦 2
74. (b) a + 2 b + 3c = 7 ∫ 𝑡𝑒 𝑡 𝑑𝑡
Using integration by parts, where u = t and dv = et dt, we have
2a + 4b + c = 12
∫ 𝑡𝑒 𝑡 𝑑𝑡 = 𝑡𝑒 𝑡 − ∫ 𝑒 𝑡 𝑑𝑡 = 𝑡𝑒 𝑡 − 𝑒 𝑡 + 𝐶
3a + 6b + 4c = 20 𝑒 𝑡𝑎𝑛 𝑦 𝑥= 𝑒 𝑡𝑎𝑛 𝑦 (tan–1y–1) + C
−1 −1

Dividingby 𝑒 𝑡𝑎𝑛
−1 𝑦

1 2 3: 7 𝑎 x = tan–1y – 1 + 𝐶𝑒 −𝑡𝑎𝑛
−1 𝑦

|2 4 1: 12| = |𝑏 |
3 6 4: 20 𝑐
R2 R2 – 2R1 / R3  R3 – 3R1 78.(d) 2 dice thrown total sample space = 36
Getting 9 = (3, 6) (6, 3) (5, 4) (4, 5)

R3 R3 – R2 Getting exactly 9 levice in 3 in depend


Thrown

Rank (AB)  Rank (A)


Rank A = 2
No Solution
Rank of AB = 3.

ADDRESS: 117/466, O Block, Geeta Nagar, Sharda Nagar, NEAR: ANURAG HOSPITAL, Kanpur, Uttar Pradesh 208025
website: www.maarula.in 9935985550 9554548576
MAARULA CLASSES
JAMIA ORIGINAL
PAPER 2023
PYQ No: 08
TARGET- NIMCET / CUET.PG By: Amit Katiyar (MCA-JNU) SCAN QR OF OUR APP MAARULA MATHEM

79. (d)
80.(a) Z = 7x + y
5x + y > 5
X+y>3
x > 0, y > 0, y
5x + y = 5 …………..(i) n + y =3
(0, 5) (1, 0) (0, 3) (3, 0)
Y=3–x
5n + 3 – x = 5
4x = 2, x= ½, y = 5/2
85.(b) For n = 1, we have
Z Point Z Min Value at (0, 5)
49n + 16 n +  = 49 + 16 +  = 65 +  = 64 + ( + 1)
7x+y (0, 5) 5 Option (A)
Which is divisible by 64 if  = –1.
7x3+0 (3, 0) 21
6
For n = 2, we have
49n + 16n +  = 492 + 16 x 2 +  = 2433 + = (64 x 38) +
(+1)
81.(b) 1(x) = 3x4 – 4x3 point of inflection Which is divisible by 64 If  = –1
f(x) = 3x4 –4x3 Hence,  =–1.
f’(x) = 12x3 – 12x2
86.(d) Utility Program
f’ (x)= 0
87.(a) (106)10 = ( )3
f”(x) = 0
36x2 –24x = 0 3 106 1
12x (3x–2) = 0 3 35 2
X = 2 and x = 2/3 3 11 2
Point of inflation = 2, 2/3. 3 3 3
1
(10221)3
82.(c) 88. (b) ISCII
 90. (c) ptr F2++
91. (d)
92. (d)
93 . (b)
94. (c)
(e-1) option (c)
95. (a)
96. (a)
83.(a) x3 = t
97. (b)
3x2 dx = dt
98. (c)
y= 99. (b)
100. (a)
y=
(1101)2  (13)10
y= (0, 1) pass (1011)2  (11)10
13 x 11 = (143)10
1– = C C=
(143)10 
3y = +2 128, 64, 32, 16, 8, 4 2 1
Log (3y –2) x3 loge 1 0 0 0 1 1 1 1
log (3y–2) = x3 (10001111)2 Ans.
x = 3√log(3𝑦 − 2) x= f(y)
f(y) = 3√log(3𝑦 − 2)

ADDRESS: 117/466, O Block, Geeta Nagar, Sharda Nagar, NEAR: ANURAG HOSPITAL, Kanpur, Uttar Pradesh 208025
website: www.maarula.in 9935985550 9554548576

You might also like