answersLogoWhite

0


Best Answer

The "machine language" and "assembly language" for each CPU architecture are the lowest-level programming languages.

The "Forth language" and the "C Programming language" are perhaps the most popular non-CPU-specific low-level programming languages. They were once considered high-level programming languages, and certainly they are at a higher level than assembly language, but now they are considered low-level programming languages when compared to the much higher-level languages available today (Python, Java, C++, etc).

Low-level programming languages provide little or no abstraction from the CPU's instruction set architecture; typically they interact with the hardware directly.

User Avatar

Wiki User

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

Wiki User

11y ago

Low-level programming languages are those that expose the hardware or OS API layers directly. The classic example of a low-level language is assembler, which turns mnomonics into literal machine code instructions without any significant processing. Any language which translates source code into machine code line for line is considered a low-level language. These languages are considered non-portable, since the exact code for one CPU will not work on a different class of CPUs. For example, a RISC processor cannot run x86 instructions, and so a different source code would be required when using a low-level language.

This answer is:
User Avatar

User Avatar

Wiki User

8y ago

Low-level languages are those where there is very little abstraction between the human-readable source code and the native machine code. Assembly language is as low as it gets without writing the machine code entirely by hand. Due to their low-level nature, low-level languages are non-portable. The more abstract the language the more portable it tends to be, however some languages, such as C and C++, while primarily high-level, are also capable of producing highly efficient low-level code, and are therefore regarded as being intermediate languages.

This answer is:
User Avatar

User Avatar

Wiki User

15y ago

q basic , c++ programming, and data structure

This answer is:
User Avatar

User Avatar

Wiki User

11y ago

C is sometimes considered a "Low Level Programming Language", though it is somewhat subjective. I would consider assembly to be the lowest level yet human readable programming language.

This answer is:
User Avatar

User Avatar

Wiki User

13y ago

Machine Language. Example: 110001111001................... in 8085. You need to know each instruction code(hex code) to write down a program in it.

This answer is:
User Avatar

User Avatar

Wiki User

15y ago

examples of low level language

This answer is:
User Avatar

User Avatar

Wiki User

13y ago

Assembly, machine code.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What are the example of low level programing language?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

What are the characteristics of high level languages?

What is high level programming language?The programming language that are close to human language are called high level programing languages. The characteristics of high level languages:Easy to learnEasy to find errorsMachine-IndependentAvailability of Library FunctionsShorter ProgramsWell-Defined Syntax and StandardSource code understandable by any other programe(Work by "Mamoon Aslam". E-mai:mamon_aslam@yahoo.com)


What is low level programing languages?

The programs written in Machine codes (like hexadecimal codes) are the Low level programs. These are understood only by the Microprocessor they are written for and written on. Whereas the High level programs are written in English like languages which are human redable.


The complexity and advantages of Basic programming language over a low-level language?

gw basic is a programing language that allows us to operate computer and compute the statements and coomands that we want to.gw basic is an easy language which a simple person can understad.a programer can create his/her own programes using gw basic.


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.


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.

Related questions

What is the classifications of programming languages?

There are only 2 types of language - 1. High level:- All language which we are using comes in this category. 2. Low level:- This are the language which is used for system programing.


What is an example of a low-level language?

Machine code.


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.


What is the example of low level language?

Machine Code, Assembly


Is assembly a low level language?

Yes, it's actually about as low level as you can get. An example of a high level langauge would be Java


What are the example of low-level programming language?

It are machine code and Assembly.


How to convert low level language into high level language?

lang are convert into low level language by


What are the characteristics of high level languages?

What is high level programming language?The programming language that are close to human language are called high level programing languages. The characteristics of high level languages:Easy to learnEasy to find errorsMachine-IndependentAvailability of Library FunctionsShorter ProgramsWell-Defined Syntax and StandardSource code understandable by any other programe(Work by "Mamoon Aslam". E-mai:mamon_aslam@yahoo.com)


What is low level programing languages?

The programs written in Machine codes (like hexadecimal codes) are the Low level programs. These are understood only by the Microprocessor they are written for and written on. Whereas the High level programs are written in English like languages which are human redable.


Why C language is called mid level language justify with an example?

C language support bit-level manipulation that are normally done in assembly or machine level language. C reduce the gap between high level and low level language. So, it's called as middle level language.


The complexity and advantages of Basic programming language over a low-level language?

gw basic is a programing language that allows us to operate computer and compute the statements and coomands that we want to.gw basic is an easy language which a simple person can understad.a programer can create his/her own programes using gw basic.


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.