

InterviewSolution
Saved Bookmarks
1. |
In the standard IEEE 754 single precision floating point representation, there is 1 bit for sign, 23 bits for fraction and 8 bits for exponent. What is the precision in terms of the number of decimal digits?(A) 5(B) 6(C) 7(D) 8 |
Answer» | |