a bit is a single switch which can be on or off. However, you need 8 bits to make a byte. With a byte you can then have any number or letter by using these 8 switches that can be zeros or 1s in the proper configuration. Zero is usually an off switch and 1 is usually an on switch. Each Switch is a bit.
begin quote from:
A
bit is the smallest unit of computer information. It's essentially a
single binary data point; either yes or no, on or off, up or down. A
byte on the other hand is a unit of memory that usually contains 8 bits.
This is because historically, 8 bits are needed to encode a single
character of text.Aug 1, 2023
No comments:
Post a Comment