Tag: web technology

Questions Related to web technology

  1. ("Hello World")

  2. document.write("Hello World")

  3. response.write("Hello World")

  4. "Hello World"


Correct Option: B
  1. rnd(7.25)

  2. round(7.25)

  3. Math.round(7.25)

  4. Math.rnd(7.25)


Correct Option: C
  1. browser.name

  2. navigator.appName

  3. client.navName

  4. clientbrowser.navName


Correct Option: B
  1. a low-level programming language.

  2. a compiled scripting language.

  3. an object-oriented scripting language.

  4. a scripting language precompiled in the browser.


Correct Option: D
  1. document.URL

  2. window.location.href

  3. document.location.href

  4. link.href


Correct Option: B
  1. The duration the current document stays loaded.

  2. Twenty-four hours from the time the cookie is set.

  3. There is no default setting.

  4. The duration of the browser session.


Correct Option: D
  1. FileUpLoad

  2. Client

  3. Cursor

  4. Database


Correct Option: A
  1. arguments.length

  2. Function.caller

  3. Function.display

  4. Function.arity


Correct Option: D