answersLogoWhite

0

How high level program is executed?

User Avatar

Anonymous

10y ago
Updated: 8/19/2019

High-level programs cannot be executed directly, they must be compiled in advance of execution, or interpreted by a runtime program.

User Avatar

Wiki User

10y ago

What else can I help you with?

Related Questions

What is a program written in high level language called?

the program written in high level language is called "source program"


What is a program that translates a high level language like C plus plus to machine language?

A compiler. We can also use an interpreter to translate high-level code as it is executed, however in order to create a stand-alone executable we must use a compiler. A compiler is simply a program that translates high-level code to a lower-level code (but not necessarily machine code). For instance, the Java compiler emits Java byte code which is suitable for interpretation by the Java virtual machine.


A program written in a high-level programming language is called?

the program written in high level language is called "source program"


What are the 2 levels of computer science program languages?

High-level and low-level.


What is the program to convert Assembly level language to Higher level language?

There is no such program. Low level languages cannot be converted to high level languages. It's one-way only.


When does program become a process?

When it is executed.


Which type of translator program translates a high level language program on a line by line basis?

An interpreter.


What are high level and low level scheduling?

Explain briefly the meaning of an input-output (1/0) bound program, and a processor (CPU) bound program.


Is the high-level language is also an object oriented program?

Not necessarily. Any language with an object-oriented approach will be a high-level language, but a high-level language does not have to use an object-oriented approach.


How do you write assembly level language program in c?

Unless your particular C implementation allows for direct writing of assembly code, you can't. C is a high-level language and you usually cannot directly issue instructions to the processor. The assembly languages are a set of architecture-specific commands that can be directly executed by a processor.


What is a computer program made of?

A computer program contains instructions, to be executed by a computer.


A high level language program is saved on disk as what?

An executable file (*.exe)