• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

CDs

Cristatus

Diamond Member
This is another thing I was thinking about (but at some other point it time, just could never be bothered to type it up).

The following is the abstract, I don't remember what my point was, but I do remember vaguely, hope it makes sense.

When CDs first came out, their storage was measured in terms of movie time, or words (i.e: words, not "A set of bits constituting the smallest unit of addressable memory")

Does this mean that if a probram is written on a cd, it takes so many words/letters to make the program?
 
Neverever heard a CD capacity define in "no. of words"
They did , for interest, said how many pages of books worth of information it can store.

Programs are compiled before they are published. Compiled programs are vastly different from readable source codes. You can't really specify that. Currently CDs are defined both by duration of music it can store, or number of bytes it can store (8 bit binary number)
 
Originally posted by: AnnihilatorX
Neverever heard a CD capacity define in "no. of words"
They did , for interest, said how many pages of books worth of information it can store.

Programs are compiled before they are published. Compiled programs are vastly different from readable source codes. You can't really specify that. Currently CDs are defined both by duration of music it can store, or number of bytes it can store (8 bit binary number)

I see what you mean.
 
You could, though, open, a binary file (eg jpeg, exacutable, etc) in a text editor and see ASCII characters, even though the binary is obviously not stored as ASCII. The text editor just splits the binary file into 8 bit segments, and represents each of these with the ASCII character that that 8 bit segment could be translated as.
 
Back
Top