Please enable JavaScript.
Coggle requires JavaScript to display documents.
MACHINE & ASSEMBLY LANGUAGE - Coggle Diagram
MACHINE & ASSEMBLY LANGUAGE
MACHINE LANGUAGE
low level programming language
represented by
0s
1s
aspects
understand by computers
represented with the help of
binary
octadecimal
hexadecimal
difficult to understand
no modifications and errors
difficult to memorize
fast execution
no need of translator
hardware dependent
ASSEMBLY LANGUAGE
intermediary level programming language
use
numbers
symbols
abbreviations
aspects
understand by humans
represented with the help of mnemonics
easy to understand
modifications and errors fixing
easy to memorize
slow execution
used as translator
is the machine dependent