Saved Bookmarks
| 1. |
What is the meaning of 0 and 1 in bit ?? |
|
Answer» Binary (or base-2) a NUMERIC system that only uses two digits — 0 and 1. Computers operate in binary, meaning they STORE data and perform calculations using only zeros and ones. ... One bit contains a single binary value — either a 0 or a 1. A byte contains EIGHT bits, which means it can have 256 (28) different values. |
|