118k views
1 vote
A program is a high-level one that has been converted to machine language

1 Answer

1 vote

Answer

TRUE

Step-by-step explanation

In a computer, high-level language programs are translated into machine language before they undergo execution. The Compiler is the computer program responsible for the translation of the written code in high level language to a lower level language also called machine/object code. The translation is performed to create an executable program.

User Abdallah Abdillah
by
5.3k points