- #1
buchi
- 9
- 0
Consider a new computer system which stores data in “quads”, i.e. it has four states 0, 1,
2 and 3 (as opposed to binary which has only two, 0 and 1). Now imagine that numbers
are stored in a 12 quad format where there is one quad for the sign of the number, three
quads for the exponent, another one quad for the sign of the exponent and seven quads
for the normalised mantissa (ie. it is of the form 0.nqqqqqq, where n≥1). Find:
(a) The largest positive (decimal) number that can be represented in this system.
(b) The smallest positive (decimal) number that can be represented in this system.
(c) The machine epsilon, epsilonM .
i honestly have no idea how to start this question i was hoping if someone can lead me the right way on how to start it or send me some site about this number systems and how to figure this things out.
thank you in advance
2 and 3 (as opposed to binary which has only two, 0 and 1). Now imagine that numbers
are stored in a 12 quad format where there is one quad for the sign of the number, three
quads for the exponent, another one quad for the sign of the exponent and seven quads
for the normalised mantissa (ie. it is of the form 0.nqqqqqq, where n≥1). Find:
(a) The largest positive (decimal) number that can be represented in this system.
(b) The smallest positive (decimal) number that can be represented in this system.
(c) The machine epsilon, epsilonM .
i honestly have no idea how to start this question i was hoping if someone can lead me the right way on how to start it or send me some site about this number systems and how to figure this things out.
thank you in advance