Explain three disadvantages of low level languages.
Answer:
- Difficult to use and learn: the language is mostly in binary form.
- Advanced: the syntax is strict and therefore requires highly skilled programmers to develop and maintain it.
- Debugging is difficult: this is because the code is not structured.
- Not portable: the language is machine dependent.