

MCQOPTIONS
Saved Bookmarks
1. |
What is the resolution to cover a range of numbers xmax-xmin with ‘b’ number of bits?$ |
A. | (xmax+xmin)/(2<sup>b</sup>-1) |
B. | (xmax+xmin)/(2<sup>b</sup>+1) |
C. | (xmax-xmin)/(2<sup>b</sup>-1) |
D. | (xmax-xmin)/(2<sup>b</sup>+1) |
Answer» D. (xmax-xmin)/(2<sup>b</sup>+1) | |