Nielit STA 17-12-2017
November 7, 2023Question 3047 – Data-Interpretation
November 7, 2023Question 1861 – Nielit Scientist-B 17-12-2017
Which of the following statement(S) is/are true in the context of interpreters?
S1: Interpreters process program according to the logical flow of control through the program
S2: Interpreter translates and executes the error free instruction before it goes to the second
S3: Interpreter processing time is less compared with compiler
S4. LISP and Prolog are interpreted languages
Correct Answer: A
Question 47 Explanation:
S1: TRUE: Interpreters process program according to the logical flow of control through the program
S2: FALSE: Interpreter translates and executes the instruction before it goes to the second line but not doing error free operations.
S3: FALSE: Compiler more faster than interpreter
S4: FALSE:LISP and Prolog are interpreted rather than compiler based
S2: FALSE: Interpreter translates and executes the instruction before it goes to the second line but not doing error free operations.
S3: FALSE: Compiler more faster than interpreter
S4: FALSE:LISP and Prolog are interpreted rather than compiler based
Only S1
Only S3
Only S1,S2 and S3
Only S1, S2 and S4