InterviewSolution
Saved Bookmarks
| 1. |
What Is A Contig? |
|
Answer» CONTIG requests the primary space be allocated only on contiguous tracks and CYLINDERS that are all tracks on a cylinder are contiguous, and if more than one cylinder is NEEDED, the cylinders are ALSO contiguous. Always code CONTIG if TRACK overflow is used. CONTIG requests the primary space be allocated only on contiguous tracks and cylinders that are all tracks on a cylinder are contiguous, and if more than one cylinder is needed, the cylinders are also contiguous. Always code CONTIG if track overflow is used. |
|