answersLogoWhite

0


Best Answer

I do not know, ask your teacher.

Why, for example Python, PHP, Pearl and JavaScript work without compiler; C, Pascal, Cobol and Fortan work without interpreter.

None work "without assembler compiler and interpreter" so the question cannot be answered as asked because there is no answer.

If we want to write a program without an assembler, compiler or interpreter; it is an easy answer. You hand assemble, that is where you manually enter the machine code. In the early days this was the only way to program a computer. Having done some hand assembly I have to things to say about it.

1) it is not as hard as it might appear to be but it is painfully slow to do.

2) why bother when there are excellent compilers available.

User Avatar

Wiki User

13y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How high level computer language works without assembler compiler and interpreter?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Examples of computer language translators?

Assembler Interpreter Compiler


What is Language processor?

Language processors are language translation software like assembler, interpreter and compiler


How many language processors are there?

there are three types of language processors namely interpreter,compiler and assembler


What are the examples of compiler?

basically compiler is that convert an object code in to machine code and machine code is directly understood by a computer. assembler and interpreter are the examples of compilers. assembler is used to convert object code of assmebly language in machine code.


how many languages are there?

there are three types of language processors namely interpreter,compiler and assembler


What is the language processor?

Language processors are language translation software like assembler, interpreter and compiler


How can text be converted into a language that computers understand?

Source code is translated into machine code by an interpreter, a compiler or an assembler, depending on the language that was used to write the source code.


Who converts the computer language into machine language?

A compiler or interpreter converts high-level programming languages into machine code that can be understood and executed by the computer's hardware.


Similarities between compiler interpreter assembler?

Both are use to convert high level languages into machine language


Is there any programming language that does not use compiler or interpreter?

Not really. You need some program to interpret your source code. There is the "assembler", but that can be thought of as a simpler version of a compiler - simpler, because the assembler basically just converts the source code instructions one-to-one to machine instructions.


Description on compiler and assembler with block diagram and figures?

Most of the compiler's that are used to compile programs is coded with the old assembler language. Assembler is also the older language which is used in the old Mainframe environment


What is a compiler and an interpreter?

a compiler translates an entire program and then executes it while an interpreter translates and executes one line of a program at time