Home  >  Article  >  What are the computer system resources managed by the operating system?

What are the computer system resources managed by the operating system?

王林
王林Original
2020-10-29 14:50:5545055browse

The computer system resources managed by the operating system include: central processing unit, main memory, external devices, data, and programs. The main functions of the operating system are: 1. Process management; 2. Storage management; 3. Device management; 4. File management; 5. Job management.

What are the computer system resources managed by the operating system?

The computer system resources managed by the operating system include: central processing unit, main memory, external devices, data, and programs.

(Learning video recommendation: java course)

The operating system (Operating System, referred to as OS) is a computer program that manages computer hardware and software resources. The operating system needs to handle basic tasks such as managing and configuring memory, determining the priority of system resource supply and demand, controlling input and output devices, operating the network, and managing the file system.

The operating system also provides an operating interface for users to interact with the system.

The operating system mainly includes the following functions:

1. Process management. Its main job is process scheduling. In the case of single user and single task, the processor is only for one user. Exclusively for one task, the work of process management is very simple. However, in the case of multi-programming or multi-user, when organizing multiple jobs or tasks, it is necessary to solve the problems of processor scheduling, allocation and recycling.

2. Storage management is divided into several functions: storage allocation, storage sharing, storage protection, and storage expansion.

3. Device management has the following functions: device allocation, device transmission control, and device independence.

4. File management: file storage space management, directory management, file operation management, and file protection.

5. Job management is responsible for processing any requirements submitted by users.

Related recommendations:Getting started with java

The above is the detailed content of What are the computer system resources managed by the operating system?. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn