Tag: javascript

Questions Related to javascript

  1. at run time

  2. at compile time

  3. at debug time

  4. at code time


Correct Option: A
  1. Often referred to as "persistent cookies"

  2. Often referred to as "persistent HTML"

  3. Small memory-resident pieces of information sent from a server to the client

  4. Small memory-resident pieces of information sent from a client to the server

  5. Either AB&C


Correct Option: E

A program written by JavaScript is driven by

  1. Events

  2. Classes

  3. Objects

  4. DLL

  5. Components


Correct Option: A
  1. Platform dependent

  2. Platform linkage

  3. Platform independent

  4. Platform binding


Correct Option: C

Which of the following correctly describe JavaScript as a language?

  1. It is based on object creation

  2. It focuses on component building

  3. It focuses on logic flow

  4. It emphasis on SCRIPTING


Correct Option: D

When authoring web page with Javascript, why should you explicitly include the window object into your codes?

  1. this is a good practice

  2. this is REQUIRED

  3. this ensures browser compatibility

  4. this ensures OS compatibility


Correct Option: A