answersLogoWhite

0


Best Answer

Depends on the purpose of the program your creating. Generally speaking high level languages require far more system resources than low level languages. So if you were writing embedded code on a microcontroller, writing in Java would be a big no no as you'd barely be able to do anything whereas in C or assembler you could write a functional and useful program. (C is often used for faster development and high accuracy whereas assembler can be moulded to high performance low accuracy).

User Avatar

Wiki User

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

Wiki User

13y ago

Advantages:

-Easier to write

-Faster to write

-Easier to debug

-Often offers possibilities that you would have to implement yourself in low-level languages

-Usually much more intuitive

Disadvantages:

-Slower that low-level languages

-Usually no manual memory management/pointers

-Requires use of interpreters or Virtual Machines

This answer is:
User Avatar

User Avatar

Wiki User

11y ago

The disadvantage is that a program written in a high-level language is less efficient (uses more time, and runs slower) than one written in a low-level language. However, for most purposes, the advantages of the high-level programming languages outweigh this: it won't be remotely possible to create the programs we have today in machine language, for example.

This answer is:
User Avatar

User Avatar

Wiki User

14y ago

The higher the level the more choises humans have to make in what language is best for the program the humans need to write

This answer is:
User Avatar

User Avatar

Wiki User

14y ago

High level is closer to the human language than low level, so it is much easier to read,write and understand.

This answer is:
User Avatar

Add your answer:

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

Is COBOL a lower-level programming language?

No, it is a high-level programming language.


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.


What is the meaning of ten high level programming language?

'ten' is a number; google for 'high level programming language'


Is scheme is an high level language?

Scheme is a functional programming language and a high level language.


Is PHP a high level programming language?

Yes, PHP is a high level programming language because it provides abstraction from the details of the computer.


Is RSS a high level language?

No, it's not a programming language.


What is a programming language for the PS2?

High Level Compiled Language


What is the difference between oriented programming language and high programming language?

Set/subset: Some high level programming languages are object oriented, but not all of them.


Why is high level language preferred in modern programming?

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


What is the main feature of the c programming language?

High-level language with low-level abstractions.


What do you mean by high level language?

A high-level language is a programming language that is readable and understandable by human beings who are not necessarily programmer-language-literate.