Anda di halaman 1dari 5

Anna University

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 rightclicks 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)

ANNA UNIVERSITY-coimbatore
B.E/B.TECH. DEGREE EXAMINATIONS: NOV/DEC 2011
REGULATIONS: 2008
SEVENTH SEMESTER: INFORMATION TECHNOLOGY
080250042- WEB TECHNOLOGY
Time: 3 Hours Max Marks: 100
Part A
(10x2=20 Marks)
ANSWER ALL THE QUESTIONS
1. State the goals to design the web service.
2. Define WSDL.
3. What is XML parser?
4. Write a short note on XML Namespaces.
5. Define JAX-RPC.
6. Differentiate client side scripting and server side scripting.
7. What are the different types of J2EE Container? Briefly explain their purposes.
8. Develop a Vb script program to perform arithmetic operations.
9. What are the characteristics of C#?
10. List out the services provided by CLR.
Part B
(5x16=80 Marks)
ANSWER ALL THE QUESTIONS
11. (a)(i) Explain 3 tier web based architecture with neat diagram. (10)
(ii) Briefly explain the benefits of web service. (6)
(OR)
http://students3k.com
http://students3k.com

(b)(i) Explain in detail about SOA. (10)


(ii) Elucidate the architecture of web service with Suitable diagrams. (6)
12. (a)(i) Create an XML document for Library management System and apply styles using
CSS. (10)
(ii) Write a short note on components of XML document. (6)
(OR)

(b) Explain in detail about different types of style sheets used with XML document and
write an example for every type.
13. (a)(i) Explain in detail about Servlet Life Cycle. (10)
(ii) Develop a servlet program to explain the client server communication by using Hello
World message. (6)
(OR)
(b)(i) What are the components of JSP? Explain it in detail. (10)
(ii) Develop an application to perform result analysis for an educational institution using JSP.
(6)
14. (a) Explain about ASP objects with suitable examples.
(OR)
(b)(i) Create an web page for online money transfer using HTML and VBScript. (10)
(ii) Write a short note on cookis with examples. (6)
15. (a) Explain in detail about .NET framework architecture and components with diagram.
(OR)
(b)(i) Create an application for payroll processing using C#.NET. (10)
(ii) Write a C# program to sort an array of integers. (6)
***** ALL THE BEST *****

B.E./B.Tech. DEGREE EXAMINATION, MAY/JUNE 2009. Eighth Semester Information


Technology IT 1451 - WEB TECHNOLOGY (Regulation 2004) Time.: Three hours Maximum: 100
marks Answer ALL questions. PART A - (10 x 2 = 20 marks)
1. How to create a fixed background image on a web page?
2. How can I repeatedly execute a code in JavaScript?
3. Develop DHTML page to mouse over the two squares and the background color will change
according to the color of squares.
4. Design DHTML page that will display an alert box with the x and y coordinates of the cursor
clicks inside the page.
5. List any two types of web servers with its application usage.
6. State the advantages of e-commerce over traditional procedure.
7. What are lock and unlock methods. in ASP?
8. Why DTD's?
9. List the steps involved in JSP request.
10.Differentiate HTTP and Generic Servlet.
PART B - (5 x 16 = 80 marks)
11. (a) (i) Design web page to detect the visitors browser name and its version. (4)
(ii)Write short notes on HTTP and MIME protocol.
(12) Or (b) (i)Design web page to create a clock with a timing event. (4)
(ii)Write short notes on SMTP and POP3 protocol.

(12) 12. (a) (i) Design a DHTML page to insert a background image to a textarea, when there is
mouse over on these images and the textarea will get a background image. (10)
(ii)How Data binding happens? Explain with an example. (6)
Or (b) (i)Design a DHTML page to create drop down menu with three menus and on Mouse over.
(10) (ii)Design a DHTML_page to create images and gradients. (6)
13. (a) (i)Draw a neat Web-based e-commerce architecture and describe its components. (12)
(ii) What are the principal technologies for supporting electronic commerce and electronic business?
(4) Or
(b) (i)Describe about Electronic Data Interchange.(8)
(ii) Write about the installation, configuration, deployment and invoking of server objects of an
Apache web server.(8)
14. (a) Design an XML to maintain book details to do the following: (i) Separate Data
(ii) Exchange Data (iii) Store Data (iv) Create new language. (16) Or
(b) (i) Create a ASP page to display Time-based greeting using JavaScript. (6)
(ii) How to create cookies and retrieve its value? Show it with an example. (6)
(iii) List the steps involved to accessing a database from an ASP. (4)
15. (a) (i)Write a program to check for an authentication where the matching information is stored in
a database using Java servlets. (10)
(ii)Design a JSP to builds a table of contents from the client side. (6)
Or (b) (i)Write a Servlet program to Open a text file for reading it from the client side. (10)
(ii)How JSP work? Explain it with an example. (6)

Anda mungkin juga menyukai