answersLogoWhite

0

Define and discuss high level programming languages?

Updated: 8/18/2019
User Avatar

Wiki User

14y ago

Best Answer

high level programming languages are languages that are given by the programmer to the system as a input and they are understandable by a programmer

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Define and discuss high level programming languages?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Generation of low level programming languages?

Yes.


What is meant by interpreter in programming languages?

An interpreter is programme that translates a high-level programming..


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

high level and low level


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.


What is c and c in computer programming?

C and C++ are both high-level programming languages.


C-programming language is a middle level language discuss?

There is no such thing as 'middle level language'.


Why is high level language preferred in modern programming?

High level programming languages are easier for humans to both read and maintain.


Do data processors separate the programming tasks from computer operation tasks?

No, high-level programming languages do that.


What are computer language translators Define each?

computer language translators are programming tools that translate high level languages into the machine language. they include:1)assembler-translates assembly language into machine language. 2)compiler-translates the high level languages into the machine language.


What are the twenty five high level languages?

There are a few thousands programming languages, pick any 25 of them.


How does C programming give access to low level memory?

Define 'low level memory' first.


Why is programming language important?

Programming languages are important because they....well...help us make programs :) High level programming languages are especially important because they help abstract away all of the little details that are required in low level languages.