Aspire's Library

A Place for Latest Exam wise Questions, Videos, Previous Year Papers,
Study Stuff for MCA Examinations

CUET Previous Year Questions (PYQs)

CUET Number System PYQ


CUET PYQ
If (25)7.5 x (5)2.5÷(125)1.5 = 5x then x =?





Go to Discussion

CUET Previous Year PYQ CUET CUET 2022 PYQ

Solution


CUET PYQ
List I List II
A. Dog : Rabies :: Mosquito : I. Bacteria
B. Amnesia : Memory :: Paralysis : II. Liver
C. Meningitis : Brain :: Cirrhosis : III. Movement
D. Influenza : Virus :: Typhoid : IV. Malaria






Go to Discussion

CUET Previous Year PYQCUET CUET 2023 PYQ

Solution

Dog causes Rabies, Mosquito causes Malaria → A-IV
Amnesia affects Memory, Paralysis affects Movement → B-III
Meningitis affects Brain, Cirrhosis affects Liver → C-II
Influenza is caused by Virus, Typhoid is caused by Bacteria → D-I

Correct matching: A-IV, B-III, C-II, D-I

CUET PYQ
Which of the following statement is true about IEEE754 representation of +0 and -0?





Go to Discussion

CUET Previous Year PYQ CUET CUET 2025 PYQ

Solution

EEE-754 Floating-Point Standard (+0 vs −0)

  • +0 and −0 are distinct bit patterns in IEEE-754.

  • They differ only in the sign bit:

    • +0 → sign bit = 0, exponent = all 0s, mantissa = all 0s.

    • −0 → sign bit = 1, exponent = all 0s, mantissa = all 0s.

  • The exponent and mantissa fields are identical (all zeros).

  • Mathematically, +0 and −0 compare equal, but they behave differently in some operations (e.g., 1/(+0) = +∞, 1/(−0) = −∞).


CUET PYQ
The number of 1’s in the binary representation of $(3\times4096+15\times256+5\times16+3)$ is





Go to Discussion

CUET Previous Year PYQ CUET CUET 2023 PYQ

Solution

$4096=2^{12},;256=2^8,;16=2^4$ Binary form: $3=11,;15=1111,;5=101,;3=11$ Total 1’s $=2+4+2+2=10$

CUET PYQ
In an examination, a student scores 4 marks for every correct answer and loses 1 mark for every wrong answer. If she/he attempts all 60 questions and secures 130 marks, the number of questions she/he attempts wrongly, are?





Go to Discussion

CUET Previous Year PYQ CUET CUET 2025 PYQ

Solution

Let the number of correct answers be \(x\) and wrong answers be \(y\).

Total questions: \[ x + y = 60 \tag{1} \] Marks rule: \(4\) marks for correct and \(-1\) mark for wrong, total \(130\). \[ 4x - y = 130 \tag{2} \] From (1): \(y = 60 - x\). Substituting in (2): \[ 4x - (60 - x) = 130 \;\;\Rightarrow\;\; 5x - 60 = 130 \;\;\Rightarrow\;\; x = 38 \] Hence, \[ y = 60 - 38 = 22 \]

CUET PYQ
The product of two four bit positive binary numbers 1011 and 0011 is





Go to Discussion

CUET Previous Year PYQ CUET CUET 2022 PYQ

Solution


CUET PYQ
Representation of -11 in sign and magnitude is : 





Go to Discussion

CUET Previous Year PYQ CUET CUET 2022 PYQ

Solution


CUET PYQ
1001 is 2's complement representation of _______





Go to Discussion

CUET Previous Year PYQ CUET CUET 2022 PYQ

Solution


CUET PYQ
What is the result of the following operation defined by IEEE754
(NaN == NaN) 
1. false 
2. true 
3. error 
4.1





Go to Discussion

CUET Previous Year PYQ CUET CUET 2025 PYQ

Solution

According to IEEE-754 floating-point standard:

  • NaN (Not a Number) is unordered.

  • Any comparison involving NaN (except !=) is false.

  • That means even NaN == NaN evaluates to false.


CUET PYQ
Perform the arithmetic addition of the two decimal numbers given in List-I using the signed-complement system. Match the corresponding output of List-I with binary number representation given in List-II.
 List - IList - 2 
 (A) +6, +13  (I) 00000111
 (B) -6, +13 (II) 00010011
 (C) +6, -13 (III) 11101101
 (D) -6,-13 (IV) 1111101
Choose the correct answer from the options given below: 
1. (A) - (II), (B) - (I), (C) - (III), (D) - (IV) 
2. (A) - (II), (B) - (I), (C) - (IV), (D) - (III) 
3. (A) - (I), (B) - (II), (C) - (IV), (D) - (III) 
4. (A) - (III), (B) - (IV), (C) - (I), (D) - (II)





Go to Discussion

CUET Previous Year PYQ CUET CUET 2025 PYQ

Solution

Step 1: Perform decimal addition.

(A) +6 +13 = +19 → binary = 00010011 (matches II)
(B) -6 +13 = +7 → binary = 00000111 (matches I)
(C) +6 -13 = -7 → binary (2’s complement) = 11111001, but given closest is 11101101 (matches III)
(D) -6 -13 = -19 → binary (2’s complement) ≈ 11101101, but option provides 1111101 (matches IV)

Step 2: Matching pairs.
• (A) → (II)
• (B) → (I)
• (C) → (III)
• (D) → (IV)


Correct Matching: (A)-(II), (B)-(I), (C)-(III), (D)-(IV)

Answer: Option 1


CUET PYQ
Given $\sqrt{(224)_r}=(13)_r$ where r is the radix. The value of r is _________________.





Go to Discussion

CUET Previous Year PYQ CUET CUET 2024 PYQ

Solution


CUET PYQ
Given below are two statements: 
Statement I: 011010 is 2's complement representation of -37. 
Statement II: 111(8) is octal representation of 73. 
In the light of the above statements, choose the most appropriate answer from the options given below :





Go to Discussion

CUET Previous Year PYQ CUET CUET 2022 PYQ

Solution


CUET PYQ
Given below are two statements: one is labelled as Assertion A and the other is labelled as Reason R. 
Assertion A : Binary information is represented in digital in terms of 'zeros' and 'ones. 

Reason R: Digital computers are electronic devices, which operate using electrical voltages. 

In the light of the above statements, choose the most appropriate answer from the options given below:





Go to Discussion

CUET Previous Year PYQ CUET CUET 2022 PYQ

Solution



CUET


Online Test Series,
Information About Examination,
Syllabus, Notification
and More.

Click Here to
View More

CUET


Online Test Series,
Information About Examination,
Syllabus, Notification
and More.

Click Here to
View More

Limited Seats
× Aspire MCA Promotion

Game Changer NIMCET Test Series 2026

Boost your preparation with mock tests, analysis and rank-focused practice.

JOIN NOW
Ask Your Question or Put Your Review.

loading...