What is a “byte” in computer storage?
a) A group of 8 bits
b) A unit of processing speed
c) A type of error code
d) A storage device
Answer:
a) A group of 8 bits
Explanation:
A byte is a unit of digital information that consists of 8 bits. It is one of the most common units of data used in computing and represents a single character, such as a letter, number, or symbol, in the computer’s memory.
Bytes are used to measure the size of files and memory in computers. Larger units such as kilobytes (KB), megabytes (MB), gigabytes (GB), and terabytes (TB) are derived from bytes and are used to measure data storage capacity.
The concept of bytes is important for understanding how data is stored, processed, and transmitted in computer systems. Bytes are the building blocks of computer data.