Operating Systems (History & Components) Flashcards
(8 cards)
What is the role of the BIOS?
Basic Input/Output System starts the computer and loads the OS into RAM.
What is the kernel?
Core part of the OS that manages communication between hardware, software, and memory.
What is the memory manager?
Allocates RAM to processes, ensures memory protection and sharing when needed.
What is the I/O (Input/Output) manager?
Handles communication between applications and hardware devices using device drivers.
What is the file system manager?
Organises files, manages read/write operations, and handles file permissions.
What is the backing store manager?
Controls the movement of data between main memory and secondary storage.
What is the process scheduler?
Manages CPU time allocation to processes based on scheduling policies.
What is resource allocation?
Assigns CPU, memory, and I/O devices to running programs efficiently.