Thursday, September 29, 2011

4.16 High-Level Languages

  • Compiler - program that translate a complete high-level program to a machine language object program
  • High level languages usually produce programs that run more slowly and use more memory that machine or assembly language
  • High level languages are generally designed to process decimal numbers, and they are much less efficient than assembly language at handling bits
  • Machine and assembly language are better suited than high level languages for real time control applications because of their faster execution

No comments:

Post a Comment