Question:

Two’s complement binary representation of the decimal numbers -8 to 7?

by  |  earlier

0 LIKES UnLike

can anyone help me with creating a table of two’s complement binary representation of the decimal numbers -8 to 7.

and How many bits are required to do this? Identify the “sign bit” and the most significant bit.

Could anyone help me with this question thanks

 Tags:

   Report

1 ANSWERS


  1. 4 bits needed.

    Leftmost is sign bit: 1 = negative, 0 = positive.

    take number in binary, such as{ 0100 for 4

    negate each bit: 1011

    Add one: 1100

    This configuration allows adding a positive and negative number together with a normal adder.

    See table at link:

Question Stats

Latest activity: earlier.
This question has 1 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.
Unanswered Questions