answersLogoWhite

0

Low level programming language is a language that is not very abstracted from hardware layer.

Programming in low level languages usually requires manual memory management, use of pointers, and in case of assembler - CPU instructions themselves. This makes the programming much more difficult than using a high level language where these issues are taken care of for you.

However in general it is possible to write much 'tighter' code in low level languages. Where tighter means:-

smaller number of instructions

Better use of memory

Faster in execution.

User Avatar

Wiki User

14y ago

What else can I help you with?

Related Questions

Is the B programming language a high or low level programming language?

The B programming language is a high-levelprogramming language.


Is C considered a high-level or low-level programming language?

C is considered a high-level programming language.


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.


Difference between highlevel programming language and low level programming language and middle level programming language?

High level programming is drag & drop, easy peasy programming. In the objects you use to create something ( program, graphics). The components are made up of middle level programming. A language that is easier to remember than zeros & one's...which is a low-level language that integrated chips use to work.


Is XML low-level language?

xml is a markup language, it is not a programming language.


What is the main feature of the c programming language?

High-level language with low-level abstractions.


Examples of Low-Level Programming Language?

Machine code & Assembly 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 are the example of low-level programming language?

It are machine code and Assembly.


What type of programming language does assembly language use?

Assembly language uses a low-level programming language that directly corresponds to machine code instructions.


0's and 1s is Low-level programming language?

it is called binary code and this is the lowest level programming language you can track it by looking at a switch or a register in memory


What is the difference between high level language and low level language?

A programming language that is machine-independent is called a "high-level" language - this includes Java, C++, Python, etc. A programming language that is machine-dependent is called a "low-level" language. For PCs, this usually includes assembly, binary code or some proprietary languages on embedded devices.