445 views
0 votes
0 votes
How are negative numbers represented in unsigned binary representation?

Example:

 0001

-0010

====

 1111

The result is the negative of 2's complement = -0001

But how is this -0001 represented in unsigned binary?

1 Answer

0 votes
0 votes
You cannot represent negative numbers in unsigned number representation.

Related questions

0 votes
0 votes
3 answers
1
Parimal Paritosh asked Sep 20, 2017
3,854 views
Please give me an example of adding two negative numbers using 2's complement number system.Let's say:-7 + (-6)
2 votes
2 votes
4 answers
2
Pooja Palod asked Dec 21, 2015
3,907 views
decimal number are represented in sign magnitude form +9286 and +801 convert them to signed 10s complement and perform following operations( 1 digit required for sign)1)...
0 votes
0 votes
0 answers
3
kd..... asked Jun 7, 2018
257 views
did there is any number which has the recursive decimal and it is irrational?did there is any number which is neither recursive nor terminating decimal still expressed as...
3 votes
3 votes
1 answer
4
Lakshman Bhaiya asked Jan 5, 2018
1,709 views
The r ’s complement of an n-digit decimal number N in base r is defined for all values of N except for N = 0. If the given number is (247)9, then its 9’s complement w...