Sie sind auf Seite 1von 7

UNIT I Introduction to Web Services 2 Marks 1. What is SOAP? 2. What is WSDL? 3. What is a Web service? 4. What is UDDI? 5.

Does the W3C support any Web service standards? 6. What is new about Web services? 7. What is the Web service protocol stack? 8. What is XML-RPC? 9. What is the Secure Transaction Platform? 10.Why do Web services need enhanced security? 11.What is SOAP? 12.What is WSDL? 13.What is a Web service? 14.What is UDDI? 16 Marks 1. Explain the Web services architecture in detail 2. Explain the service oriented roles and architecture in detail. 3. Explain in detail about the architectural process 4. Explain the three tier web based architecture in detail. 5. Explain about Web Services Technologies?

UNIT-II XML 2 Marks 1. What are the advantages of schema over DTD? 2. What are the data types in an xml schema? 3. What is DOM? What are the different levels of DOM? 4. What are the drawbacks of CSS? 5. Write any two differences between XSLT and CSS? 6. What are the different XSLT elements? 7. What is VoiceXML?

8. What is XQuery? 9. What is XForm? 10. What is XPath? 11. What are complex types? 12. What all are the presentation technologies? 13. What are all the Transformation techniques? 14. Explain any two XForm implementations? 15. Important of SAX? 16. What is Info Set? 17. What is RDF (Resource Description Framework)? 18. What is metadata? 19. What are the components of RDF? 20. What are RDF vocabularies? 21.What are the roles of XSLT? 22.What is XSLT? Explain its relationships with XSL. 23.What is XSLT stylesheet? 24.Discuss the role of XPATH. 25.Explain the XSLT data model. 26. Define XML parser. 27. Define CSS. 16 Marks 1. (i) Explain SQL features with eg. (ii) Explain XML Namespace with an example. 2. Describe in detail about DTD and XML Schema. 3. Explain the various XML vocabularies with example. 4. Explain briefly XML Transformation? 5.What are the advantages of XML? Create a XML DTD named letter.dtd and create a XML document which conforms to letter.dtd. 6.What is the advantage of XML Schema over XML DTD? Create a XML Schema named document that matches with the created XSD file. letter.xsd and create a XML

UNIT-III SERVLET AND JSP 2 Marks 1. List out advantages of using server side scripting. 2. Compare ASP and JSP. 3. Define CGI. 4. Give the syntax of doPost and doGet methods. 5. Give reasons for using javax.servlet package. 6. Write a servlet program to display a hello world message. 7. What are the key components of a JSP? 8. What is the usage of JSP page directive? 9. Define Include Directive. 10. Mention the purpose of Init() and destroy() functions. 11. Differentiate implements and extends variables. 12. What is meant by implicit objects? 13. What is meant by standard actions> 14. Give reasons for using directives and also list its types. 15. Differentiate include action and forward action. 16. Why do we need connection pools in jdbc? 17. Define dynamic JSP? 18. What is page translation in JSP? 19. What are the four broad categories of core syntax elements defined by the JSP specification? 20. Define the term translation-time processing errors in JSP? 21. What is JSP scriptlets? 22. Difference between two-tier and n-tier model 23. What is Servlets? 24. What is servelt container? What is the information contained in ServletConfig Object? 25. What is web.xml? What is the purpose of it? 26. How to handle HTTP GET and POST request in HttpServlet? 27. In servlet, what is the syntax used to redirect from one page to other resource? 28. What is the advantage of JSP over servelt? Explain how JSP runs when it is requested? 29. What are the implicit objects in JSP? Explain the life cycle of JSP? 30. List the different scopes of Implicit Object? 31. List the different JSP Standard action?

32. Write a JSP program to receive the HTTP GET request with data and generate customized message? 33. What is the use of jsp:setProperty and jsp:getProperty? 34. Explain the difference between include directive and jsp:include? 35. What are the important components of JSP? 36. What are the components of Scripting component? 37. Explain the two phases involved in JSP? 16 Marks 1. i. What is servlet? Explain the life cycle of Servlet? ii. Explain the methods offered in Servlet Interface, HTTPServletRequest and HTTPServletResponse class. iii. Write a GenericServlet program to receive the request with data and generate customized message based on the data. 2. Write a HttpServlet program to conduct a survey on pet animals for Humans? When user submits a survey response, vote must be stored in database. Finally, user must be shown with percentage of vote secured by each pets? 3. Write a JSP program to demonstrate the following action commands i. jsp:include ii. jsp:forward iii. jsp:param 4. Write a JSP program that uses jsp:useBean to make use of services provided by a java class called AdRotator.This AdRotator class provides methods like getImage() and getLink() to display the image and related url. AdRotator class additionally provides a method called nextAd() to pick the image randomly. 5. Write short notes on page directives? Write a JSP to program to demonstrate the include directive? 6. Create a JSP and JDBC based address book. Your address book should allow one to insert entries, delete entries and search for entries. You should handle the error in separate JSP page. 7. (i) Explain Servlet Life cycle. (08) (ii)Write a program in JavaScript to use JDBC from a Servlet. (08) 8. Write a program in JavaScript to handle HTTP get and post requests. (16) 9. Explain various scripting components in JSP with an example. (16) 10. Explain the various Standard actions in detail. (16) 11. Describe in detail about the types of Directives. (16) 12. List and explain the Multitier Applications in detail. UNIT-IV HTML,VBSCRIPT & ASP 2 Marks 1. Define the terms World Wide Web and Internet?

2. What do you understand about DOCTYPE in HTML? 3.How Cell Padding is differ from Cell Spacing? 4.How you define index document? 5. How you define HEAD in HTML? 6. How to link the Images with in HTML? 7. How you define href,target and name Attributes? 8. What are the Hyperlink,Anchors and Link in the HTML? 9. What are the Deprecated Tags and Attributes? 10. How you define HTML Style Attribute in HTML 11. What do you understand about DOCTYPE in HTML? 12. How Cell Padding is differ from Cell Spacing 13. HTML is case sensitive or not? 14.How you use Form's Action Attribute and Submit Button in HTML? 15. How we define Src Attribute and Alt Attribute in HTML? 16. How to use Line Break and Horizontal Line tags in HTML? 17.Explain HTML forms in detail along with form elements, attributes & methods. 18. How you understand about Forms output? What is the role played by CSS? Explain the class and pseudo class attribute with the example HTML document? 19.Write an User.css that is followed by the A.html. Create the User.css as follows (i) All text 1.5 times larger than base font. (ii) Removes the Underlines from all links inside list item (li) and shifts all list item left by 1em. (iii) Place background image halfway down the page, tiling it horizontally. The image should remain in place when the user scrolls up or down. (iv) All h1 and h2 elements a padding 0.5 em, a grooved border style and margin of 0.5 em.(v) Change the color of all elements containing attribute class=greenMove to green and shifts them down 25 pixels and right 15 pixels.Write an embedded style sheet that displays h1 element in blue. In addition, create a Rule that displays all links in blue without underlining them. When the mouse hovers over a link, change the links background color to yellow? 20. Write an HTML document that shows the result of color survey? The document contains a form with radio button that allow user to vote for their favorite color. One of the color should be selected as default. This document should also contain a table of various colors and corresponding percentage of vote for each color. [Note: Each row should be displayed in the color to which its referring]. Use attribute to format width, border and cell spacing for a table] 21.Write a script that take n number of integer from the user and display the sum, average, product, smallest and largest of the numbers in alert dialog? 22.What is the role played by client script languages? 23.Write the implicit objects supported in ASP? 24.Give the general structure of ASP? How request for ASP file is processed?

25.Write a ASP program to process the POST request with name data from client html file and display the customized message to client as output? 26.Give various objects in the File System Object of ASP? 27.What is Server side includes? What is advantage of SSI? 28.List the different server variables in ASP container? 29.What is session tracking? How it can be achieved in ASP? 30.What is a cookie? How cookies are created by server? 16 Marks 1. Draw the architecture of ActiveX Data Object in ASP? Write a ASP program to perform the login authentication based on the information stored in database? 2. What is Server side ActiveX? Write a ASP program to make use of the existing Controls like MSWC.AdRotator, MSWC.BrowserType and MSWC.PageCounter?. 3. Write a ASP program to receive the guest details in the form name, email address and Comments and store them in a file. When user wants to view, file content needs to be displayed? 4. Write a ASP program that generates the ASP page instantly? You needs to get the content of ASP to be created in the form. 5. Write a ASP program to generate ASP page instantly? In addition, use session variable to handle the error message and cookies to give the customized message to returning user? UNIT V .NET FRAMEWORK 2 Marks 1. Discuss .NET namespaces. 2.What is an assembly. 3.Use a diagram and briefly discuss the evolution of C# language. 4.Distinguish clearly between value types and reference types in C# 5.What is the difference between ref and out parameters ? 6.Differentiate between read-only members and constant members. 7.What are sealed classes? 8.How is the finally statement used ? 9.What are multicast delegates ? 10.What is an Assembly? 11.What is SOAP? 12.What are the advantages of using .NET?

13.What is .NET? 14.What do you mean by CLR? 15.What is the use of CTS? 16.What is CLS? 17.What is metadata? Mention its uses in .NET. 18.What is Namespace? List out the Namespaces of .NET Framework. 19.What is class? 20.How to create objects in C#? 21.How to define constants in C#? 22.What are the major categories of data types in C#? 23.What is managed code 16 Marks 1. Explain in detail about the activities of CLR. 2. Explain about various Namespaces of .NET framework. 3. Explain in detail about .NET architecture and the various components in it. 4. Write a C# program with a class MyDate with day, month and year as data members and functions to get input, increment the MyDate, check whether two MyDates are equal or not. Use Operator Overloading for incrementing and equlity checking. 5. Write in detail about the various classes used in ADO.NET and design an application in C# with ADO.NET controls to get university academic results. Given the registration number either the result of the student or proper error message should be displayed. 6. Write down the steps to create a simple C# application to perform arithmetic operations like addition, subtraction, multiplication and division. 7. Describe the concepts of deploying .NET.

Das könnte Ihnen auch gefallen