Question: Convert 1 0 1 1 0 1 . 1 0 1 2 unsigned to hexadecimal, octal and decimal with full accuracy . 3 . Convert

Convert 101101.1012 unsigned to hexadecimal, octal and decimal with full accuracy.3. Convert 14.578(unsigned) to decimal with accuracy of 4 digits if rounding is necessary.4. Convert 7654.76548(unsigned) to hexadecimal.5. Calculate 11010110-10110111(unsigned) and express the result in decimal.6. Extend the following binary numbers from a 4 bit wide integer with 4 bit fraction system into an 8bit integer with an 8 bit fraction so the same value is represented.First, assume the numbers are signed binary numbers.a)0110.0100b)1010.0001c)1100.1d) e) f) Now repeat, assuming a, b, c are unsigned numbers.7. Convert these decimal numbers first to hexadecimal, then binary, then octal, then back to decimal.As a check - the final answer should agree with the original number.a)23.48b)4.16c)28.288. Convert these decimal numbers first to 6 bit signed 2's complement binary. Then find the 2'scomplement of each number. Finally, add the two binary numbers (pos / neg) together (should =0)a)23b)-31c)-179. Compute the following decimal arithmetic problems in 8 bit signed binary)93-63b)-31+111c)17-12810. What range of decimal numbers can be expressed in the following number systems?a)8 bit signed 2's complement?b)8 bit unsigned binaryc)16 bit signed 2's complement?d)16 bit unsigned binary.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!