

InterviewSolution
Saved Bookmarks
1. |
What is the smallest floating point number that can be represented using a 32-bit word?(a) 3*10^-38(b) 2*10^-38(c) 0.2*10^-38(d) 0.3*10^-38This question was addressed to me by my college professor while I was bunking the class.I want to ask this question from Representation of Numbers topic in section Discrete Time Systems Implementation of Digital Signal Processing |
Answer» Correct answer is (d) 0.3*10^-38 |
|