Multiple choice technology web technology

  1. A script is a

  1. Program or sequence of instructions that is interpreted or carried out by processor directly

  2. Program or sequence of instruction that is interpreted or carried out by another program

  3. Program or sequence of instruction that is interpreted or carried out by web server only

  4. None of above

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

A script is a sequence of instructions or a program that is interpreted and executed at runtime by another program, such as a shell or browser interpreter, rather than compiled to machine code and executed directly by the processor. The web server option is too narrow.