213k views
5 votes
________ are used to translate each source code instruction into the appropriate machine language instruction.

User Shudy
by
6.3k points

1 Answer

5 votes

Answer:

compillers

Step-by-step explanation:

computer programs belong in three classes; these are

Machine language (0s and 1s)

Assembly language and Highlevel languages

The popular programming languages like Java, C, C++, Python etc are all examples of high level languages. When programs are written in these highlevel languages, the programs will require another special program called compillers to carryout a translation from the highlevel language to a machine level (0s and 1s) which is the level that is executable by computers.

User PiccolMan
by
6.0k points