November 2002
Beginner
432 pages
11h 44m
English
High-level programming languages evolved from the complexity of the low-level languages. Once assembler language was made available, more companies began using computers. With the beginning of widespread use of computers came the need to write more complex software applications to support those companies. The low-level machine and assembler languages were too inefficient for the quick turnaround that the companies needed. Therefore, high-level languages were developed to add one more layer between the programmer and the hardware. That extra layer meant that more work was required by the computer to translate a high-level language into machine language, but the programmers were free from the job of low-level coding. Two ...