Lecture 13- Data Organization on Files Flashcards
1
Q
Magnetic disks and SSDs are ?
A
Block structured
2
Q
What are some assumptions of file organization?
A
- No record is larger than a block
- Each record is entirely contained in a single block
- No record is contained partly in one block and partly in another
3
Q
What are the different types of file organization?
A
- Heap file
- Sorted file
- Index file
4
Q
A