answersLogoWhite

0

It are machine code and Assembly.

User Avatar

Amari Carter

Lvl 10
3y ago

Still curious? Ask our experts.

Chat with our AI personalities

BeauBeau
You're doing better than you think!
Chat with Beau
ReneRene
Change my mind. I dare you.
Chat with Rene
DevinDevin
I've poured enough drinks to know that people don't always want advice—they just want to talk.
Chat with Devin

Add your answer:

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

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.


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.


Difference between high level language and low level language and machine language in tabular form?

| Feature | High-Level Language | Low-Level Language | Machine Language | |------------------------|------------------------------|----------------------------|-----------------------------| | Abstraction Level | High (closer to human language)| Medium (closer to hardware) | Low (binary code for CPU) | | Readability | Easy to read and write | Less readable, more complex | Not human-readable | | Portability | Highly portable across platforms | Less portable, hardware-specific | Not portable, specific to architecture | | Examples | Python, Java, C++ | Assembly language | Binary code (0s and 1s) |


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.


What are the examples of middle level programming language?

binary language