how is assembly language different from machine language
Answers
Answer:
Machine language is the low level programming language. Machine language can only be represented by 0s and 1s. ... Assembly language is the more than low level and less than high-level language so it is intermediary language. Assembly languages use numbers, symbols, and abbreviations instead of 0s and 1s.
ᴀssᴇᴍʙʟʏ ʟᴀɴɢᴜᴀɢᴇ :-
✯ Assembly language is only understand by human beings not by the computers.
✯ In assembly language data can be represented with the help of mnemonics such as Mov, Add, Sub, End etc.
✯ Assembly language is easy to understand by the human being as compare to machine language.
✯ Modifications and error fixing can be done in assembly language.
✯ Easy to memorize the assembly language because some alphabets and mnemonics are used.
✯ Execution is slow as compared to machine language.
✯ Assembler is used as translator to convert mnemonics into machine understandable form.
✯ Assembly language is the machine dependent and it is not portable.
ᴍᴀᴄʜɪɴᴇ ʟᴀɴɢᴜᴀɢᴇ :-
✯ Machine language is only understand by the computers.
✯ In machine language data only represented with the help of binary format(0s and 1s), hexadecimal and octadecimal.
✯ Machine language is very difficult to understand by the human beings.
✯ Modifications and error fixing cannot be done in machine language.
✯ Machine language is very difficult to memorize so it is not possible to learn the machine language.
✯ Execution is fast in machine language because all data is already present in binary format.
✯ There is no need of translator.The machine understandable form is the machine language.
✯ Machine language is hardware dependent.