Ask Question

Programmers make use of what type of program in order to translate higher-level language statements into machine code?

+5
Answers (1)
  1. 9 March, 07:56
    0
    Compilers

    Explanation:

    Compilers are software applications designed for specific high level programming languages. That means; Java language has its compiler, C+ + has its own as well, Python has its own and this is the same for all the high level programming languages.

    The function of the compiler is to translate code that has been written by programmers in the high level language (Human understandable form) to Machine Code (0s and 1s) which is understood by our computers for execution
Know the Answer?
Not Sure About the Answer?
Find an answer to your question 👍 “Programmers make use of what type of program in order to translate higher-level language statements into machine code? ...” in 📗 Computers & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers