Tag: web technology

Questions Related to web technology

  1. split()

  2. document.clear()

  3. join()

  4. charAt()


Correct Option: D
  1. The duration of the browser session.

  2. The duration the current document stays loaded.

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

  4. There is no default setting.


Correct Option: A
  1. If onKeyDown returns false, the key-press event is cancelled.

  2. If onKeyPress returns false, the key-down event is cancelled.

  3. If onKeyDown returns false, the key-up event is cancelled.

  4. If onKeyPress returns false, the key-up event is cancelled.


Correct Option: A

Which best describes JavaScript?

  1. a low-level programming language.

  2. a scripting language precompiled in the browser.

  3. a compiled scripting language.

  4. an object-oriented scripting language.


Correct Option: D
  1. Database

  2. Cursor

  3. Client

  4. FileUpLoad


Correct Option: D
  1. The statement(s) it executes run(s) only once.

  2. It pauses the script in which it is called.

  3. clearTimeOut() won't stop its execution.

  4. The delay is measured in hundredths of a second.


Correct Option: A
  1. A method

  2. A function

  3. A statement

  4. An operator


Correct Option: D
  1. keybrd

  2. kb.ctl

  3. keyboard.control

  4. control keyboard


Correct Option: D

Inside which HTML element do we put the JavaScript?


Correct Option: B