Blogger Widgets

Total Page visits

Showing posts with label Internet Programming. Show all posts
Showing posts with label Internet Programming. Show all posts

Thursday, July 18, 2013

INTERNET PROGRAMMING ANNA UNIVERSITY QUESTION PAPERS April/May 2010


PART A-(10x2=20 marks)

1. Mention any two limitation of CGI.

2. What is the purpose of firewall?

3. List out the advantanges of SLIP.

4. What are the mandatory attributes of Applet tag?

5. What is the use of HREF?

6. Distinguish between a static web page and a dynamic web page.

7. What do you mean by data binding?

8. List out the advantages of ActiveX control.

9. Define: Cookie.

10. Mention the advantages of Multi-tier applications.



PART B-(16x5=80 marks)

11.(a)(i) Explain: URL and its types with examples.
(ii) Write a simple Java program for chatting using TCP.

OR

(b) Write short notes on:
(i) SGML.
(ii) Internet Standards.

12.(a) Write a Java program to accept two parameters from the command line. If there is no command
line argument entered, the program should print the error message and exit. The programs
should check whether the first file exists and if it is an ordinary file. If it is so, then
its contents are copied to the second file.

OR

(b) Write short notes on:
(i) Font class.
(ii) Update.
(iii) Repaint.
(iv) Paint.

13.(a)(i) Create a web page for your dream company with the necessary details.
(ii) Describe the strength and weakness of JavaScript.

OR

(b) Create a web page for student admission process with necessary validation using JavaScript
CSS.

14.(a) Explain :Filters and Transition with necessary example.

OR

(b) Write a HTML web page using DHTML and CSS for multimedia data.

15.(a) Explain the JDBC architecture and its driver types.

OR

(b) Write a servlet program using HTTP Servlet and Generic Servlet.

INTERNET PROGRAMMING ANNA UNIVERSITY QUESTION PAPERS APRIL/MAY 2008


B.E DEGREE EXAMINATION, APRIL/MAY 2008
CS1401 - INTERNET PROGRAMMING

Part –a
1. List out the devices used to form internet work and specify each one of its purpose.
2. What Is The Use Of MIME
3. What is meant by serialization of objects in Java.
4. Write a java program to load and display an image.
5. State about the different usage of HTML flames.
6. List out the objects involved in java script with its purpose.
7. Define DHTML event bubbling
8. Write down the DHTML syntax for bind an image to the data and sort the data.
9. Write about servlet life cycle.
10. Define servlet cookies.

Part –b
11. A) Explain the steps involved in making the communication using TCP/IP with neat diagram.

Or
b) write a program using CGI and explain how CGI WORKS.

12. A) Explain java networking using sockets with your own examples program.
Or
b) write a java program for creating email client and protocol handling .

13. A). write a HTML program for the registration of new customer to the online banking system. ( customer data collected using a form , after submitting account number and type of account and username , password is displayed as output.)

Or
  b)
i. write a java script to print a marklist for 10 student s in a HTML table.
ii. Write a javascript that inputs a telephone number as a string in the form of (555) 555-5555. The script should use string method split to extract the area code as a token. The first 3 digits of the phone number as a token , the last 4 digits of the phone number as a token. Display the area code in one text field and seven digit phone number in another text field.
14. a) apply DHTML chroma and flip filter and reveal trans transition for an image.
or
b) write a DHTML program to handle any three mouse events.
15). A) explain how servlet deals HTTP get and post requests with an example program.

Or
b). Write a program for banking application using JDBC (consider 5 customer create a/c no and type, set some minimum balance do credit and debit operation and print consolidated report for month wise transaction.)