answersLogoWhite

0

Compiler is system software

Updated: 10/3/2023
User Avatar

Wiki User

14y ago

Best Answer

Sometimes a compiler may be listed as system software. But, in general, a compiler falls under the heading of application software, because it is not necessary for the running or execution of the operating system, and that is what system software would be.

User Avatar

Wiki User

14y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

6y ago

It is much easier to write a computer program in readable code - for example, Python, C, Java, Pascal, etc. - than to look up the codes used by a specific type of CPU. Since the CPU cannot understand the human-readable language directly, a compiler is used to convert the source code (that which the user writes in human-readable format) into machine code.

This answer is:
User Avatar

User Avatar

Wiki User

13y ago

Compiler is a application software

This answer is:
User Avatar

User Avatar

Wiki User

8y ago

application software

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Compiler is system software
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Are languages and compilers application softwares?

No. A compiler is a system software. An application can be created using a language and a compiler. A language is what you write the software with.No. A compiler is a system software. An application can be created using a language and a compiler. A language is what you write the software with.No. A compiler is a system software. An application can be created using a language and a compiler. A language is what you write the software with.No. A compiler is a system software. An application can be created using a language and a compiler. A language is what you write the software with.No. A compiler is a system software. An application can be created using a language and a compiler. A language is what you write the software with.No. A compiler is a system software. An application can be created using a language and a compiler. A language is what you write the software with.No. A compiler is a system software. An application can be created using a language and a compiler. A language is what you write the software with.No. A compiler is a system software. An application can be created using a language and a compiler. A language is what you write the software with.No. A compiler is a system software. An application can be created using a language and a compiler. A language is what you write the software with.No. A compiler is a system software. An application can be created using a language and a compiler. A language is what you write the software with.No. A compiler is a system software. An application can be created using a language and a compiler. A language is what you write the software with.


Is compiler a system software or application software?

It is a system software.


Is compiler a part of operating system?

compiler basically translator of one language to desired languages...ex-c language to m/c redable format and os is a system software which provides interfaces between applicaton programs and hardware....so os is a interface unit system software and compiler just a translator....


Compiler and interpreter belongs to which category of software?

Both are "System Softwares".


Is linker a system software?

A linker is a component of a compiler. The entire compiler suite, including the linker, can be defined as system software, depending on the definition being used. Odds are, if you're working in the open source community, such as Linux, the linker is considered system software, while if you're working in the proprietary market, the linker is not considered system software. If you need a definitive answer, such as for a class, refer to your textbook for the "correct" answer.


What are the different kinds of software and how do they work?

two kinds of software are: 1.system software(interpreter,assembler,compiler) 2.application software(word processor,spreadsheet,accounting software) further improvement requested


What is a group of programs that coordinate and control the resources of a computer system called?

A group of programs that coordinate and control the resources of a computer system is called a system software. In other publications, it also includes software development tools like a debugger, linker or compiler.


Functions of a linker in system software?

A linker takes the object files produced by the compiler and links them together to form a single machine code executable.


Whether c language is a system software or application software?

The C language is used to create applications, but cannot be really called an application itself. It is a tool to create an application, and with a compiler, which is a piece of system software, it takes the language and creates an application with it by converting the language into a form a computer and operating system can understand.


What is the difference between java compiler and C compiler?

Greetings Technologist. The Java compiler compiles Java code, whereas the C compiler compiles C Code HTH Richard Wolf Software Architect


Is compiler a hardware?

Programming language compilers are application programs. In some publications, however, the term system software also includes software development tools (like a compiler, linker or debugger).


What is the difference between GCC compiler and turbo c compiler?

1. The Gcc compiler cna support multiple languages such as c,c++,Java,Fortran,Pascal etc.... Whereas in turbo c cpmpiler,it doesn't support multiple languages. 2. GCC compiler is a free software,... Whereas in turbo c cpmpiler , it is not a free software. 3. The GCC compiler is is a portable compiler,it runs on most plateform avilable today... Whereas in turbo c cpmpiler, it is not a portable compiler.