

Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Signed binary numbers means that both positive and negative numbers may be represented. • The most significant bit represents the sign.
Typology: Schemes and Mind Maps
1 / 3
This page cannot be seen from the preview
Don't miss anything!


Decimal Number Sign magnitude +15 01111 +10 01010 +8 01000 +6 00100 +3 00011 +0 00000 -0 10000 -3 10011 -5 10101 -10 11010 -15 11111
Decimal Number 1’s complement +15 01111 +10 01010 +8 01000 +6 00100 +3 00011 +0 00000 -0 11111 -3 11100 -5 11010 -10 10101 -15 10000
Decimal Number 2’s complement +15 01111 +10 01010 +8 01000 +6 00100 +3 00011 +0 00000 -0 00000 -3 11101 -5 11011 -10 10110 -15 10001
Operation Add Substract X>Y X<Y (+X)+(+Y) +(X+Y) (+X)+(-Y ) +(X-Y ) -(Y -X) (-X)+(+Y) -(X-Y ) +(Y_X) (-X)+(-Y ) -(X+Y) (+X)-(+Y) +(X-Y ) -(Y -X) (+X)-(-Y ) +(X+Y) (-X)-(+Y) -(X+Y) (-X)-(-Y ) -(X-Y ) +(Y-X)