- #36
DaveC426913
Gold Member
- 23,121
- 6,801
This is quite true.theName() said:I think data is an abstraction. It is meaningless, by itself, but definable within a system. data in a computer, is whatever we define it to be.
Sometimes someone will ask me what particular file is that they don't recognize and can't open with any known program. I suggest they open it in Notepad to see what's in it.
They look surprised "You can do that?"
"Of course (though it might appear to be gobbledegook). All bytes are merely 0-255; it is merely a matter of how they are interpreted. Notepad happens to assign them ASCII letters. Another program might assign them colours. Regardless, they're still just 0-255. The file is interpretation-agnostic. It doesn't know how its data will be interpreted by any given program (although the file can make suggestions, such as "my data is only meaningful as ASCII")
Information = data with meaning.
Last edited: