Tag: web technology

Questions Related to web technology

  1. myFunction()

  2. call myFunction()

  3. call function myFunction

  4. function myFunction


Correct Option: A
  1. for (i = 0; i <= 5; i++)

  2. for i = 1 to 5

  3. for (i <= 5; i++)

  4. for (i = 0; i <= 5)


Correct Option: A
  1. 'This is a comment

  2. <!--This is a comment-->

  3. //This is a comment

  4. "This is a comment


Correct Option: A
  1. Math.round(7.25)

  2. round(7.25)

  3. rnd(7.25)

  4. Math.rnd(7.25)


Correct Option: A
  1. Math.ceil(2,4)

  2. Math.max(2,4)

  3. top(2,4)

  4. ceil(2,4)


Correct Option: D
  1. alertBox="Hello World"

  2. alertBox("Hello World")

  3. alert("Hello World")

  4. msgBox("Hello World")


Correct Option: C
  1. Interoperability

  2. User Interface

  3. Complexity

  4. Firewall traversal


Correct Option: B
  1. Unified Description, Discovery and Integration

  2. Unified Discovery, Description and Intelligence

  3. Universal Description, Discovery and Integration

  4. Universal Discovery, Description and Integration


Correct Option: C