A program that accept a symbolic language program and produces its binary machine language equivalent is called
Answers
Answered by
2
✍✍✍✍Answer:
Programs written in the machine language of a given type of computer can be directly executed by the CPU of that type of computer.
High-level language programs must be translated into machine language before they can be executed.
A Java interpreter is used to run the compiled Java bytecode program.
Answered by
0
An assembler is a program that accepts a symbolic language program and produces its binary machine language equivalent. The input symbolic program is called the source program and the resulting binary program is called the object program
Similar questions