|
Monday, March 16, 2009
2 PROGRAMMING LANGUAGES COMPILER A compiler is a computer program (or set of programs) that translates text written in a computer language (the source language) into another computer language (the target language) two examples of compiler are Pascal and C. INTERPRETER An interpreter normally means a computer program that executes, i.e. performs, instructions written in a programming language. While interpretation and compilation are the two principal means by which programming languages are implemented, these are not fully distinct categories, one of the reasons being that most interpreting systems also perform some translation work, just like compilers. An interpreter may be a program that either. two examples of interpreter are Python and Perl. Labels: Topic 1. Aaaaand she completed the question at { 5:21 PM }
|
