BCD less dense
n BCD requires 16 bits to represent dates up
to 9999 BCD : 1001 1001 1001 1001
n Binary requires 14 bits to go up to 9999
binary: 10 0111 0000 1111
n Why ?
n What is the relative efficiency of two
encodings?