answersLogoWhite

0

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.

User Avatar

Wiki User

14y ago

Still curious? Ask our experts.

Chat with our AI personalities

CoachCoach
Success isn't just about winning—it's about vision, patience, and playing the long game.
Chat with Coach
ViviVivi
Your ride-or-die bestie who's seen you through every high and low.
Chat with Vivi
EzraEzra
Faith is not about having all the answers, but learning to ask the right questions.
Chat with Ezra
More answers

They is machine code and Assembly.

User Avatar

Wiki User

15y ago
User Avatar

low level language is the machine language, that is also called the object code, object code is only understandable by the machine or system but not understandable by the humans

User Avatar

Wiki User

13y ago
User Avatar

Add your answer:

Earn +20 pts
Q: What is low level programing 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.


How many scripting languages are there?

Three type of languages High level Mid level Low level


What are the example of low level programing language?

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.


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

High level languages are easier for humans to read and program in. They are usually machine independent, and most have a wide variety of programming libraries available for common functions. Low level languages are usually machine specific, such as assembly languages. They lack programming libraries.


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.