The Main differences are given below
Machine language:
Machine language:
- The program is written form of zeros and ones
- It is difficult to understand the program
- The program is very large and complex
- The execution speed is low
- The program is different for different computers
- The chance of getting errors is more
- Their is no need of an assembler
Assembly language
- The program is written in form of mnenonics (Op codes)
- It is easy to understand the program
- The program is short and simple
- The execution speed is high
- The program is processor dependent
- The chance of getting errors is less
- Assembler is required to convert into machine language
Comments
Post a Comment