计算机概论Chapter 1 problem15 Version 0 |
|
👤 Author: by autumn 2014-12-03 18:00:21 |
Advantages of a higher level language:fewer instructions are required to do the same amount of work.This usually means it takes less time for a programmer to write a program to solve a problem.High level language programs are generally easier to read and therefore know what is going on.
Disadvantage of a higher level language:Each instruction has less control over the underlying hardware that actually performs the computation that the program frequently executes less ficiently.