explain the working of interpreterthe interpreter


Explain the working of Interpreter?

The Interpreter is a program that executes instructions written in a high-level language. There are two manners to run programs written in a high-level language. The major common is to compile the program the other method is to pass the program through an interpreter. An interpreter translates high-level instructions in to an intermediate form which it then executes. In contrast the compiler translates high-level instructions directly into machine language. The Compiled programs generally run faster than interpreted programs.

Request for Solution File

Ask an Expert for Answer!!
Computer Engineering: explain the working of interpreterthe interpreter
Reference No:- TGS0304585

Expected delivery within 24 Hours