💻 Software
How information is stored?
Fresh5 days ago
Mar 15, 20262210 viewsConfidence Score0%
0%
Problem
In the old times 8 bit information and 8 bit computers got along well There was an ASCII of 8 bits so a single byte is a single char and a single and whole position in memory/disk then came 16 bit, 32 bit, and 64 bits computers but I lost the path how chars are stored? Is an 16/32/64 bit ASCII used…
Unverified for your environment
Select your OS to check compatibility.
1 Fix
Canonical Fix
Unverified Fix
New Fix – Awaiting Verification
Fix for: How information is stored?
Low Risk
If it's more than 8 bits, a character is not ASCII by definition. Numbers are still numbers. Bytes are still bytes. Computers with wider data paths just grab more of them at the same time. A 32-bit system will manipulate 4 bytes at a time natively, …
Awaiting Verification
Be the first to verify this fix
Sign in to verify this fix