Examveda
Examveda

The 2's compliment of binary number 010111.1100 is

A. 101001.11

B. 101000.01

C. 10111.0011

D. 101000.0011

E. None of the above

Answer: Option B


This Question Belongs to Computer Science >> Digital Computer Electronics

Join The Discussion

Comments ( 2 )

  1. Mr Avashu
    Mr Avashu :
    7 months ago

    The two's complement of a binary number is a way to represent negative numbers in binary form.

    Step1:-
    Start with the binary number you want to represent as a negative value that is : [010111.1100]
    Step2:-
    Invert (flip) all the bits, changing 0s to 1s and 1s to 0s. After inversion: [101000.0011]
    Add 1 to the inverted number.
    101000.0011 + 1 = 101000.0100
    Which we can write as [101000.01]

  2. Karthik P.a
    Karthik P.a :
    5 years ago

    Explain

Related Questions on Digital Computer Electronics