WHAT IS THE DIFFERENCE BETWEEN A BIT AND A BYTE?
Bits are like alphabet characters and bytes are like the words made up from alphabet characters. Bits and Bytes are used to measure information by the computer.
BIT
Smallest unit of information recognized by the computer. BIT is short for Binary Digit. A Binary Digit can be either a 0 or a 1. Several bits make up a byte.
BYTE
A group of 8 BITS. This grouping of adjacent binary digits (bits) is operated on by the computer as a unit. Computers use 1
BYTE to represent 1 character such as a letter of the alphabet, a number, a punctuation mark, a space, etc. A BYTE is also a unit of measure since it represents 1 character.
For example, when the letter "A" is pressed, the keyboard actually sends the following to RAM: 10000001 - a set of 8 bits.
No comments:
Post a Comment