InterviewSolution
Saved Bookmarks
| 1. |
Differentiate File Structure From Storage Structure. |
|
Answer» Basically, the key difference is the memory area that is being ACCESSED. When dealing with the structure that RESIDES the MAIN memory of the computer system, this is REFERRED to as storage structure. When dealing with an AUXILIARY structure, we refer to it as file structure.
Basically, the key difference is the memory area that is being accessed. When dealing with the structure that resides the main memory of the computer system, this is referred to as storage structure. When dealing with an auxiliary structure, we refer to it as file structure.
|
|