Multiple choice

'DOS' floppy disk does not have

  1. a boot record

  2. a file allocation table

  3. a root directory

  4. virtual memory

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

DOS floppy disks contain essential file system structures including a boot record (for loading the OS), a file allocation table (for tracking file locations), and a root directory (for organizing files). However, virtual memory is a memory management technique used by modern operating systems to extend RAM using disk space, which DOS floppy disks do not implement.