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

What is the correct JavaScript syntax for opening a new window called "w2" ?

  1. w2=window.open("http://www.w3schools.com");

  2. w2=window.new("http://www.w3schools.com");

  3. w2=window("http://www.w3schools.com");

  4. w2=openwindow("http://www.w3schools.com");


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

How many bit support does ASP.NET 2.0 provide?

  1. 16-bit support

  2. 32-bit support

  3. 64-bit support

  4. 128-bit support


Correct Option: C