Saturday 25 May 2013

Interpreter

 


A computer program that executes instructions written in a programming language and do not produce the executable file.







Interpreter:
  • Checks the keyword of a program
  • Taking one instruction at a time and convert it into machine language before taking upon the next instruction






Examples of interpreter base languages: PHP, JavaScript, BASIC

No comments:

Post a Comment