machine language vs assembly language vs high level language
Answers
Answer:
Machine language
Machine language is formed of 0 and 1 and it is not human readable language. So only machine can understand. So whatever language you use to write code that code is converted into machine level language for making it machine understandable.
Assembly language
Assembly language is a language which is used in writing codes for microprocessor. It is also a kind of low level language and they are also not that human readable until u know their syntax and implementation. Like if u wrote some code in assembly language for microprocessor 8086.
Google for more information.
High level language
High level languages are very much developer/human understandable and these are the types of languages which are widely famous now. Example : Python, Javascript, etc
Note: C and C++ are not high level language as they are considered middle level languages.
Explanation:
Hope this helps...pls mark as brainlist