0% found this document useful (0 votes)
105 views

A. : JEE/NCLC-M/44/01 ID: Name

This document contains 29 multiple choice questions related to XML, XML schemas, XSLT, and related technologies. The questions cover topics such as XML elements and attributes, namespaces, XML validation, data binding, XSL formatting objects, XPath, and the roles and capabilities of XSLT.

Uploaded by

Riyad Hossain
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
105 views

A. : JEE/NCLC-M/44/01 ID: Name

This document contains 29 multiple choice questions related to XML, XML schemas, XSLT, and related technologies. The questions cover topics such as XML elements and attributes, namespaces, XML validation, data binding, XSL formatting objects, XPath, and the roles and capabilities of XSLT.

Uploaded by

Riyad Hossain
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 11

JEE/NCLC-M/44/01

ID: Name:

1. To create a data island we use the


_____________HTML element
A. <XML>
B. <dataisland>
C. <Island>
D. <XMLIsland>

47. To Bind the HTML elements with DSO we use


_________ attribute
A. DATASOURCE
B. DATAFIELD
C. DATASRC
D. DATAFLD

2. To bind the HTML element <INPUT> Type in text


with the datasource “ dsoCustomer” we use
A. <INPUT TYPE=”TEXT”
DATAFIELD=”#dsoCustomer”>
B. <INPUT TYPE=”TEXT” DATASRC=” dsoCustomer”>
C. <INPUT TYPE=”TEXT” DATASRC=” #dsoCustomer”
>
D. <INPUT TYPE=”TEXT” DATAFLD=” #dsoCustomer”>
JEE/NCLC-M/44/01
ID: Name:

3. XML DSOs has the property for the number of


pages of data the recordset contains
A. count
B. number
C. pageCount
D. pageNumber

4. Whats so great about XML?


A. Easy data exchange
B. High speed on network
C. Only B.is correct
D. Both A. & B.

5. For XML document to be valid


A. document need to be well formed also
B. document need not to be well formed
C. document need to be well formed & valid
D. document validity has no relationship with well
formedness

6. A textual object is a well formed XML document if


JEE/NCLC-M/44/01
ID: Name:

(i) Taken as a whole it matches the production


labeled document.
(ii) Each of the parsed entity which is referenced
directly or indirectly within the document can be
well formed

A. (i) is correct
B. (ii)is correct
C. both are correct

7. <?xml version=” A.0” standalone=” yes”


encoding=”UTF-8” ?>
A. it shows that the version is A.0
B. shows thatit is standalone
C. the standalone is wrong
D. version attribute is not in XML

8. The attribute used to define a new namespace is


A. XMLNS
B. XmlNameSpace
C. Xmlns
D. XmlNs
JEE/NCLC-M/44/01
ID: Name:

9. To match the root node in XMLT transform the


syntax will be
A. <xsl:template match=”Document”>
B. <xsl:template match=”Root”>
C. <xsl:template match=”RootNode”>
D. <xsl:template match=” /”>

1. 10. To match the specific XML elements child like of


parent element is the syntax will be
A. <xsl:template match=”PLANET_NAME”>
B.<xsl:template match=”PLANET/NAME”>
C. <xsl:template match=”/NAME”>
D. <xsl:template match=”//”>

11. PI in XML specification stands for


A. C.14
B. priceless instruction
C. processing instruction
D. polymorphic inheritance

12. A validating XML application should be used


when:
A. the design demands that all elements use both
start and end tags
JEE/NCLC-M/44/01
ID: Name:

B. missing or out-of-place elements could cause


application errors
C. attribute values cannot refer to external entity
references
D. High performance is an important architectural
constraint

13. A DSO operates like


(a) data simulation object at server side
(b) dynamic source object at client side
(c) data source object at client side
(d) data simulation object at client side

14. The XSL formating object use to format a list is


A. list-block
B. list-item
C. list-item-body
D. list-item-label

15. The attribute used to define a new namespace is


A. XMLNS
B. XmlNameSpace
C. Xmlns
D. XmlNs
JEE/NCLC-M/44/01
ID: Name:

16. Identify the most accurate statement about the


application of XML:
A. XML must be used to produce XML and HTML
output.
B. XML cannot specify or contain presentation
information.
C. XML is used to describe hierarchically organized
information.
D. XML performs the conversion of information
between different e-business applications.

17. The XSl formatting object which formats the data


and caption of a table is
A. table
B. table-content
C. table-text
D. none of the above 

18. The XSL formating object which holds the


content of the table body
A. table
B. table-body
C. table-content
JEE/NCLC-M/44/01
ID: Name:

D. table-footer

19. The XSL formatting object which formats the


data in a table
A. table
B. table-body
C. title
D. table-content

20. The XSL formating object use to hold the content


of the label of a list item is
A. list-block
B. list item
C. list-item-body
D. list-item-label

21. The XSL formating object use to hold the


contents of the body of a list item is
A. list-block
B. list item
C. list-item-body
D. list-item-label 

22. XSL has formatting object “ block”


JEE/NCLC-M/44/01
ID: Name:

A. is not supported in XSL


B. generates a block level reference area
C. create a display block
D. groups global declarations for a style sheet

23. XSL has “ block container” for formating the


document
A. to create a display block to format the titles
B. to create a display block to format the
paragraphes
C. to create a display block to format the headlines &
figures
D. to create a block level reference area

24. The syntax for writing the minimum occurrence


for an element is
A. <xsd:element ref=” note” min=” 0” />
B. <xsd:elements ref=” note” min=” 0” />
C. <xsd:elements ref=” note” minOccur=”0” />
D. <xsd:elements ref=” note” minOccurs=” 0” />

25. The syntax for writing default values for element


is
A. <xsd:element name=”max” type=” xsd:integer”
JEE/NCLC-M/44/01
ID: Name:

value=” 100” />


B. <xsd:element name=”max” type=” xsd:integer”
fixValue=” 100” />
C. <xsd:element name=”max” type=” xsd:integer”
default=” 100” />
D. <xsd:element name=”max” type=” xsd:integer”
defaultval=” 100” />

26. To use XSLT in an XML system:


A. the input and output of the XSLT processor must
be unparsed XML documents
B. the input and output of the XSLT processor must
be a hierarchical tree representing an XML
document
C. the XSLT processor must be called from a web
agent
D. the XSLT processor must be given the DTD as well
as the XML document instance

27. What is the role of the XPath language in XSL


processing?
A. XPath identifies the order or path of processing to
be followed as the XSL language is processed
B. XPath identifies locations in XML data to be
JEE/NCLC-M/44/01
ID: Name:

transformed in the source tree and the locations to


be generated in output tree specified in XSL
translation prescriptions
C. XPath identifies the path to be followed in the
execution of XSL translation prescriptions
D. XPath specifies which XSL transform files are to be
used in the translation of XML

28. Which statement correctly describes the


capabilities of the XSLT language?
A. XSLT uses the DTD to determine how XML
documents will be translated
B. XSLT specifies how a hierarchical trees,
representable by an XML document may be
translated into non-hierarchical formats
C. XSLT specifies how a hierarchical tree,
representable by an XML document, may be
translated into another hierarchical tree, also
representable by an XML document
D. XSLT specifies the formatting style to be used to
render an XML document 

29. XSLT processors accept as input:


A. an XML conforming document file and an XSLT
JEE/NCLC-M/44/01
ID: Name:

specification file
B. only an XML document
C. only an XSLT specification
D. either an XML document or an XSLT specification

You might also like