Concept:Programming languages are grouped into three levels according to how close they are to the computer or to human language.
Explanation:The low-level language, often called machine language, is the lowest level. It uses binary
0s and
1s, and it can be executed directly by the computer.
Assembly language is the next level. It uses simple commands and symbols to represent instructions, which makes it easier for programmers to use than machine language.
High-level language is the highest level. It uses familiar English-like codes and requires a compiler or interpreter to translate programs into machine language. Examples include C++, Python, and Java.
Therefore, the three levels are low-level language, assembly language, and high-level language.
Answer:Option A: assembly language, low level language and high level language.