next up previous
Next: In the 2's complement, Up: Content Questions Previous: How do AND/OR logic

Why are base 2, 8, 16 particularly easy to compute with? What about base 4?

Bases that are powers of 2 are easy to compute with because you can deal with collections of binary bits: base 2 is 1 bit (numbers 0-1), base 4 is 2 bits (numbers 0-3), base 8 is 3 bits (numbers 0-7), and base 16 is 4 bits (numbers 0-15). Base 4 would actually be fine, but you only get 2 bits to play with, so it's not so common.



Kate Scholberg 2017-04-12