Science Teacher Question:
Do you know what is the difference between a sequential file and a random file?

Answer:
Sequential file access is the method employed in tape drives where the files are access in a sequential manner. So if you have to get a file in the end of the tape you have to start from the beginning till it reaches the beginning of the files…
Random access files are similar to the one in Hard Disks and Optical drives, wherever the files is placed it will go to that particular place and retrieve it.
Random access files are similar to the one in Hard Disks and Optical drives, wherever the files is placed it will go to that particular place and retrieve it.
Previous Question | Next Question |
Please explain why we use File Handling? | Explain how would you deal with students who are constantly off-task? |