urgent:
Bits |
M |
E |
Value |
|
0 01 00 |
||||
0 01 01 |
||||
0 01 10 |
||||
0 01 11 |
||||
0 10 00 |
1 |
4/4 |
8/4 |
|
0 10 01 |
||||
0 10 10 |
||||
0 10 11 |
Ans:
here we are given bits in the form of s ee mm
where s=sign , e= exponent , m=mantissa
Note here Bias=2no_exponent_bits-1 -1 = 21-1= 20 =1
The required form is value =(1.m)*2e -bias
here, mantissa =1.m
exponent=e-bias = e-1 (or) e-01
Bits | M | E | Value |
0 01 00 | 1.00=1 | 01-01=0=0/4 | 1.00*20=1 =4/4 |
0 01 01 | 1.01=1.25 | 01-01=0=0/4 | 1.01*20=1.25 =5/4 |
0 01 10 | 1.10=1.5 | 01-01=0=0/4 | 1.10*20=1.50 =6/4 |
0 01 11 | 1.11=1.75 | 01-01=0=0/4 | 1.11*20=1.75 =7/4 |
0 10 00 | 1 | 4/4 | 8/4 |
0 10 01 | 1.01=1.25 | 10-01=1=4/4 | 1.01*21=2.5 =10/4 |
0 10 10 | 1.10=1.50 | 10-01=1=4/4 | 1.10*21=3 =12/4 |
0 10 11 | 1.11=1.75 | 10-01=1=4/4 | 1.11*21=3.5 =14/4 |
Get Answers For Free
Most questions answered within 1 hours.