Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Advanced Database Systems For Integration Of Media And User Environments 98

Authors: Yahiko Kambayashi, Akifumi Makinouchi, Shunsuke Uemura, Katsumi Tanaka, Yoshifumi Masunaga

1st Edition

9810234368, 978-9810234362

More Books

Students also viewed these Databases questions

Question

4. Label problematic uses of language and their remedies

Answered: 1 week ago