http://www.wisecleaner.com What is a Bit? A bit is the smallest unit of data possible. You probably already know that computers speak in binary (1s & 0s); well, a bit is a single unit of 1 or 0. Alone, it’s not very helpful, but when placed together, it creates the foundation of computing. For example: a single bit can convey 2 things, either a 1 or a zero. Two bits though, can convey 4 things, 00, 01, 10, and 11 . What Are These Bits Used For? Everything! A computer can only speak in binary, and thus the bit dominate...