1
A-II, B-III, C-I, D-IV 2
A-III, B-IV, C-II, D-I 3
A-IV, B-III, C-II, D-I 4
A-IV, B-III, C-I, D-II Go to Discussion
CUET Previous Year PYQ
CUET 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
Qus : 3
CUET PYQ
2
Which of the following statement is true about IEEE754 representation of +0 and -0?
1
have the same sign bit, but different mantissa bits.
2
differ only in the sign bit; their exponent and mantissa bits are identical.
3
have the same representation because they are mathematically equivalent.
4
differ in both their exponent and mantissa bits.
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) = −∞).
Qus : 5
CUET PYQ
2
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?
1
38 2
22 3
21 4
37 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
\]
Qus : 9
CUET PYQ
1
What is the result of the following operation defined by IEEE754
(NaN == NaN)
1. false
2. true
3. error
4.1
1
1 2
2 3
3 4
4 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 .
Qus : 10
CUET PYQ
1
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 - I List - 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)
1
1 2
2 3
3 4
4 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
Qus : 12
CUET PYQ
4
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 :
1
Both Statement I and Statement II are true 2
Both Statement I and Statement II are false. 3
Statement I is true but Statement II is false. 4
Statement I is false but Statement II is true. Go to Discussion
CUET Previous Year PYQ
CUET CUET 2022 PYQ
Solution
Qus : 13
CUET PYQ
1
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:
1
Both A and R are correct and R is the correct explanation of A. 2
Both A and R are correct but R is not the correct explanation of A. 3
A is correct but R is not correct. 4
A is not correct but R is correct. Go to Discussion
CUET Previous Year PYQ
CUET CUET 2022 PYQ
Solution
[{"qus_id":"11268","year":"2022"},{"qus_id":"11324","year":"2022"},{"qus_id":"11328","year":"2022"},{"qus_id":"11329","year":"2022"},{"qus_id":"11471","year":"2022"},{"qus_id":"11472","year":"2022"},{"qus_id":"11724","year":"2024"},{"qus_id":"12067","year":"2025"},{"qus_id":"12077","year":"2025"},{"qus_id":"12124","year":"2025"},{"qus_id":"12206","year":"2025"},{"qus_id":"16658","year":"2023"},{"qus_id":"16684","year":"2023"},{"qus_id":"11328","year":"2023"}]
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
Are you sure to delete this comment ?
Please provide more information - at least 10 characters