[go: up one dir, main page]

0% found this document useful (0 votes)
31 views4 pages

Unit 4 WT Question Bank

This document contains possible questions for the IT8501 - Web Technology unit on JSP and XML. It lists 51 questions in part A with the question, knowledge level, and course outcome. Part B and C contain 24 questions asking to explain concepts in more detail, mapped to understanding level and course outcome 4.

Uploaded by

Esraa Alaa
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
31 views4 pages

Unit 4 WT Question Bank

This document contains possible questions for the IT8501 - Web Technology unit on JSP and XML. It lists 51 questions in part A with the question, knowledge level, and course outcome. Part B and C contain 24 questions asking to explain concepts in more detail, mapped to understanding level and course outcome 4.

Uploaded by

Esraa Alaa
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 4

IT8501 – Web Technology Unit wise possible questions

Velammal College of Engineering and Technology, Madurai

Department of Information Technology

IT8501 – Web Technology

UNIT IV JSP AND XML

Separating Programming and Presentation: JSP Technology Introduction-JSP and Servlets-


Running JSP Applications Basic JSP-JavaBeans Classes and JSP-Tag Libraries and Files-
Support for the Model-View-Controller Paradigm- Databases and JSP. Representing Web Data:
XML-Documents and Vocabularies-Versions and Declaration-Namespaces- DOM based XML
processing Event-oriented Parsing: SAX-Transforming XML Documents-Selecting XML Data:
XPATH-Template based Transformations: XSLT-Displaying XML Documents in Browsers.

PART A (2 Marks)
S.No Possible Questions K-Level CO
1 Define DTD (Nov/Dec 2015) K1-Remember CO4
2 List the types of directives in JSP. (Nov/Dec 2015) K1-Remember CO4
3 List the advantages of XPATH (May/June 2014) K1-Remember CO4
4 What is the purpose of namespace? (May/June 2014) K1-Remember CO4
What is meant by an XML namespace? (Nov/Dec 2013,
5 K1-Remember CO4
Nov/Dec 2012, May/June 2011, Nov/Dec 2010)
6 State the use of servlet context object. (Nov/Dec 2013) K1-Remember CO4
7 Compare DOM and SAX in XML processing. (May/June 2013) K2-Understand CO4
Write two basic differences between JSP and Servlet.
8 K2-Understand CO4
(May/June 2013)
9 What is an XPath? (Nov/Dec 2012) K1-Remember CO4
10 What does XSLT mean? (May/June 2012) K1-Remember CO4
Give the advantages of using JSP for server side programming.
11 K1-Remember CO4
(May/June 2012)
12 How is XML parsing done with SAX? (Nov/Dec 2011) K1-Remember CO4
13 What is the purpose of XSLT? (Nov/Dec 2011) K1-Remember CO4
14 Explain in brief about Java Script. (May/June 2011) K2-Understand CO4
15 State the purpose of SAX. (Nov/Dec 2010) K1-Remember CO4
16 Compare DTD and XML schema. (May/June 2010) K1-Remember CO4
17 What are Cookies? (May/June 2010) K1-Remember CO4
18 What is the use of XML? K1-Remember CO4
19 What do you mean by DTD in XML? K1-Remember CO4
20 Define XML. K1-Remember CO4
21 Define DTD. K1-Remember CO4
What are the XML rules for distinguishing between the content
22 K1-Remember CO4
of a document and the XML markup element?
23 What are the different XSLT elements? K1-Remember CO4
24 What is VoiceXML? K1-Remember CO4
25 What is XQuery? K1-Remember CO4
26 What is XForm? K1-Remember CO4
27 what are complex types? K1-Remember CO4
28 What all are the presentation technologies? K1-Remember CO4
29 what are all the Transformation techniques? K1-Remember CO4
IT8501 – Web Technology Unit wise possible questions

S.No Possible Questions K-Level CO


30 Explain any two XForm implementations? K2-Understand CO4
31 what are the Importants of SAX? K1-Remember CO4
32 What is metadata? K1-Remember CO4
33 What is DTD? How is it different from XML? K1-Remember CO4
34 What is XML? How it is different from HTML? K1-Remember CO4
35 Define Directives. K1-Remember CO4
36 Write down the various attributes for the page directives in JSP. K1-Remember CO4
37 What is a Hidden Comment? K1-Remember CO4
38 What is an Expression? K1-Remember CO4
39 What is a Declaration? K1-Remember CO4
40 What is a Scriptlet? K1-Remember CO4
41 What are implicit objects? List them? K1-Remember CO4
42 Difference between forward and sendRedirect? K2-Understand CO4
43 What are the different scope valiues for the <jsp:useBean>? K1-Remember CO4
44 Explain the life-cycle mehtods in JSP? K2-Understand CO4
45 What is a output comment? K1-Remember CO4
46 Define ASP. K1-Remember CO4
47 What are the ASP objects? K1-Remember CO4
48 What is global.asa file? K1-Remember CO4
49 Define response object and list its methods. K1-Remember CO4
50 Define JSP. K1-Remember CO4
51 Define Directives. K1-Remember CO4
PART B & C
i.Discuss AJAX architecture and compare it with DOM and
SAX. (Nov/Dec 2015)
1 K2-Understand CO4
ii.What languages are used to represent data in web? Explain
any two of them. (Nov/Dec 2015)
i.Explain how XSLT converts document from one type(word) to
other type(HTML) (Nov/Dec 2015)
2 K2-Understand CO4
ii.Describe the basic java-beans classes and JSP tag libraries.
(Nov/Dec 2015)
i.What is the significance of JavaBeans classes in the context of
3 JSP?Discuss. (May/June 2014) K2-Understand CO4
ii.Explain about MVC architecture in detail. (May/June 2014)
i.What do you mean by AJAX? What are the advantages of
AJAX. (May/June 2014)
4 K2-Understand CO4
ii.Write short notes on Event-Oriented parsing. (May/June
2014)
5 Explain in detail about XSL. (Nov/Dec 2013) K2-Understand CO4
6 Explain about DOM based XML processing. (Nov/Dec 2013) K2-Understand CO4
Explain in detail the creation, instantiation and usage of java
7 K2-Understand CO4
beans objects. (Nov/Dec 2013)
8 Write about the JSP tag libraries. ( May/June 2013) K2-Understand CO4
Explain the role XML name spaces with examples. (May/June
9 K2-Understand CO4
2012)
10 Explain the features of XML path language. (May/June 2012) K2-Understand CO4
Explain the model view controller architecture pattern in detail.
11 K2-Understand CO4
(May/June 2012)
12 Explain the use of java beans classes in JSP with examples. K2-Understand CO4
IT8501 – Web Technology Unit wise possible questions

S.No Possible Questions K-Level CO


(May/June 2012)
13 Explain XPATH nodes in detail. (Nov/Dec 2011) K2-Understand CO4
Explain about the object that helps AJAX reload parts of a web
14 K2-Understand CO4
page without reloading the whole page. (Nov/Dec 2011)
List and explain the XML syntax rules in detail. (May/June
15 K2-Understand CO4
2011)
Explain how a XML document can be displayed on a browser.
16 K2-Understand CO4
(May/June 2011)
17 Explain the Roles and Advantages of XML. K2-Understand CO4
18 Explain briefly the The Three Revolutions XML K2-Understand CO4
19 Explain XML & DTD. K2-Understand CO4
20 Explain the basics of XML Language K2-Understand CO4
21 Explain briefly xml Transformation? K2-Understand CO4
22 Explain briefly XML Schema: K2-Understand CO4
23 Explain Simple API for xml(SAX): K2-Understand CO4
24 Explain about Presentation Technique? K2-Understand CO4
25 Write short notes on XML Namespaces? K2-Understand CO4
26 Explain briefly DTD? K2-Understand CO4
27 Briefly Explain About HTTP & XML-RPC K2-Understand CO4
28 Explain about JSP with example program. K2-Understand CO4
29 Mention the rules of well-formed XML. K2-Understand CO4
30 What is DTD? Explain it with example. K2-Understand CO4
Describe the following in detail.
31 i.JSP Standard Actions. K2-Understand CO4
ii.JSP Directives.
What is a DTD (document Type Definition) . What are its
32 K2-Understand CO4
applications?
List out objects associated with JSP/ASP and highlight the
33 K2-Understand CO4
features of each object. Explain the various JSP elements.
Write similarities and dissimilarities between XML and
34 K2-Understand CO4
DHTML.
Discuss the following
35 i) Specify the set out development goals of XML. ii) How is K2-Understand CO4
XML defined?
Give the XML syntax and structure rules. Explain the XML
36 K2-Understand CO4
components in detail.
PART C (15 Marks)
Write XSLT code to display employee details in a Table from
1 K3-Apply CO4
which is stored is XML. ( May/June 2013)
Write a client server JSP program to find simple interest and
2 K3-Apply CO4
display the result in the client. ( May/June 2013)
Given an XSLT document and a source XML document Explain
3 the XSLT transformation process that produces a single result K3-Apply CO4
XML document. (Nov/Dec 2012)
Write a servlet program to display the waiting list status, given
the PNR number of a
4. K3-Apply CO4
train. Create a JSP to display the information at the client end.
(Nov/Dec 2012)
5 What is a JavaBeans component? How will you use the JSP K3-Apply CO4
language elements for accessing Beans in your JSP pages?
IT8501 – Web Technology Unit wise possible questions

S.No Possible Questions K-Level CO


(Nov/Dec 2011)
Write a XML schema for a Movie data base table with the
following structure:
6 K3-Apply CO4
Movie(name, director,date_released, record), name(firstname,
midname, lastname), date_released(date, month, year)
Write an ASP/JSP code to access a table and records from a
7 student database to obtain K3-Apply CO4
the result of a student.
Write a DTD for the following schema (emp_id,
8 emp_name(firstname, lastname), dob(dd,mm,yyyy), K3-Apply CO4
address(city, state)).
Create a XML document to store voter ID, voter name, address
9 and date of birth details. K3-Apply CO4
Create a DTD to validate the document.

Course In-charge Module Coordinator HoD/IT


(Ms.R.Nancy Deborah,AP-III/IT) (Mrs.D.Anandavalli,AP-II/IT) (Dr.R.Perumalraja)

You might also like