Answer :

Answer: Translator

Explanation:

each instruction written by programmer in another language must be converted (translated) to machine language in order to process, because computer understand only machine language( 0 and 1). that is translator.

A(n) _____ converts the programming instructions written by programmers into a language that the computer understands and processes.

  • Translator

A translator is a thing which helps the computer to convert source code into code that is in machine readable form.

As a result of this, when a code written in a high level language such as Java, Python, etc, into its native language which is the machine language which is made up of 0s and 1.

Read more here:

https://brainly.com/question/23982268