0% found this document useful (0 votes)
32 views

Assignment 2 & 3

Internet Programming possible Assignment question 2 and 3

Uploaded by

Vinu B
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
32 views

Assignment 2 & 3

Internet Programming possible Assignment question 2 and 3

Uploaded by

Vinu B
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

Assignment 2 last date for submission:24.09.

2018
PART A
1. What is XML parse tree?
2. List any four built-in functions in PHP
3. Construct a PHP code to find the sum of ‘n’ natural numbers
4. Define XML namespaces
5. List out the difference between DTD and schema
6. List out the rules for well-formed XML documents
7. Construct a PHP program determine the type of browser that the web browser the client is
using?
8. List any four built-in objects in PHP
9. Define RSS

PART B & C

10. When should the super global arrays in PHP be used?


11. Construct a PHP program to do string manipulations
12. Explain the steps in connecting PHP code to the database
13. Construct a PHP program to sort the array in ascending order
14. Explain in detail about program control statements in PHP
15. Explain in detail about XML schema with suitable examples
16. Explain in detail about RSS feed and atom
17. Construct a PHP program that tests whether an email address is input correctly. Verify that
the input begins with a series of characters, ‘@’, another series of characters, a period ’.’,
and final series of characters. Test your program with both valid and invalid email addresses
18. Develop an XML document that marks up various sports and its descriptions. Use XSLT to
tabulate neatly the elements and the attributes of the XML document.
19. Demonstrate how the regular expression and cookies are used in PHP with suitable
examples
20. Outline the various steps involved in connecting a database using PHP
21. Design an application to send an email using PHP
22. Create a CD catalog (title, artist, country, price, year) using XML. Use XSLT to tabulate neatly
the elements and the attributes of the XML document in the HTML page.
Assignment 3 last date for submission:13.10.2018
PART A

1. What is web service? List any four examples


2. Define WSDL
3. List out the uses of SOAP protocol?
4. What is the role of a callback function in performing a partial page refresh in AJAX
application
5. What is the use of XMLHttpRequestObject?
6. List any four merits of using AJAX in web services
7. Illustrate the structure of soap message
8. Outline the architecture of web service
9. List out the advantages of AJAX
10. What is Java RPC

PART B & C
11. Compare and contrast the traditional web application architecture and AJAX architecture
12. Explain in detail the steps involved in creation, publishing and testing a web service in detail
13. Outline the various building blocks of SOAP in detail
14. Explain in detail the structure of WSDL document with suitable examples
15. Create an XMLHttpReuest to retrieve data from an XML file and display the data in an HTML
table. The data to be retrieved is a collection of stationary items stored in an XML file.
16. Create a web service to return the product of integers with the necessary deployment
procedures
17. Explain in detail about database driven web service
18. Create a web service to return the sum of integers with the necessary deployment
procedures
19. Implement a simple soap web service analogous to calculator service.

You might also like