answersLogoWhite

0


Best Answer

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.

User Avatar

Wiki User

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

Wiki User

11y ago

High-level languages have a syntax that allows complex sets of functions to be carried out with (relatively) simple commands. Low level languages are natively understood by computers, but rarely by humans, and involve long series' of simple commands.

A high-level language might do this:

$x = 5 * 3;

A low-level language might instead do this:

put 101 0x634FB22A

add 101 0x634FB22A

add 101 0x634FB22A

nam "$x" 0x634FB22A

These of course are examples and should be expected to work, but they give the general idea.

This answer is:
User Avatar

User Avatar

Wiki User

9y ago

give me most popular low level level programming languages

This answer is:
User Avatar

User Avatar

Wiki User

14y ago

Assembly and Pascal.

This answer is:
User Avatar

User Avatar

Wiki User

11y ago

C++Java

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What are high and low language give example?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

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


How to convert low level language into high level language?

lang are convert into low level language by


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

The B programming language is a high-levelprogramming 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 high level language and low level language in tabular form?

high level language are easier to learn


What is an example of a low-level language?

Machine code.


Example for high severity and low priority?

High


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 is the difference between High German and Low German?

High German and Low German are two different branches of the German language. High German is spoken in the central and southern regions of Germany, while Low German is spoken in the northern regions and the Netherlands. High German is the standard form of the language, while Low German has many dialects and variations.


What is the example of low level language?

Machine Code, Assembly


What are the types of low level language?

cursing, high voice


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.