2.5k views
1 vote
Identify one advantage of programming in a higher-level language compared to a lowerlevel language. identify one disadvantage.

1 Answer

3 votes
Advantage:
Errors can be rectified easily as the code is easily read by the programmer.

Disadvantage:
1.You need some sort of compiler to get the HLL to LLL
2. In some cases (e.g. Java / C#) you have an interpreter in between which also consumes resources (but can also optimize itself while running the program!)
User Grackkle
by
7.2k points