Web Technology (UGC/NET)
Covers XML technologies, DTD, XSLT, SOAP, JavaScript, XMLHttpRequest, and web client-server communication
Questions
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?
- Self-describing data
- Structured and integrated data
- Easy data exchange
- Valid XML document
- Customising markup language
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?
- Tabular data control
- Data binding
- Remote data service
- Document object
- Location object
Which of the following attributes of Xlink supplies the URL of the destination resource of the links?
- type
- href
- ARC
- New
- Embed
Which of the following properties in Java Script contains the value of the document object within the window?
- Closed
- defaultStatus
- Frames
- Document
- History
Which of the following applications of XML is used for reformulation of HTML using XML?
- CML
- Mathml
- XHTML
- VoiceXML
- B2B
Which of the following forms of data can be used by XML to store data into files and databases?
- Carry data
- Store data
- Exchange data
- Complex data
- Mixed data
Which of the following XML technologies is a communication protocol used for internet to XML documents and provides notifications for events?
- SGML
- XSL
- XSLT
- SOAP
- SAX
Which of the following elements of Document Type Definition defines that the root element of this document is note?
- ! ELEMENT note
- ! DOCTYPE note
- ! ELEMENT to (#PCDATA)
- ! ELEMENT from (#PCDATA)
- ! ELEMENT heading (#PCDATA)
Which of the following symbols in XSLT is used to describe the document node that is used to specify the absolute node path?
- . (Dot)
- . . (Dot Dot)
- * (Star)
- // (Double slash)
- | (Pipe)
Which of the following methods of XML Document Object Model returns a list of all the children of the current node?
- x.getChildNodes
- x.getFirstChild
- x.getLastChild
- x.getAttributes
- x.insertBefore
Which of the following occurrence specifiers in XML is used to specify that the element can appear for one 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?
- AJAX
- DHTML
- XMLHttpRequest
- CSS
- JavaScript
Which of the following attributes in XML is used to return the document response entity body?
- responseText
- responseXML
- Constructor
- HTTPrequests
- Abort()
Which of the following attribute types of DTD accepts alpha numeric characters including white spaces?
- NMTOKENS
- CDATA
- IDREF
- ENUM
- ENTITIES
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?
- parentNode
- nextSibling
- lastChild
- firstChild
- perviousSibling