Web Technology (UGC/NET)

Covers XML technologies, DTD, XSLT, SOAP, JavaScript, XMLHttpRequest, and web client-server communication

15 Questions Published

Questions

Question 1 Multiple Choice (Single Answer)

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
Question 2 Multiple Choice (Single Answer)

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
Question 3 Multiple Choice (Single Answer)

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
Question 4 Multiple Choice (Single Answer)

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
Question 5 Multiple Choice (Single Answer)

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
Question 6 Multiple Choice (Single Answer)

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
Question 7 Multiple Choice (Single Answer)

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
Question 8 Multiple Choice (Single Answer)

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)
Question 9 Multiple Choice (Single Answer)

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)
  3. * (Star)
  4. // (Double slash)
  5. | (Pipe)
Question 10 Multiple Choice (Single Answer)

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
Question 11 Multiple Choice (Single Answer)

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. <
Question 12 Multiple Choice (Single Answer)

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
Question 13 Multiple Choice (Single Answer)

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()
Question 14 Multiple Choice (Single Answer)

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
Question 15 Multiple Choice (Single Answer)

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