answersLogoWhite

0

What is high-level language compiled?

Updated: 12/23/2022
User Avatar

Adelxever

Lvl 1
13y ago

Best Answer

Compiling a high-level language means that the high-level source code (what is typed by the programmer) is being converted to machine code (binary, i.e. 0's and 1's) that the local computer can execute. In interpreter languages, the source code is first converted to byte code, which is either run directly (slower, but very portable), or interpreted by a virtual machine (see JVM) into machine code, and then executed (faster, but somewhat less portable). If an error is found the compilation stops and the errors are displayed.

User Avatar

Wiki User

13y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is high-level language compiled?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

Is a code written in Eiffel programming language compiled or interpreted?

Compiled.


What is a programming language for the PS2?

High Level Compiled Language


What is an informal language that has no syntax rules and is not meant to be compiled or executed?

pseudocode


What is the Difference between verilog and vhdl language?

C is a high level language that is compiled into machine language for specific system. The system implements some sort of state machine that can process the compiled machine language. In VHDL you have to design the statemachine itself. Furthermore VHDL is compiled into logic primitives that could be built by logic gates which itself could be realized with transistors. C is a programming language. VHDL is a hardware description language.


How browser compile HTML code?

HTML is not compiled. It is not a programming language. Code is parsed or rendered by the browser to display the page. It reads the tags and formats the page according to what the user wants.HTML is not compiled. It is not a programming language. Code is parsed or rendered by the browser to display the page. It reads the tags and formats the page according to what the user wants.HTML is not compiled. It is not a programming language. Code is parsed or rendered by the browser to display the page. It reads the tags and formats the page according to what the user wants.HTML is not compiled. It is not a programming language. Code is parsed or rendered by the browser to display the page. It reads the tags and formats the page according to what the user wants.HTML is not compiled. It is not a programming language. Code is parsed or rendered by the browser to display the page. It reads the tags and formats the page according to what the user wants.HTML is not compiled. It is not a programming language. Code is parsed or rendered by the browser to display the page. It reads the tags and formats the page according to what the user wants.HTML is not compiled. It is not a programming language. Code is parsed or rendered by the browser to display the page. It reads the tags and formats the page according to what the user wants.HTML is not compiled. It is not a programming language. Code is parsed or rendered by the browser to display the page. It reads the tags and formats the page according to what the user wants.HTML is not compiled. It is not a programming language. Code is parsed or rendered by the browser to display the page. It reads the tags and formats the page according to what the user wants.HTML is not compiled. It is not a programming language. Code is parsed or rendered by the browser to display the page. It reads the tags and formats the page according to what the user wants.HTML is not compiled. It is not a programming language. Code is parsed or rendered by the browser to display the page. It reads the tags and formats the page according to what the user wants.

Related questions

What converts highlevel language into lomlevel language?

Compiler.


Is lisp is both compiled and interpreted language?

Lisp is both compiled and interpreted language.


Is a code written in Eiffel programming language compiled or interpreted?

Compiled.


What is common language specification in .net?

The Common Language Specification (CLS) is a set of rules that .NET languages follow to ensure compatibility and interoperability. It defines a common subset of features that language designers must adhere to in order to allow different .NET languages to communicate with each other. By following the CLS, developers can create libraries that can be used across different .NET languages.


Is VB script language an interpreted or compiled language?

Interpreted.


What is a programming language for the PS2?

High Level Compiled Language


What are the characteristics of markup language?

interpreted not compiled


What are the interpreter in c plus plus?

C++ is a compiled language, not an interpreted language.


Is C plus plus interpreted or compiled?

C++ is conventionally regarded as a compiled language, however there's nothing in the language itself that prevents it from being interpreted.


How C is a compiled language?

LUN par vajo...................


Is c plus plus a complied or interpreted language?

C++ is generally a compiled language.


High-level programming language compiled?

Some are and some are interpreted.