Differences between machine language assembly language and high level language in a tabular form
Answers
Answered by
7
Machine level language is also known as low-level language. This language is only by the CPU. It consists of bits(0,1). The full form of the bit is binary digit.
1 bit = 0 or 1
High level language is human understandable language. It cannot be understood by CPU. Our commands which are in high-level language are converted into low level language by compiler, interpeter etc.
Most of our programming languages are high level languages.
Assembly language: It is a programming language which is used in construction of architecture of a company. They are also human understandable but it is hard to execute. C language can be used for assembling.
Hope it helps.
1 bit = 0 or 1
High level language is human understandable language. It cannot be understood by CPU. Our commands which are in high-level language are converted into low level language by compiler, interpeter etc.
Most of our programming languages are high level languages.
Assembly language: It is a programming language which is used in construction of architecture of a company. They are also human understandable but it is hard to execute. C language can be used for assembling.
Hope it helps.
Answered by
9
Answer:
➡This language is needed to be translated to convert mnemonics into machine-understanble form.
WHEREAS,
➡As, this language is already in machine-understanble form, it doesn't need to be translated.
Similar questions