Home  >  Article  >  What kind of software does a high-level language compiler belong to?

What kind of software does a high-level language compiler belong to?

尚
Original
2020-03-03 13:54:0517053browse

What kind of software does a high-level language compiler belong to?

#Compiler programs for computer high-level languages ​​belong to system software.

Compiler (compiling program), also called a compiler, refers to a translation program that translates a source program written in a high-level programming language into an equivalent target program in machine language format.

The compiler is a translation program implemented using a generative implementation approach. It takes a source program written in a high-level programming language as input, and a target program expressed in assembly language or machine language as output.

The compiled target program usually has to go through the running stage in order to run with the support of the running program, process the initial data, and calculate the required calculation results.

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 to schedule, monitor and maintain computer systems; it is responsible for Manage various independent hardware in a computer system so that they can work in harmony.

Generally speaking, system software includes the operating system and a series of basic tools (such as compilers, database management, memory formatting, file system management, user authentication, driver management, network connection, etc. ), is that part of the software that supports the normal operation of the computer system and enables user operations.

The above is the detailed content of What kind of software does a high-level language compiler belong to?. 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