InterviewSolution
Saved Bookmarks
| 1. |
Explain Byte? |
|
Answer» A BYTE is eight binary digits. It is the smallest unit a computer works with at once. The bits of a byte can be individually MODIFIED, but a computer still works with at least one byte at a time. SEE also: Binary and my ARTICLE on Bits and BYTES. A byte is eight binary digits. It is the smallest unit a computer works with at once. The bits of a byte can be individually modified, but a computer still works with at least one byte at a time. See also: Binary and my article on Bits and Bytes. |
|