Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

ALL work must be shown for each of the following problems for any credit: Calculate the hexadecimal values of the following decimal numbers: 54 139

ALL work must be shown for each of the following problems for any credit:

  1. Calculate the hexadecimal values of the following decimal numbers:
    1. 54
    1. 139
    1. 1662
    1. 326

  1. Convert the following two's complement signed binary numbers to decimal numbers:
    1. 11111010
    1. 10111010
    1. 1111111001010011
    1. 1111111101011111

  1. Convert the following two's complement signed hexadecimal numbers to decimal numbers:
    1. 00AD
    1. 1111
    1. FFEF
    1. BEE9

  1. Add the following binary two's complement signed numbers.
    1. 00101011 + 00011101 =
    1. 11111101 + 11101001 =

  1. Add the following hexadecimal two's complement signed numbers. Be careful. Just because a number appears in hex doesn't mean that all the two's complement rules no longer apply. You will need to convert to binary to see if the number is negative or positive before doing the addition. Remember this is a twos complement number.
    1. 07A8 + 0C56 =
    1. 00F0 + EA67 =

  1. Tens complement is analogous to twos complement. A tens complement negative number is formed by adding 1 to the corresponding nines complement number, ignoring the carry. What is the rule for tens complement addition?

  1. Construct the multiplication tables for radix 4 numbers.

x

0

1

2

3

0

1

2

3

  1. Consider the following addition problems for 8-bit binary numbers in signed twos complement. Do the sum and express it as eight digits, all the storage space available. For each sum, state:

Sum

Questions

Yes or No

1000 0111

+ 1000 0111

Is the sign bit a 1?

Are the low-order 8 bits all 0?

Does overflow occur?

1000 0111

+ 0111 1111

Is the sign bit a 1?

Are the low-order 8 bits all 0?

Does overflow occur?

0111 1100

+ 1100 1110

Is the sign bit a 1?

Are the low-order 8 bits all 0?

Does overflow occur?

0101 1100

+ 1010 0100

Is the sign bit a 1?

Are the low-order 8 bits all 0?

Does overflow occur?

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

Students also viewed these Databases questions

Question

What was boo.com business purpose and focus?

Answered: 1 week ago