Bit Byte Bug, is a game which plays similarly to the infamous Rock Paper Scissors.
Bit or Binary Digit, is the smallest unit of digital data, representing 0 or 1.
A Byte, is a group of 8 bits used to store data.
Lastly, a bug is an error or unintended behavior in a computer program.
Bit Defeats Byte (Bit flips and changes its value) Byte Defeats Bug (Byte represents a program, which can contain bugs) Bug Defeates Bit (A bug can cause unexpected behavior, even if bits are correct)