|
Can a file hold any type of information that can be held in a main memory? A good answer might be:Yes. Files can hold any type of information that can be held in main memory. This is a result of the advantages of using binary. |
Files and HardwareAs far as the hardware of a computer system is concerned, all files look alike. Each file is regarded by hardware as a collection of bytes. (Remember that a byte is 8 bits.)
You can think of a hard disk as being like a bookshelf with many books on it---novels, picture books, text books, note books... The bookshelf works the same for all books, since all books are fundamentally alike. Of course some readers specialize in some kinds of books, but that is a "software" distinction, not a property of the "storage hardware." |
QUESTION 5:The program Notepad uses text files but can make no sense of a MS Word files. Does this mean that the files are fundamentally different? Click Here after you have answered the question |