answersLogoWhite

0


Best Answer

There are several disadvantages in low level programming languages

  1. It is very difficult to learn the language.
  2. It is very difficult to program in low level language.
  3. It is difficult to understand the pre-existing program if it is written in low level language.
  4. It is difficult to modify the program.
  5. It is difficult to debug the programs.
  6. It is difficult to fix the errors in the program.
  7. It is difficult to find and fix the semantic errors.
User Avatar

Wiki User

13y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

13y ago

When you use a high level language you are essentially using methods and components of lower level languages without ever knowing it. The advantage is that you can write code in C or Java without knowing how the registry files write and read. This is called levels of abstractions, because you don't need to know how the underlying hardware or software works for you to be able to use the language. The disadvantage of it is that if you are going for performance and/or are on a tight space requirement lower level languages like assembly are better for that. They will use less clock cycles to get the same job done.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What are the disadvantages of low level language?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How to convert low level language into high level language?

lang are convert into low level language by


Disadvantages of high level languages?

I takes a big knowledge about that compiler. The programmer should be well educated person to do with this language.


What is mid level language?

A language that allows you to combine high-level programming with low-level programming. C and C++ are generally regarded as being mid-level languages.


What is meant by low level language?

A low level language is one where there are only a few (or even only one) instruction(s) per line of code. Assembler is an example of a low level language.


Dis advantage of High-level programming language?

A program written and compiled with a high-level programming languages is slower, and takes up more space, than one created with a low-level programming language.However, the benefits usually far outweigh these disadvantages. It is much more work to write a decent program in a low-level language.A program written and compiled with a high-level programming languages is slower, and takes up more space, than one created with a low-level programming language.However, the benefits usually far outweigh these disadvantages. It is much more work to write a decent program in a low-level language.A program written and compiled with a high-level programming languages is slower, and takes up more space, than one created with a low-level programming language.However, the benefits usually far outweigh these disadvantages. It is much more work to write a decent program in a low-level language.A program written and compiled with a high-level programming languages is slower, and takes up more space, than one created with a low-level programming language.However, the benefits usually far outweigh these disadvantages. It is much more work to write a decent program in a low-level language.


Why will you prefer low level language to a high level language?

A high level language naturally assumes the intentions of the programmer and thus blocks off many otherwise possible methods. For those that prefer to have a high level of control, a low level language is the obvious choice. The level of the language is inversely proportionate to the degree of control the programmer has. ie. low level language = high level of control, and vice versa.


What is High Level Languages and Low Level Languages?

High-level and Low-level term are used to differ any computer programming language whether it is easily understandable to human or not.High Level Language means the language is easily understandable, andLow Level Language means the language is more to a machine language than human understandable language.High-level and Low-level term are used to differ any computer programming language whether it is easily understandable to human or not.High Level Language means the language is easily understandable, andLow Level Language means the language is more to a machine language than a human understandable language.


Is Database a low level language?

No.


What is a low level of language?

c


Difference between high level language and low level language in tabular form?

high level language are easier to learn


What are the simalarities of high and low level programming?

high level language; is a computer language that is near to human language. high level programming is a process of programming high level language.Example,c++,java,cobol are one of them. The reverse is true for the low level language.


What converts assembly language into low-level language?

An assembler.