

InterviewSolution
Saved Bookmarks
1. |
What is the mantissa and exponent respectively obtained when we add 5 and 3/8 in binary float point representation?(a) 0.101010,011(b) 0.101000,011(c) 0.101011,011(d) 0.101011,101This question was posed to me during an interview.This question is from Representation of Numbers in chapter Discrete Time Systems Implementation of Digital Signal Processing |
Answer» Right option is (C) 0.101011,011 |
|