Вы находитесь на странице: 1из 2

Reg. No.

3
Question Paper Code : 97734

M.E. DEGREE EXAMINATION, NOVEMBER/DECEMBER 2010

30
Second Semester
Computer Science and Engineering
CS 9225 — WEB TECHNOLOGY
(Common to M.E. – Network Engineering)
(Regulation 2009)

Time : Three hours Maximum : 100 Marks

Answer ALL questions

PART A — (10 × 2 = 20 Marks)


1. How does one link external style sheet in a XHTML document?
2.
3.
4.
Differentiate HTML from XHTML.
What do you mean by host objects? 3
How does one access cookie in a JavaScript?
30
5. List down the ASP/JSP objects.
6. Compare Servlet and JSP.
7. Define XML namespace.
8. State the purpose of SAX.
9. What are the components required to build web applications?
10. Write down the important features of My SQL.

PART B — (5 × 16 = 80 Marks)

11. (a) Write a CSS rule for a XHTML document that (i) places a background
image halfway down the page, tiling it horizontally. The image should
remain in place when the user scrolls up or down (ii) displays all links in
blue without underlining them, when the mouse hovers the link, change
3

the link’s background color to yellow. (iii)Validate the style sheet using
CSS validator? (6 + 6 + 4)

Or
30

(b) (i) Design a XHTML document to collect feedback from participants


after attending a Technical workshop. (8)
(ii) With an example program illustrate the use of XHTNIL meta
elements. (8)
12. (a) Write a JavaScript that receives three integers from the user and find
the largest and smallest from them and display the output in XHTML
document message box? (16)

3
Or

(b) Write a JavaScript function calculate Grade ( ) that calculates student


grade based on their average of 5 Marks Incorporate the function into a

30
script that reads a value from the user. Display the result of the function
in the browser’s status bar. (16)

13. (a) Create an ASP/JSP application that allows the user to customize a Web
page. Store the user’s name and preferences in a text file. The application
should consist of three ASP/JSP files: one that asks the user to login and
reads from the text file to determine if the user is known. If the user is
not known, a second ASP/JSP file is loaded asking the user to choose
their preference for foreground color, background color and image. Write
the new user’s name and preferences to the text file. Next, display the
page customized to this user using the user’s preferences that are stored
in the text file. If the user is known at login, the normal page should be
displayed? (16)

Or

14.
(b)

(a)
3
With suitable coding explain how a Servlet is used for server side
programming. (16)

Create a XML document for students mark list preparation. Write DTD
30
for validating the XML file. (16)

Or

(b) Write notes on (i) DOM methods (ii) XML vocabularies. (16)

15. (a) Design an online shopping cart application using JSP or ASP. Consider a
login validation page and one billing page for bill processing. (16)

Or

(b) Design an online book selling application using JSP or ASP. Consider a
login validation page and also a search page for searching a book. (16)

————––––——
3
30

2 97734

Вам также может понравиться