the program is converted to what and by what
Answers
Answer:
The Programming Process
Computers do not understand human languages. In fact, at the lowest level, computers only understand sequences of numbers that represent operational codes (op codes for short). On the other hand, it would be very difficult for humans to write programs in terms of op codes. Therefore, programming languages were invented to make it easier for humans to write computer programs.
Programming languages are for humans to read and understand. The program (source code) must be translated into machine language so that the computer can execute the program (as the computer only understands machine language). The way that this translation occurs depends on whether the programming language is a compiled language or an interpreted language.
Hope it will help you!
Marked Me As Brainiliest.
#FollowMe
Explanation:
The program that converts high level language program in machine cøde at once is called compiler