Tag: web technology

Questions Related to web technology

  1. Organizes the XML document into a tree

  2. Reads a block of an XML document at a time

  3. Enables you to correct the contents of an XML document

  4. None of the above


Correct Option: B

$x is an

  1. Element

  2. Attribute

  3. XQuery

  4. Variable


Correct Option: D
  1. Is the first instance of a function

  2. Is the first instance of a variable

  3. Converts information contained in an XML document to another data type

  4. None of the above


Correct Option: C

The round-half-to-even() function rounds half the value returned by a function.

  1. True

  2. False


Correct Option: B

The async = false means

  1. Statements will continue to execute as the XML document is being loaded.

  2. Statements will not execute until the XML document is being loaded.

  3. The XML document is synchronized to the HTML page.

  4. None of the above


Correct Option: B

firstChild is a

  1. Property containing a reference to the first child of an element

  2. Method that makes the current node the first child

  3. Method that substitutes the first node for the last node

  4. Method that substitutes the last node for the first node


Correct Option: A

createElement(fititlefl) means

  1. Create a new HTML element

  2. Create a title for a new HTML element

  3. Create a new XML element

  4. Create an attribute called title for the current XML element


Correct Option: C

What is the continuation character in REXX?

  1. comma (,)

  2. semi colon (;)

  3. colon (:)

  4. plus (+)


Correct Option: A

Which is used for text and tags that do not show directly on the page ?

  1. Head

  2. Body

  3. Title

  4. Frame


Correct Option: A