answersLogoWhite

0

Use of premade and custom functions. Needs to be compiled. Can sometimes be parsed on the go (like PHP, ASP, and other server side languages).

User Avatar

Wiki User

16y ago

What else can I help you with?

Related Questions

Programming in High Level Language?

No. It's machine code and microcode.


What is compiler in computer programming?

A compiler is a program that translates high-level source code into low-level machine code.


What is high level programming?

High-level programming languages are closer to natural human languages as opposed to machine languages which are in any order of sequences for binary values. High-level languages almost always have to be compiled or interpreted into machine code. For interpreted languages, the process is the same but it involves a intermediary code called bytecode that is optimized compiled code that is specific to the interpreter that makes it faster to run the same code into machine code faster than if the interpreter has to do from high-level code from the beginning.


Characteristictics of high level programming?

The main characteristic of all high-level programming is portability.


What are the three basic programming languages?

Machine Code, Assembler, & High Level (FORTRAN, COBOL, C).


Is C considered a high-level or low-level programming language?

C is considered a high-level programming language.


Is COBOL a lower-level programming language?

No, it is a high-level programming language.


How the program statement and code are related?

A statement in your program is part of the code. In a low-level programming language, a statement will map directly to a single CPU instruction. In a high-level programming language, a statement is the smallest element of the language's syntax.


What is the function of a programming language?

Programming languages make it much easier for humans to create and maintain machine code programs. The computer itself handles the translation from the high-level languages we can understand to the low-level machine code that it can understand.


What is the meaning of ten high level programming language?

'ten' is a number; google for 'high level programming language'


What are the simalarities of high and low level programming?

high level language; is a computer language that is near to human language. high level programming is a process of programming high level language.Example,c++,java,cobol are one of them. The reverse is true for the low level language.


What is an Interpreter used for in programming?

An interpreter is a computer program that executes the instructions written in a high level programming language. It can also preform the translation of a high level language to equivalent machine level code. But unlike compiler, an interpreter will compile the code line by line, i.e. each line will be translated to machine level language.Read more: What_ias_computer_interpreter