Wednesday, July 31, 2019

Interpreter, Easy debugging, Portability, Readability

(7)Readability interpreter,  Easy debugging, Portability, 

Readability :-  

The coding or program written in these language are more readable than machine level language. 

Portability :- 

The coding (program) written in these language are portable i.e. we can carry the code any where in the world and run on any machine to get the result as per program.

 Easy debugging:-                                

 We can detect any error present in the coding the complex compile our program and give me all error present in the program. 

Disadvantage :-      

Slow speed :- it work very slowly it is slow to work when running a program. 

Interpreter :-  

 Interpreter is another type of translator, used to translate a high level program into its machine language, it takes  one statement of the high level language program translate it into machine language and then executes the resulting machine language immediately in this case the translation and execution process alternate for each statement encounter in the high level language. 


Advantage :-

 syntax error in a program statement is deleted and brought to the attention of the program as soon as the program statement is interpreter. 

Disadvantage :- 

It is slower than compiler when running a program.                

No comments:

Post a Comment