What are advantages and disadvantages of machine level language?
- Advantages:
- It is machine dependent and written binary code so there is no need of language translators.
- Disadvantages:
- Machine level language is machine dependent language.
- It is very long.
- It is time consuming.
- It is very difficult to write progams.
- Each and every code should be remembered.
- It is difficult to find bug in the program.