InterviewSolution
Saved Bookmarks
| 1. |
Difference betwwen sequential file organization and dorectory file organization |
|
Answer» ) Random file organization method is faster because RECORDS are stored and accessed directly as opposed to sequential file organization method which is slower since records are read and written one after another in a sequential order. |
|