John Mavrick's Garden

Search IconIcon to open search

Last updated April 10, 2022

Status: Tags: #aCards/cmpt295/binary Links: Binary


Negative Binary

To accomodate for negative numbers, the total storage is split and categorized based on the nth bus -x = (2^n)-x

Image from Gyazo

15-Bit Example

Binary Number 2’s Complement
0000 0 0
0001 1 1
0111 8 8
1000 -8 9

Two’s Complement to Binary

?

Binary to Two’s Complement

?


References:


Interactive Graph