Tag: web technology

Questions Related to web technology

  1. round(7.25)

  2. Math.round(7.25)

  3. rnd(7.25)

  4. Math.rnd(7.25)


Correct Option: B
  1. Math.max(x,y)

  2. top(x,y)

  3. Math.ceil(x,y)

  4. ceil(x,y)


Correct Option: A
  1. window.status = "put your message here"

  2. status("put your message here")

  3. statusbar = "put your message here"

  4. window.status("put your message here")


Correct Option: A
  1. browser.name

  2. navigator.appName

  3. client.navName

  4. All the above


Correct Option: B
  1. 16-bit support

  2. 32-bit support

  3. 64-bit support

  4. 128-bit support


Correct Option: C