Binary Dilemmas

Byte-Sized Problems

8 Bit Odds

Problem: A 8 Bit Odd

You've got 8 bits of data, and you're trying to fit it onto a 7 bit bus.

You can either:

  1. Use a byte-adapter, but it'll be a real byte-biter.
  2. Try to cram it in, but it'll be a real byte-bender.
  3. Call a system administrator, but they'll just byte-duck you.

What will you do?