Computer Science, asked by harshitauy, 8 months ago

compiler helps in translation of​

Answers

Answered by kishanshing8727
1

Answer:

The name compiler is primarily used for programs that translate source code from a high-level programming language to a lower level language (e.g., assembly language, object code, or machine code) to create an executable program. However, there are many different types of compilers.

Answered by stalwartajk
0

Answer:

Specifically a compiler translates code written in a high-level programming language into machine code that a computer can understand and execute. It converts human-readable code into machine-readable code and allows software developers to write code in a high-level language

Explanation:

Frankly compiler is a software program that translates source code written in a high-level programming language into machine code that can be executed by a computer. The process of translation involves several stages including lexical analysis, syntax analysis, semantic analysis, code generation, and optimization.

Moreover in essence, a compiler helps in the translation of high-level programming languages such as C++, Java, Python, and others into low-level machine code. This translation process involves the conversion of human-readable code into machine-readable code that the computer can understand and execute.

Once the code is compiled, it can be executed on any platform or operating system that supports the target architecture. This makes the compiler an essential tool for software developers as it allows them to write code in a high-level language and have it executed efficiently on different hardware platforms without having to worry about the low-level details of the machine's instruction set.

Learn more about compiler: https://brainly.in/question/219629

Learn more about programming languages: https://brainly.in/question/6128839

#SPJ6

Similar questions
English, 8 months ago