answersLogoWhite

0


Best Answer
User Avatar

Wiki User

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

Wiki User

11y ago

high level programing language means ,it is human readble language or human understandble language for example java,c++....etc

the syntax of java,c++ are understand by us because it is in english or french thats why we called as high level language

coming to c language it is midile level language because it can implimented by high level and low level combined together. means in programming we use machine level code also at somewhere that's why both high level and low level are both exit in c language called midile level language.pinters concept is represent lowlevel language concept

functions concept refers high level language concepts,modualar programming both are exit in c that's we called like.

This answer is:
User Avatar

User Avatar

Wiki User

11y ago

The basic idea of a "high-level programming language" is that you need less instructions to achieve the same thing, compared to a lower-level language. As an example, a single SQL instruction might combine data from two tables, sort records, combine records (and total certain columns). The database in this case worries about all the details; you tell it what to do, but not how to do it.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What are the characteristics of high level languages?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Why do high-level languages exist?

To do high level tasks


Define and discuss high level programming languages?

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


How many scripting languages are there?

Three type of languages High level Mid level Low level


How many level computer languages?

Languages are usually classified at two levels, low level programming and high level programming, although some experts also make a distinction of very high level languages and very low level languages. So, depending on who you ask, there are either two, three, or four. The most common set is probably three: low, high, and very high.


What are high level languages used to?

High level programming languages are used to instruct computers to perform complex tasks with a minimum number of instructions.


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

high level and low level


Why must high level languages be translated?

High level languages cant be understood by the computer as it performs all tasks in binary form. So its necessary to convert high level language into machine oriented language


Who invented the high level languages?

Different languages were designed by different people, obviously.


What are the 2 levels of computer science program languages?

High-level and low-level.


What are the Characteristics of a high level programming code?

Use of premade and custom functions. Needs to be compiled. Can sometimes be parsed on the go (like PHP, ASP, and other server side languages).


What is the program to convert Assembly level language to Higher level language?

There is no such program. Low level languages cannot be converted to high level languages. It's one-way only.


What are examples of high lavel language?

The term high-level refers to the amount of abstraction between the code you write and the native language of the machine. Low-level code is a symbolic code that maps 1:1 with the machine code, thus assembly is a low-level language. All other languages that employ a compiler or interpreter to create the machine code are considered high level languages. However, C and C++ are examples of high-level languages that also allow low-level programming, and are often called mid-level languages for that reason.