Skip to content

Commit 9579ee3

Browse files
Update history-of-bytes.md
1 parent c650767 commit 9579ee3

1 file changed

Lines changed: 15 additions & 1 deletion

File tree

docs/history-of-bytes.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,20 @@
11
## The history of bytes
22

3-
The practice of using bytes as a fundamental unit of digital information dates back to the early days of computing. A byte, typically consisting of 8 bits, became a standard largely due to its convenience. An 8-bit byte can represent 256 different values, which is sufficient for encoding characters in standards like ASCII, representing colors, and handling various other forms of data efficiently. The widespread adoption of the 8-bit byte was heavily influenced by popular computer architectures, such as the IBM System/360.
3+
The practice of using bytes as a fundamental unit of digital information dates back to the early days of computing. A byte, typically consisting of 8 bits, became a standard largely due to its convenience. An 8-bit byte can represent 256 different values, which is sufficient for encoding characters in standards like ASCII, representing colors, and handling various other forms of data efficiently. The widespread adoption of the 8-bit byte was heavily influenced by popular computer architectures, such as the IBM System/360. Another reason why was because of the punch.
4+
5+
Digits (0-9): The punch corresponds
6+
to numeric rows. For example, punching 1 row matches to punching 1 row only.
7+
8+
Lettters (A-Z): combining a zone row (12 or 11) with a numeric row.
9+
10+
Here is an example of how it is done.
11+
A: punch 12 + 1
12+
B: punch 12 + 2
13+
14+
Another way to understand this better by finding the ranges for each zone. If the zone is 12, the range would be ranged from A-I.
15+
If the zone is 11, it would be ranged from J-R.
16+
Finally, if the zone is 0, it would range from S-Z.
417

518
<img width="366" height="245" alt="image" src="https://github.com/user-attachments/assets/f456bb88-b3ae-4365-9c28-d02e8274d76b" />
19+
620
**This image was generated using an AI tool.**

0 commit comments

Comments
 (0)