InterviewSolution
Saved Bookmarks
| 1. |
What Is The Difference Between Bit And Byte? |
|
Answer» A BIT is a SINGLE numeric VALUE that encodes a single unit of digital information. It can be either 1 or 0. A sequence of EIGHT bits forms one BYTE. A bit is a single numeric value that encodes a single unit of digital information. It can be either 1 or 0. A sequence of eight bits forms one byte. |
|