Bradfordly1
- 17
- 0
Are computer files the only way a computer stores data/digital information?
At the most fundamental level, a computer does not store "files", it stores bits. Organization of strings of bits into what we think of as files is a macro construct of human invention whereas storage of bits is a coercion of nature by human designed electronics. Looked at another way, storage of bits can be performed in only a limited number of ways (electronics structures) but organization of strings of bits into files can be done in an unlimited number of ways and is completely arbitrary.Bradfordly1 said:Are computer files the only way a computer stores data/digital information?
phinds said:At the most fundamental level, a computer does not store "files", it stores bits. Organization of strings of bits into what we think of as files is a macro construct of human invention whereas storage of bits is a coercion of nature by human designed electronics. Looked at another way, storage of bits can be performed in only a limited number of ways (electronics structures) but organization of strings of bits into files can be done in an unlimited number of ways and is completely arbitrary.
the signalling convention just switches voltages between the ranges to represent 1s and zero,AFAIK the signalling convention most commonly used is of course that of electrical voltage ranges.Bradfordly1 said:In what way does it store these bits? I'm trying to imagine what it would look like to store electrical information.