1. We have the hexadecimal value 0 x 00000000 in the IEEE floating point representation. This will correspond to
Answer
Correct Answer:
The special value +0
Note: This Question is unanswered, help us to find answer for this one
2. Which one of the following is equivalent to (1217) 8?
Answer
Correct Answer:
(028F) 16
Note: This Question is unanswered, help us to find answer for this one
3. What is the minimum size of multiplexer needed to implement any Boolean function of n variables if we are allowed to use only one multiplexer and one inverter?
Answer
Correct Answer:
2n-1 line to 1 line
Note: This Question is unanswered, help us to find answer for this one
4. Which one of the following statement hold true for the decimal value 0.25?
Answer
Correct Answer:
It is equivalent to binary value 0.01
Note: This Question is unanswered, help us to find answer for this one
5. To implement any arbitrary Boolean function the set of components that are sufficient is
Answer
Correct Answer:
AND gate and XOR gate
Note: This Question is unanswered, help us to find answer for this one
6. The decimal value 05 in IEEE single precision floating-point representation has
Answer
Correct Answer:
Fraction bits of 100…..000 and exponent value of 0
Note: This Question is unanswered, help us to find answer for this one
7. For the decimal value –15 the 2’s compliment representation is
Answer
Correct Answer:
10001
Note: This Question is unanswered, help us to find answer for this one
8. The output of the circuit is in the form of 4-bit. The output 0 is represented by 0000, 1 by 0001… 9 by 1001. If we design a combinational circuit which takes these 4 bits as input the output will be 1 if the digit = 5 and otherwise. Only AND, OR and NOT gates are to be used. To design this circuit the minimum number of gates required is
Answer
Correct Answer:
3
Note: This Question is unanswered, help us to find answer for this one
9. Zero has two representations in
Answer
Correct Answer:
Both 1’s compliment and Sign magnitude
Note: This Question is unanswered, help us to find answer for this one
10. If p denotes the number system radix then the only value of p that satisfy the equation √121p =11p is
Answer
Correct Answer:
Any value >2
Note: This Question is unanswered, help us to find answer for this one
11. If the input is valid then only V = 1. The truth table represents
Answer
Correct Answer:
Priority encoder
Note: This Question is unanswered, help us to find answer for this one
12. What is the simplified expression for the function f (f (x + y, y), z) if f (A, B) = A’ + B?
Answer
Correct Answer:
None of these
Note: This Question is unanswered, help us to find answer for this one
13. We need to construct 6-to-64 line decoder without using any other logic gates. How many 3-to-8 line decoders wit an enable input are needed for the same?
Answer
Correct Answer:
9
Note: This Question is unanswered, help us to find answer for this one
14. Sign extension is a step in
Answer
Correct Answer:
Floating point multiplication
Note: This Question is unanswered, help us to find answer for this one