Friday 10 May 2013

CS9225 WEB TECHNOLOGY QUESTION PAPERS










Reg. No. :
Question Paper Code :97734
 
M.E. DEGREE EXAMINATION, NOVEMBER/DECEMBER 2010
Second SemesterComputer 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.Differentiate HTML from XHTML.
3.What do you mean by host objects?
4.How does one access cookie in a JavaScript?
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 backgroundimage halfway down the page, tiling it horizontally. The image shouldremain in place when the user scrolls up or down
(ii) displays all links inblue without underlining them, when the mouse hovers the link, changethe link’s background color to yellow.
(iii)Validate the style sheet usingCSS validator? (6 + 6 + 4)
Or
(b) (i) Design a XHTML document to collect feedback from participantsafter attending a Technical workshop. (8)
(ii) With an example program illustrate the use of XHTNIL metaelements. (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)
Or
(b) Write a JavaScript function calculate Grade ( ) that calculates student grade based on their average of 5 Marks Incorporate the function into a 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
(b) With suitable coding explain how a Servlet is used for server side programming. (16)

14.(a) Create a XML document for students mark list preparation. Write DTD 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)



B.E./B.Tech. DEGREE EXAMINATION, NOVEMBER/DECEMBER 2011.
Sixth Semester
Computer Science and Engineering
IT 2353 – WEB TECHNOLOGY
(Common to Information Technology)
(Regulation 2008)
Time : Three hours                                                                             Maximum : 100 marks
Answer ALL questions.
PART A — (10 × 2 = 20 marks)
1. How will you create a password field in a HTML form?
2. List any four common browsers.
3. Give the syntax of a CSS rule.
4. What is a Javascript statement? Give an example.
5. Write code to return the full URL of a document.
6. How is session tracking achieved by URL rewriting?
7. How is XML parsing done with SAX?
8. What is the purpose of XSLT?
9. List the basic concepts behind JAX-RPC technology.
10. What is UDDI?
PART B — (5 × 16 = 80 marks)
11. (a) (i) Explain TCP/IP in detail. (8)
(ii) Explain the purpose and way of creating lists in HTML documents.
Or
(b) (i) List any two differences between HTML respect to elements. and XHTML with Also explain about the XHTML DTD. (8)
(ii) Discuss on any four HTTP request methods. (8)
12. (a) (i) Explain any eight CSS text properties. (8)
(ii) Discuss javascript Array object in detail. (8)
Or
(b) (i) Discuss about Javascript debugging. (8)
(ii) Explain in detail CSS border and CSS outline. (8)
13. (a) Explain in detail DOM event handling. Also explain with an example of creating a context menu. [Note: A context menu is one that that is shown when the user right-clicks anywhere in the document]. (16)
Or
(b) What is a session? Explain how client state is maintained using session and also explain about session tracking and session management using an example. (16)
14. (a) (i) Explain XPATH nodes in detail. (8)
(ii) Explain about the object that helps AJAX reload parts of a web page without reloading the whole page. (8)
Or
(b) What is a JavaBeans component? How will you use the JSP language elements for accessing Beans in your JSP pages? (16)
15. (a) Describe the significance and working of WSDL with an example. (16) Or
(b) Describe the major elements of SOAP. (16)


No comments:

Post a Comment