Computer Science, asked by alipervez2001, 2 days ago

Why one byte have only 8-bits?​

Answers

Answered by sawarkarpiyush1462
0

A byte is 8 bits because that's the definition of a byte. An ASCII character is stored in a byte because trying to use just 7 bits instead of 8 means you cannot address one character directly and would have to pack and unpack bit strings any time you wanted to manipulate text - inefficient, and RAM is cheap

Answered by ashnadeepa569
0

Answer:

A byte is 8 bits because that's the definition of a byte. An ASCII character is stored in a byte because trying to use just 7 bits instead of 8 means you cannot address one character directly and would have to pack and unpack bit strings any time you wanted to manipulate text - inefficient, and RAM is cheap.

Similar questions