Question 1 |
Consider three floating point numbers A, B and C stored in registers R_A, R_B and R_C, respectively as per IEEE-754 single precision floating point format. The 32-bit content stored in these registers (in hexadecimal form) are as follows.
R_A=0xC1400000
R_B=0x42100000
R_C=0x41400000
Which one of the following is FALSE?
R_A=0xC1400000
R_B=0x42100000
R_C=0x41400000
Which one of the following is FALSE?
A+C=0 | |
C=A+B | |
B=3C | |
(B-C) \gt 0 |
Question 1 Explanation:
Question 2 |
Let R1 and R2 be two 4-bit registers that store numbers in 2's complement form. For the operation R1+R2, which one of the following values of R1 and R2 gives an arithmetic overflow?
R1 = 1011 and R2 = 1110 | |
R1 = 1100 and R2 = 1010 | |
R1 = 0011 and R2 = 0100 | |
R1 = 1001 and R2 = 1111 |
Question 2 Explanation:
Question 3 |
Consider a Boolean function f(w,x,y,z) such that
\begin{array}{lll} f(w,0,0,z) & = & 1 \\ f(1,x,1,z) & =& x+z \\ f(w,1,y,z) & = & wz +y \end{array}
The number of literals in the minimal sum-of-products expression of f is ________
\begin{array}{lll} f(w,0,0,z) & = & 1 \\ f(1,x,1,z) & =& x+z \\ f(w,1,y,z) & = & wz +y \end{array}
The number of literals in the minimal sum-of-products expression of f is ________
4 | |
6 | |
8 | |
9 |
Question 3 Explanation:
Question 4 |
If the numerical value of a 2-byte unsigned integer on a little endian computer is 255 more than that on a big endian computer, which of the following choices represent(s) the unsigned integer on a little endian computer?
[MSQ]
[MSQ]
0x6665 | |
0x0001 | |
0x4243 | |
0x0100 |
Question 4 Explanation:
Question 5 |
If x and y are two decimal digits and (0.1101)_2 = (0.8xy5)_{10}, the decimal value of x+y is ___________
3 | |
6 | |
8 | |
4 |
Question 5 Explanation:
Question 6 |
Which one of the following circuits implements the Boolean function given below?
f(x,y,z) = m_0+m_1+m_3+m_4+m_5+m_6
where m_i is the i^{th} minterm.

f(x,y,z) = m_0+m_1+m_3+m_4+m_5+m_6
where m_i is the i^{th} minterm.

A | |
B | |
C | |
D |
Question 6 Explanation:
Question 7 |
The format of the single-precision floating point representation of a real number as per the IEEE 754 standard is as follows:
\begin{array}{|c|c|c|} \hline \text{sign} & \text{exponent} & \text{mantissa} \\ \hline \end{array}
Which one of the following choices is correct with respect to the smallest normalized positive number represented using the standard?
\begin{array}{|c|c|c|} \hline \text{sign} & \text{exponent} & \text{mantissa} \\ \hline \end{array}
Which one of the following choices is correct with respect to the smallest normalized positive number represented using the standard?
exponent = 00000000 and mantissa = 0000000000000000000000000 | |
exponent = 00000000 and mantissa = 0000000000000000000000001 | |
exponent = 00000001 and mantissa = 0000000000000000000000000 | |
exponent = 00000001 and mantissa = 0000000000000000000000001 |
Question 7 Explanation:
Question 8 |
Consider the following Boolean expression.
F=(X+Y+Z)(\overline X +Y)(\overline Y +Z)
Which of the following Boolean expressions is/are equivalent to \overline F (complement of F)?
[MSQ]
F=(X+Y+Z)(\overline X +Y)(\overline Y +Z)
Which of the following Boolean expressions is/are equivalent to \overline F (complement of F)?
[MSQ]
(\overline X +\overline Y +\overline Z)(X+\overline Y)(Y+\overline Z) | |
X\overline Y + \overline Z | |
(X+\overline Z)(\overline Y +\overline Z) | |
X\overline Y +Y\overline Z + \bar X \bar Y \bar Z |
Question 8 Explanation:
Question 9 |
Consider a 3-bit counter, designed using T flip-flops, as shown below:

Assuming the initial state of the counter given by PQR as 000, what are the next three states?

Assuming the initial state of the counter given by PQR as 000, what are the next three states?
011,101,000 | |
001,010,111 | |
011,101,111 | |
001,010,000 |
Question 9 Explanation:
Question 10 |
Consider the following representation of a number in IEEE 754 single-precision floating point format with a bias of 127.
S:1
E:10000001
F:11110000000000000000000
Here, S,E and F denote the sign, exponent, and fraction components of the floating point representation.
The decimal value corresponding to the above representation (rounded to 2 decimal places) is ____________.
S:1
E:10000001
F:11110000000000000000000
Here, S,E and F denote the sign, exponent, and fraction components of the floating point representation.
The decimal value corresponding to the above representation (rounded to 2 decimal places) is ____________.
-7.75 | |
7.75 | |
-3.825 | |
3.825 |
Question 10 Explanation:
There are 10 questions to complete.
Sir, Please mention the a,b,c value of question 2.
Hi Ashutosh,
Here, value of a,b,c are not required. You can write the truth table based on above circuit. Then find the answer based on truth table. See the solution provided.
Question 5, Please update the answer from 4 minimum gate to 3 minimum gate.
Hi Ashutosh,
Thank you for your suggestion. We have updated the answer from 4 to 3.
Q13 answer will be B…
Update it
Thank You akki yadav, We have updated the answer suggested by you.
Update Question No. 46. The options should be Q1Q0 instead of Q0Q1
Update Q56 as B instead of C
Thank You Sowmya Sri,
We have updated the answer.
Question number 42 in the Digital Logic subject is not part of Boolean Algebra, it should be present in the propositional logic section on Discrete Mathematics.
in Q-228 option A,C are same
Dear praveen kumar,
We have updated option C.
In question 206 option D is correct, but there is typo in option d displayed. It should be staring with wxy’