How are High-Level languages understood by a computer?
Answers
Answered by
5
Answer:
Machine language, or machine code, consists of binary code and is the only language that is directly understood by the computer. ... A compiler translates the entire program written in a high-level language to machine language prior to execution. An interpreter translates a program line by line during execution.
Answered by
0
With the help of compiler or interpreter, high level languages understood by a computer.
Explanation:
- Computer always understood the machine language.
- Machine language is also called as machine code or object code.
- Machine code is a binary code.
- Machine code is the only language, the computer is understood directly.
- Prior to execution, a compiler converts the entire program written in a high-level language to machine language.
- During execution, an interpreter helps to translates a program line by line.
- Python, PHP, Ruby, C# and Java are the few examples of high level language.
To Learn More...
1.High level language program is directly understood by the computer true or false
https://brainly.in/question/16363621
2.The only language that is understood by the computer is called asImmersive Reader Machine language High level language Assembly language Dynamic language
https://brainly.in/question/21622757
Similar questions