InterviewSolution
Saved Bookmarks
| 1. |
what is the full form of bit |
|
Answer» Abit(short for binary digit) is the smallest unit of data in acomputer. Abithas a single binary value, either 0 or 1. Althoughcomputersusually provide instructions that can test and manipulatebits, they generally are designed to store data and execute instructions inbitmultiples called bytes. |
|