Tag: javascript

Questions Related to javascript

Which of the following languages will you consider as being similar to JavaScript?

  1. C

  2. C++

  3. Pascal

  4. PHP

  5. Either A & C


Correct Option: E
  1. at run time

  2. at compile time

  3. at debug time

  4. at code time


Correct Option: A

Which of the following correctly describe cookies ?

  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
  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
  1. this is a good practice

  2. this is REQUIRED

  3. this ensures browser compatibility

  4. this ensures OS compatibility


Correct Option: A

A variable that your webpage can store on or retrieve from the users computer is known as ?

  1. Applet

  2. Java

  3. Cookie

  4. Session


Correct Option: C