1.

Which program code doesn’t need preprocessing before being run?(a) Text(b) Script(c) Both Text and Script(d) CommentThe question was asked in an interview for internship.This question is from HTML APIs in division Caching, Debugging and Animation of JavaScript

Answer»

The CORRECT option is (b) Script

The best I can explain: A scripting or script language is a PROGRAMMING language for a special RUN-time environment that automates the execution of tasks. A script is program CODE that doesn’t need pre-processing (e.g. COMPILING) before being run.



Discussion

No Comment Found

Related InterviewSolutions