answersLogoWhite

0

High-level programming language compiled

Updated: 8/17/2019
User Avatar

Wiki User

13y ago

Best Answer

Some are and some are interpreted.

User Avatar

Wiki User

13y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: High-level programming language compiled
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

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 converts highlevel language into lomlevel language?

Compiler.


Difference between highlevel programming language and low level programming language and middle level programming language?

High level programming is drag & drop, easy peasy programming. In the objects you use to create something ( program, graphics). The components are made up of middle level programming. A language that is easier to remember than zeros & one's...which is a low-level language that integrated chips use to work.


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.


Whats the difference between a net programming language and a normal one?

A .Net programming language is compiled not into machine language but "IL", or "Intermediate Language." This "IL" is then run against the .Net runtime and is "Just In Time" compiled into machine language to run the actual operations. Contrast that with a "Normal" one, where the compiler turns the code into the machine language of the target instruction set.


High-level programming language intepreted?

EZtrieve and EZtrieve Plus are examples of a high level language that can be either compiled or run interpretive.


What is the name of the HTML compiler?

HTML is not compiled. It is not a programming language. It is open and read by a browser. The process is similar to what an interpreter would do.


Is ruby a native programming language?

No, Ruby is an interpreted language; it is not directly compiled to machine code, but instead is executed inside a virtual environment (the Ruby Runtime Environment).


Which language is c language?

If you mean what type of language is the C Programming language, it is a high-level, statically compiled, procedural programming language. It is often described as one of the most "low-level" of the high-level languages, in that is it very adaptable for programming "close" to the hardware, while still retaining the advantages of portability, flexibility, and human comprehesiblity common to high-level languages.


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.


What is qbasic programming?

QBasic is a programming language that was developed by Microsoft in the early 1990s. It is an interpreted language, which means that the code written in QBasic is not compiled into machine language before it is executed. Instead, it is interpreted by a program called a "compiler," which reads the code and executes it on the fly. QBasic is a simple, beginner-friendly language that is well-suited for learning the basics of programming. It is based on the older programming language BASIC (Beginners All-purpose Symbolic Instruction Code). It is not actively developed anymore, but still can be used for educational purposes.