CO1: File-System Manipulation CO2: Context Switch Time

123456789101112131415
Across
  1. 3. – Attaching a filesystem to a directory tree.
  2. 6. – The state of a process at a given time.
  3. 7. – Core part of OS managing processes and files.
  4. 9. – Stores CPU context during a switch.
  5. 11. – Decides which process runs next.
  6. 13. – Delay caused during context switching.
  7. 14. – Access rights assigned to files or directories.
Down
  1. 1. – Detaching a filesystem from the directory tree.
  2. 2. – Specifies the location of a file in a directory hierarchy.
  3. 4. – Data structure holding file metadata in Unix systems.
  4. 5. – Removes a file from the filesystem.
  5. 8. – A running instance of a program.
  6. 10. – Operation to store data in a file.
  7. 12. – Operation to fetch data from a file.
  8. 15. – System call to access a file.