Skip to content
Home » Operating Systems » Page 2

Operating Systems

File Concepts

  • by

To a user, the file is the smallest unit of storage on a computer system. The user performs file operations such as open, close, read,… Read More »File Concepts

Paging

  • by

Paging allows the physical address space of a process to be non-contiguous. It avoids the external fragmentation and there is no need for compaction. Fragmentation… Read More »Paging

Multilevel Queue

  • by

A multilevel queue is suitable when the processes are classified in groups. The multilevel queue scheduling algorithm partition the queue into several separate queues. Each… Read More »Multilevel Queue