RadicesBinary Arithmetic (Examples)
2's Comp: Flipped Binary when -ve, +1 1's Comp: Flipped Binary when -ve (2 Zeros: 0000 and 1111) Signed: MSB Flipped when -ve Binary Formats: N-Bit Number Excess-2(N-1): -2(N-1) <= x <= (2(N-1) -1) 2's Comp: -2(N-1) <= x <= (2(N-1) -1) 1's Comp: -(2(N-1) -1) <= x <= (2(N-1) -1) Signed-Mag: -(2(N-1) -1) <= x <= (2(N-1) -1) Unsigned-Mag: 0 <= x <= 2N - 1 |
Binary Coded Decimal (BCD)
|
Cheatography
https://cheatography.com
CSSE2010 Cheat Sheet (DRAFT) by tytro
UQ CSSE2010 Introduction to Computer Systems Exam Cheatsheet
This is a draft cheat sheet. It is a work in progress and is not finished yet.