Saved Bookmarks
| 1. |
How is a machine language different from assembly language |
|
Answer» MACHINE language is WRITTEN using 0 and 1 (binary digits) it is directly understood by the COMPUTER . ASSEMBLY language is written using symbolic keywords and operands it is not directly understood by the computer THEREFORE the assembler software converts assembly language into the machine language |
|