Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

1) Convert the following decimal fractions to binary with a maximum of six places to the right of the binary point: a) 37.67125 b) 184.03529

1) Convert the following decimal fractions to binary with a maximum of six places to the right of the binary point:

a) 37.67125

b) 184.03529

c) 279.384225

d) 327.78125

2) Convert the following binary fractions to decimal:

a) 0111.1101

b) 1010011.10001

c) 10001001.0111

d) 10001001.0111

e) 10001001.0111

f) 110001.10101

3) Convert the hexadecimal number AC16 to binary.

4) Convert the hexadecimal number 8B01 to binary.

5) Convert the hexadecimal number 5C02 to binary.

6) Represent the following decimal numbers in binary using 8-bit signed magnitude, ones complement, twos complement, and excess-127 representations.

a) 107

b) 45

c) 60

d) 44

e) 89

f) 44

g) 60

7) What decimal value does the 8-bit binary numbers 00010001, 10011110 and 10011110 have if:

a) It is interpreted as an unsigned number?

b) It is on a computer using signed-magnitude representation?

c) It is on a computer using ones complement representation?

d) It is on a computer using twos complement representation?

e) It is on a computer using excess-127 representation?

8) Given the two binary numbers 11111100 and 01110000:

a) Which of these two numbers is the larger unsigned binary number?

b) Which of these two is the larger when it is being interpreted on a computer using signed twos complement representation?

c) Which of these two is the larger when it is being interpreted on a computer using signed twos complement representation?

9) To add two twos complement numbers together, what must be true?

10) What is the most common representation used in most computers to store signed integer values and why?

11) Add the following unsigned binary numbers.

a) 01110101 and 00111011

b) 00010101 and 00010001

c) 01101111 and 00010001

12) Subtract the following signed binary numbers as using twos complement arithmetic.

a) 01110101 and 00111011

b) 00110101 and 00001011

c) 01101111 and 00010001

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

Learn To Program Databases With Visual Basic 6

Authors: John Smiley

1st Edition

1902745035, 978-1902745039

More Books

Students also viewed these Databases questions

Question

Is it clear what happens if an employee violates the policy?

Answered: 1 week ago