Differentiate between Machine Level and Assembly Level Languages
Question :
Differentiate between Machine Level and Assembly Level Languages
Machine Level Languages | Assembly Level Languages |
Instructions are given as strings of binary digits (0s and 1s) | Instructions are given in terms of Mnemonics. |
No OP-Code is required | Mnemonics are further coded into OP-Code. |
It takes more time in coding instructions | It takes less time in coding instructions. |
No translator is required for execution. | A translator is required for execution. |