Compare with assembly language and high level language
Answers
Answered by
1
assembly language:
1. difficult to learn
2. used of mnemonic like add ,store etc
3. used in making object code
4. low level language
high level language
1. easy to learn
2. human understands
3. high level language
1. difficult to learn
2. used of mnemonic like add ,store etc
3. used in making object code
4. low level language
high level language
1. easy to learn
2. human understands
3. high level language
Answered by
1
A high level language is much more abstract, which must be compiled/translated into machinelanguage. Assembly languages affect the hardware (memory) with every command. ... Think of it as the "middle man" between machinelanguage/binary and high-level languages. It is what allows the machine to interact with the user.
Similar questions