Computer software is generally divided into two categories: system software and application software. System software is responsible for managing various independent hardware in a computer system so that they can work in coordination; application software is software developed for a specific purpose.
Computer software is generally divided into two categories: system software and application software:
System software
System software refers to a system that controls and coordinates computers and external devices, and supports the development and operation of application software. It is a collection of various programs that do not require user intervention. Its main function is scheduling , monitor and maintain computer systems; responsible for managing various independent hardware in computer systems so that they can work in harmony. System software allows computer users and other software to treat the computer as a whole without having to consider how the underlying hardware works.
System software is usually included with the computer system when it is purchased, and can also be installed separately as needed.
The main features of the system software are:
It has strong interactivity with the hardware
It can share resources Scheduling management
can solve the coordination problems existing in concurrent operation processing
The data structure is complex and the external interfaces are diverse, making it easy for users to repeat Using
Application software
Application software (Application) corresponds to the system software and is a variety of programming languages that users can use , and a collection of application programs compiled in various programming languages, divided into application software packages and user programs. An application software package is a collection of programs designed to use computers to solve certain types of problems, mostly for users to use.
Application software is that part of software provided to meet the application needs of users in different fields and problems. It can broaden the application fields of computer systems and amplify the functions of hardware.
The above is the detailed content of Software is divided into two categories: system software and what?. For more information, please follow other related articles on the PHP Chinese website!