answersLogoWhite

0

Examples for low level languages

Updated: 8/11/2023
User Avatar

Wiki User

13y ago

Best Answer

Low level languages can interact directly with the computer's basic functions and many low level tasks, hence the name low level language. Some examples include:

ASM (also known as Assembly)* is used to write Windows and Linux operating systems.

Machine code** is another one which requires no translation for the computer to understand, but it is almost never used because every function has to be perfect and the programmer must also memorize every command.

C is also a low level programming language, but is easier to use, a base for many high level languages and is used more frequently than the other two languages just mentioned.

Related Information:

* ASM looks like this:

fib: mov edx, [esp+8]

cmp edx, 0

ja @f

mov eax, 0

ret

** Machine code looks like this:

8B542408 83FA0077 06B80000 0000C383 FA027706 B8010000 00C353BB 01000000 B9010000 008D0419 83FA0376 078BD98B C84AEBF1 5BC3

User Avatar

Wiki User

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

Wiki User

9y ago

Low-level languages are those that do not have any abstraction regarding a computer. Examples include PL, BLISS, and extended ALGOL.

This answer is:
User Avatar

User Avatar

Wiki User

13y ago

A low-level programming language is a programming language that provides little or no abstraction from a computer's instruction set architecture. A good example of this would be C.

This answer is:
User Avatar

User Avatar

Wiki User

9y ago

Machine code, assembly language and C.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Examples for low level languages
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

Why Low level languages are called Low level?

It's a "low level" language because it works at the machine level, while higher level languages are built on top of it.


Examples of programming language?

There are hudreds of Programming languages out there.Examples: C++, GWbasic, C#, C++, HTML , Ruby etc.They're further categorized as "Low Level language" and "High Level Language".Low level languages are those languages which are closer to the binary language or in another words machine language. These are difficult for us to learn but it's easy for machine to execute quickly.Example of a low level language is assembly language.High level languages are those languages which are close to human language/natural language and are easy for us to learn.Examples of high level language are Python, Ruby, C++ , Java etc.


How many scripting languages are there?

Three type of languages High level Mid level Low level


What are high and low language give example?

Low-level languages, primarily assembly languages, are those with very little abstraction between the source code and the resultant machine code. They are generally machine-dependent languages; that is, they are non-portable between machine types. Each machine type has its own variant of assembly language and requires its own assembler. High-level languages have a high degree of abstraction between the source code and the resultant machine code. As such, they are generally machine-independent; the same source can be compiled or interpreted upon any machine with a suitable compiler or interpreter. C, C++ and Java are typical examples of high level languages.


What are some of the different types of software programming languages?

High level languages Mid Level Languages Low level languages High level languages: cobol, fortran etc Mid level languages: C, C++ Low level languages: assembly language

Related questions

What are examples of high lavel language?

The term high-level refers to the amount of abstraction between the code you write and the native language of the machine. Low-level code is a symbolic code that maps 1:1 with the machine code, thus assembly is a low-level language. All other languages that employ a compiler or interpreter to create the machine code are considered high level languages. However, C and C++ are examples of high-level languages that also allow low-level programming, and are often called mid-level languages for that reason.


Why Low level languages are called Low level?

It's a "low level" language because it works at the machine level, while higher level languages are built on top of it.


What is the level of assembly language?

Assembly languages are low level languages, sometimes also called machine-level languages.


Examples of programming language?

There are hudreds of Programming languages out there.Examples: C++, GWbasic, C#, C++, HTML , Ruby etc.They're further categorized as "Low Level language" and "High Level Language".Low level languages are those languages which are closer to the binary language or in another words machine language. These are difficult for us to learn but it's easy for machine to execute quickly.Example of a low level language is assembly language.High level languages are those languages which are close to human language/natural language and are easy for us to learn.Examples of high level language are Python, Ruby, C++ , Java etc.


How many scripting languages are there?

Three type of languages High level Mid level Low level


What are low-level languages?

Low-level languages are one of two major types of programming languages. They are more similar to machine language, which is the language that computers understand directly; as opposed to high-level languages which are similar to English as humans speak.


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

high level and low level


Generation of low level programming languages?

Yes.


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.


What are the 2 levels of computer science program languages?

High-level and low-level.


What are examples of low level questions?

monalisa


What are high and low language give example?

Low-level languages, primarily assembly languages, are those with very little abstraction between the source code and the resultant machine code. They are generally machine-dependent languages; that is, they are non-portable between machine types. Each machine type has its own variant of assembly language and requires its own assembler. High-level languages have a high degree of abstraction between the source code and the resultant machine code. As such, they are generally machine-independent; the same source can be compiled or interpreted upon any machine with a suitable compiler or interpreter. C, C++ and Java are typical examples of high level languages.