answersLogoWhite

0


Best Answer

Though it is much easier to code in a high level language, oftentimes access to more low-level functionalities are lost. For instance, the ability to communicate directly with the compiler and alter code before it gets transferred into machine code is lost. An example of this is the ability to optimize code in C, whereas the Java Compiler is a different deal altogether. Other abilities may include memory management, but mainly deal with behind-the-scenes architecture-related or runtime things.

User Avatar

Wiki User

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

Wiki User

14y ago

In low level langauges like Assembly, you are working with the lowest possible chunks of code you can, machine code. The higher the level of a language, the more abstractions you use to organize ideas, and therefore, the less efficient it can become. For example, a regular integer in C or C++ on a 32bit system is simply 4 bytes. It can only represent a certain range of numbers, however. In the even higher level language of python, a number is an arbitrary number of bytes and can be as big as it needs to be, but a number in python is slightly bigger than the same number in C or C++ because it's structured differently.

This answer is:
User Avatar

Add your answer:

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

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.


Why do high-level languages exist?

To do high level tasks


Define and discuss high level programming languages?

high level programming languages are languages that are given by the programmer to the system as a input and they are understandable by a programmer


How many scripting languages are there?

Three type of languages High level Mid level Low level


What are high level languages used to?

High level programming languages are used to instruct computers to perform complex tasks with a minimum number of instructions.


How many level computer languages?

Languages are usually classified at two levels, low level programming and high level programming, although some experts also make a distinction of very high level languages and very low level languages. So, depending on who you ask, there are either two, three, or four. The most common set is probably three: low, high, and very high.


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.


What are the classifications of programming languages according to each level?

high level and low level


Why must high level languages be translated?

High level languages cant be understood by the computer as it performs all tasks in binary form. So its necessary to convert high level language into machine oriented language


Who invented the high level languages?

Different languages were designed by different people, obviously.


What are the disadvantages of high water level?

Water logging will be common.


What are the 2 levels of computer science program languages?

High-level and low-level.