Computer Science, asked by reshmibaskaran3665, 11 months ago

Compare assembly language and high level language.

Answers

Answered by Yatharth2007
0

Assembly language-

Assembly language uses Assemblers to convert assembly language into machine language.It uses mnemonic codes.It is machine dependent. It is also regarded as low level language. For e.g. Add is represented as ADD.

HIGH LEVEL LANGUAGE-

It is user friendly.It uses English words and mathematical operators.It is regarded as high level language.It is machine independent.It uses translators

compiler and interpreter to convert high level language into machine language.what example Java, c++, basica ,qbasic etc.

Similar questions