Role of OS Flashcards
What are different versions of OS?
- Windows
- MacOS
- Linux
- Chrome OS
- Android and IOS (Mobile Devices).
What does an OS do? Name two components of an OS? And list 5 particular functions that an OS does.
- Serves as an Interface between hardware, software applications and the end-user.
- Kernel (Manages system resources) and User Space (manages applications and system utilites).
- Disk Management
- Process Management
- Memory Management
- Application Management
- Device Management
What is disk management? What is a one purpose of a disk partition?
i.e: Disk Partioning
- Managing and format storage devices as well as disk partitioning.
- Disk Partitioning is the process of dividing a storage disk into multiple but different areas which acts as it’s own storage device with a particrular purpose; it’s partition enables storage and organisation of data, installation of multiple os and segregate various types of files (file system management).
What is Process Management and how is it done?
- Process management is various programs being managed and executed by the os.
- This is partially due to process scheduling which schedules the CPU’s time for particular applications or programs to be executed.
What is Memory Management?
Is the management and allocation of memory to various processes.
What is Application management?
Is the control and running of various software applications with a particular purpose; Such as Word, Chrome, Calculator.
What is Device management?
Is the OS managing various devices by ensuring drivers provide communication between hardware and computer’s software applications and OS.