Download as pdf or txt
Download as pdf or txt
You are on page 1of 2

School of Information Technology and Engineering

(Fall 2016-17)
MCA
ITA531-Web Technologies
CAT-I
Slot : E1
Time : 1 Hrs

Marks : 50
Date : 25-Aug-16
Answer All Questions

1. A) Explain in detail about the entities of SOA.


B) Write any one functionality provided by SOA in real time application
C) What are the limitations of DTD?

[5]
[2]
[3]

2. Create a booklist database with the table named book. There are 4 fields in the table
(Author, Title, Category, price, year).The book table must contain one in each of the
fields. Write the XML document and the corresponding XSL to display the details of
the books having their price less than 60.
[10]

3. Which component of the web service is used by the service providers to describe
about their services? What are the elements present in it. Explain the structure of that
component.
[10]
4. A) What are Namespaces? Why is it necessary? Explain with an example.
B) Discuss about the different ways of element declaration in XML schema
5. Write the HTML code for the form displayed.

[5]
[5]
[10]

School of Information Technology and Engineering


(Fall 2016-17)
MCA
ITA531-Web Technologies
CAT-I
Slot : E2
Time : 1 Hrs

Marks : 50
Date : 25-Aug-16
Answer All Questions

1. A) What are the components of web services ? Explain with a diagram


B) How is XML different from HTML

[7]
[3]

2. Given a DTD for the students database stud.dtd. Write the corresponding XML file
and translate this DTD into an xml schema.
[10]

3. Write the equivalent XML and XSL to display the details of the PARTS in the table
format in which the ITEM should be listed in the sorted order.
[10]
The root element is PARTS. The root element may contain zero or one TITLE
element along with any number of PART elements.
The PART element must contain the following as child elements ITEM,
MANUFACTURER, MODEL, and COST in order atleast once
The PART element may contain an attribute called "type" which may have a
value of "computer", "auto", or "airplane".
The elements TITLE, ITEM, MANUFACTURER, MODEL, and COST all
contain PCDATA which is parsed character data.
4. Explain the architectural principles and the different layers of typical 3-tier
architecture of web application.
[10]
5. Write the HTML code for the form displayed.
[10]

You might also like