Computer Science, asked by athulvsabu, 1 year ago

what is the need of operating system for the computer system?Explain the file management,I/O and memory management in the context of operating system with the help of example.

Answers

Answered by rahul1232
1
An Operating System (OS) is a collection of software that manages computer hardware resources. Without a computer operating system, a computer would be useless.


File management system is the manager in the OS that creates the illusion that there are files and folders being stored in computer memory.


I/O management : OS manages the input and output of all programs running under its control.

Memory management : It is responsible for the efficient usage of main memory, especially in a multiprogramming environment where processes contend for memory.
Similar questions