answersLogoWhite

0


Best Answer

Why did High level programming languages evolve? To make it more easier for the programmer to understand and write code. High level programming languages like C, C++ and Java give you comfort and a pool of options because they basically use a syntax that is similar to the everyday English we speak. Coding a computer today is just one step below to talking to a human. It is that easy.

Now, why are low-level programming languages important? Low level programming languages are important because of space and speed. If you write a program in a high level language, say Java, first the Java Compiler will compile it to byte code. Now, this byte code is again compiled during run time to assembly code(low level) which in turn is again converted to executable code. But, when you write low level code, it is directly converted into executable code avoiding all the other steps. This will incredibly save you space and increase speed. That is the reason why Bill Gates said that 1MB is the unreachable limit. However, the time consumed to write a program will be very large. Because, at low level, you have to manage everything: memory and everything.

For further more explanation, contact Bhaktavatsalam @ bhaktuksn@Yahoo.co.in. I will always answer your question to the largest extent I know. If I don't I will try to know it and tell you.

User Avatar

Wiki User

15y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is a disadvantage of using a high-level programming language over a low-level programming language?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is lowlevel amplitude modulation and highlevel amplitude modulation?

low level amplitude modulation occurs when the carrier signal is first modulated and then amplified,whereas in high level modulation,the carrier signal is first amplified and then is modulated.


Can you lowlevel format a hard drive twice?

Yes, you can.


What are the characteristics of high level languages?

What is high level programming language?The programming language that are close to human language are called high level programing languages. The characteristics of high level languages:Easy to learnEasy to find errorsMachine-IndependentAvailability of Library FunctionsShorter ProgramsWell-Defined Syntax and StandardSource code understandable by any other programe(Work by "Mamoon Aslam". E-mai:mamon_aslam@yahoo.com)


On World of Warcraft what can you unlock on ragefire chasm?

There is nothing to unlock in RFC. its an lowlevel instance (13-20) You can run it with friends or the LFG system for loot and exp.


What is lowlevel partition?

A low-level partition is a disk partition that has been low-level formatted. This means formatting in such a way that the data once stored in the partition is completely irrecoverable.


What is the difference between a UDC and an IDC?

UDC = universal decimal classification IDC = internet database connector But in sometimes UDC used as a JOB POST, for example; UDC = Upperlevel Divisional Clerk LDC = Lowlevel Divisional Clerk


What are Field Types in Access?

Data types. Field types in Access (The absolute lowlevel Database engine, just above text files) include: Text Number Yes / No These fields all have charistica that decide length, decimal spaces, default values and such. Using the correct field types for data, and not just text for it all, will result in faster computing and easier coding.


Why kids should play sports?

Everybody should play sport, but children specifically because it helps them learn social skills, develop confidence in their abilities and maintain a healthy fitness level. Other minor benefits include the increased amount of lowlevel sunlight (which means more Vitamin D) and keep them occupied (as in doing something other than crime).


How do you remove write protection from your Kingston memory card?

when you put your micro scandisk into the adapter to put it into your computer or card reader you are probably pushing up the lock or hold key on the adapter you do not need to do that that is so you cannot deleat your content not to lock in the micro card hope this information has helped you good luck!!!!!!


Warlock do the most damage in World of Warcraft?

after their pet demon, and their DoT's then yes. but they do not have up front unless you do melee, then they have mediochre health i leveled with them to level 10 in 8 hours, but a human pally took me 6-7 for level 11. warlocks don't heal also, but they have stuff that transfers 50percent of their damage received to their demon pet. Paladins heal, so i never died with them, died ONCE (1!) time with warlock though so still pretty good. get an orc warlock or a human warlock for easiest leveling at lowlevel to level 30-40


What are data models in dbms?

A data model is a collection of concepts that can be used to describe the structure of a database. Data models can be broadly distinguished into 3 main categories- 1)high-level or conceptual data models (based on entities & relationships) It provides concepts that are close to the way many users perceive data. 2)lowlevel or physical data models It provides concepts that describe the details of how data is stored in the computer. These concepts are meant for computer specialist, not for typical end users. 3)representational or implementation data models (record-based,object-oriented) It provide concepts that can be understood by end users. These hide some details of data storage but can be implemented on a computer system directly.


What are the different data model in DBMS?

The main data models in database management systems are relational, hierarchical, network, and object-oriented. Relational data model organizes data into tables with rows and columns. Hierarchical data model organizes data in a tree-like structure. Network data model allows each record to have multiple parent and child records. Object-oriented data model represents data as objects.