| Defragmentation
           When a file is stored on disc, it is stored in blocks.
          Each block may be stored in different areas of the disc.  
          When a file is accessed, the operating system looks up in the FAT
          (File allocation table) where on the disc the file starts. Each block
          of the file has a pointer to
          indicate the next block of the file...etc... 
          If a file is very fragmented it
          takes longer for the disc heads to move between blocks and the process
          of loading a file is slowed. 
             |