Computer Studies
Differentiate between Machine Level and Assembly Level Languages
Computer Categories
33 Likes
Answer
| 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. |
Answered By
21 Likes