0

Web Technology (UGC/NET)

Description: WEB TECH
Number of Questions: 15
Created by:
Tags: WEB TECH OOP and Web Technologies
Attempted 0/15 Correct 0 Score 0

Which of the following features of XML can specify not only data, but also the structure of that data and while dealing with complex and important data, can integrate various elements into other elements?

  1. Self-describing data

  2. Structured and integrated data

  3. Easy data exchange

  4. Valid XML document

  5. Customising markup language


Correct Option: B
Explanation:

This feature of XML can specify not only data, but also the structure of that data and while dealing with complex and important data, we can be integrate various elements into other elements.

Which of the following services is a Microsoft technology service used in combination with ActiveX data objects that allows the retrieval of a set of data from a database server?

  1. Tabular data control

  2. Data binding

  3. Remote data service

  4. Document object

  5. Location object


Correct Option: C
Explanation:

This service is a Microsoft technology service used in combination with ActiveX data objects that allows the retrieval of a set of data from a database server.

Which of the following attributes of Xlink supplies the URL of the destination resource of the links?

  1. type

  2. href

  3. ARC

  4. New

  5. Embed


Correct Option: B
Explanation:

This attribute of Xlink supplies the URL of the destination resource of the links.

Which of the following properties in Java Script contains the value of the document object within the window?

  1. Closed

  2. defaultStatus

  3. Frames

  4. Document

  5. History


Correct Option: D
Explanation:

This property in Java Script contains the value of the document object within the window.

Which of the following applications of XML is used for reformulation of HTML using XML?

  1. CML

  2. Mathml

  3. XHTML

  4. VoiceXML

  5. B2B


Correct Option: C
Explanation:

This application of XML is used for reformulation of HTML using XML.

Which of the following forms of data can be used by XML to store data into files and databases?

  1. Carry data

  2. Store data

  3. Exchange data

  4. Complex data

  5. Mixed data


Correct Option: B
Explanation:

This form of data can be used by XML to store data into files and databases.

Which of the following XML technologies is a communication protocol used for internet to XML documents and provides notifications for events?

  1. SGML

  2. XSL

  3. XSLT

  4. SOAP

  5. SAX


Correct Option: D
Explanation:

This XML technology is a communication protocol used for internet to XML documents and it provides notifications for events.

Which of the following elements of Document Type Definition defines that the root element of this document is note?

  1. ! ELEMENT note

  2. ! DOCTYPE note

  3. ! ELEMENT to (#PCDATA)

  4. ! ELEMENT from (#PCDATA)

  5. ! ELEMENT heading (#PCDATA)


Correct Option: B
Explanation:

This type of element of Document Type Definition defines that the root element of this document is note.

Which of the following symbols in XSLT is used to describe the document node that is used to specify the absolute node path?

  1. . (Dot)

  2. . . (Dot Dot)

    • (Star)
  3. // (Double slash)

  4. | (Pipe)


Correct Option: D
Explanation:

This symbol in XSLT is used to describe the document node that is used to specify the absolute node path.

Which of the following methods of XML Document Object Model returns a list of all the children of the current node?

  1. x.getChildNodes

  2. x.getFirstChild

  3. x.getLastChild

  4. x.getAttributes

  5. x.insertBefore


Correct Option: A
Explanation:

This method of XML Document Object Model returns a list of all the children of the current node.

Which of the following occurrence specifiers in XML is used to specify that the element can appear for one or more times?

  1. ?

  2. *

  3. +

  4. /

  5. <


Correct Option: C
Explanation:

This occurrence specifier in XML is used to specify that the element can appear for 1 or more times.

Which of the following provides a mechanism for transferring the data either in text or XML format between web client and web server?

  1. AJAX

  2. DHTML

  3. XMLHttpRequest

  4. CSS

  5. JavaScript


Correct Option: C
Explanation:

This provides a mechanism for transferring the data either in text or XML format between web client and web server.

Which of the following attributes in XML is used to return the document response entity body?

  1. responseText

  2. responseXML

  3. Constructor

  4. HTTPrequests

  5. Abort()


Correct Option: B
Explanation:

This attribute in XML is used to return the document response entity body.

Which of the following attribute types of DTD accepts alpha numeric characters including white spaces?

  1. NMTOKENS

  2. CDATA

  3. IDREF

  4. ENUM

  5. ENTITIES


Correct Option: B
Explanation:

This attribute type of DTD accepts alpha numeric characters including white spaces.

Which of the following properties for accessing element nodes in XML takes a reference to the next node at the same level in the document tree?

  1. parentNode

  2. nextSibling

  3. lastChild

  4. firstChild

  5. perviousSibling


Correct Option: B
Explanation:

This property for accessing element nodes in XML takes a reference to the next node at the same level in the document tree.

- Hide questions