-----------
are special type of programs that converts program written in
languages
other than machine
language to Machine Languages.
Answers
Answer:
A compoler
MARK ME AS BRAINLIST✌✌FOLLOW ME⚠️⚠️
Answer:
please mark me brainlist
Explanation:
ANSWER
A compiler translates a program written in a high level language into Machine Language.
A Compiler is a computer program that translates code written in a high level language to a lower level language, object/machine code. The most common reason for translating source code is to create an executable program (converting from a high level language into machine language).
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.
Machine language is the only language a computer is capable of understanding. ... Computer programs are written in one or more programming languages, like C++, Java, or Visual Basic. A computer cannot directly understand the programming languages used to create computer programs, so the program code must be compiled.
COBOL was the first high level language developed for business. Each statement in a high level language is a micro instruction which is translated into several machine language instructions. A compiler is a translator program which translates a high level programming language into equivalent machine language programs.