answersLogoWhite

0


Best Answer

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

User Avatar

Wiki User

13y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

11y ago

Source-code.

This answer is:
User Avatar

User Avatar

Anonymous

Lvl 1
3y ago

A program written in high level language would be called as source program.

This answer is:
User Avatar

User Avatar

Anonymous

Lvl 1
3y ago

source program

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is a program written in high level language called?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

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

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


What are high level languages how they differ from assembly languages?

HIGH LEVEL LANGUAGE The program weitten in English language which eassier to understand by user is called high level language. ASSEMBLY LANGUAGE The program written in symbolics form is called assembly language. In which the symbols are used like sub,mul,div, etc.it also called symbolic language. DIFFERENCE HIGH LEVEL LANGUAGE ASSEMBLY LANGUAGE 1) It is a source code. 1) It is a object code. 2) It is convertd in machine 2) It is convertd in machine language using compiler. language using assemblier.


What is assembly program?

An assembly program is a machine-dependent program written in a low-level symbolic code known as assembly language.


What are the individual instructions that you use to write a program in a high-level programming language called?

Statements.


Is the instructions programmers have written in a higher level language?

"BASIC" is not a program, it is a programming language. A particular BASIC-interpreter or IDE may have been written in a high level language, maybe even in BASIC (C is more plausible though).


What is the standard language for computer binary code called?

There is no standard language, this is why higher-level languages were invented - to provide a layer of abstraction. A program written in a high-level language such as C++ or Java will execute the same on a PC as it will on a Mac, despite the fact that they have different architectures and therefore the binary code will be different.


What is the name given to the type of program which turns a high level language into binary?

It's called compiler.


What is language is called middle level language?

Why is C called a Middle Level Language?


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.


What is the process of writing specific instructions in computer language called?

A machine code program. Machine code is the native language of the machine and the only language actually understood by the machine. However, program instructions can be written using a high-level programming language that the computer can translate into machine code using another machine code program called a compiler.


Which language is source program written?

The Java language derives much of its syntax from C and C++ but has a simpler object model and fewer low-level facilities


How do low level program languages interact with high level program languages?

Both must be translated into a common language. That language is machine code, the native language of the machine.