You are on page 1of 4

ANNA UNIVERSITY: CHENNAI 600 025

B.E. / B.Tech. DEGREE EXAMINATIONS, APRIL / MAY 2014


INFORMATION TECHNOLOGY
SIXTH SEMESTER
IT2357: WEB TECHNOLOGY LAB
TIME: 3 HOURS

MARKS: 100

1. a. Develop a java application using applets for a library management system.


Document the functional requirements you are considering.

(90)

b. Viva- Voce 10 marks

2. Develop a java application using applets for a banking system. Document the
functional requirements you are considering.

(90)

b. Viva- Voce 10 marks

3. a. Develop a java application using applets for an inventory control system.


Document the functional requirements you are considering.

(90)

b. Viva- Voce 10 marks

4. a. Develop a java application using applets for a hospital information system.


Document the functional requirements you are considering.

(90)

b. Viva- Voce 10 marks

5. a. Create a web page containing the details available in a beach resort using
DHTML. Use at least five hyperlinks. Also embed images in the web page you
are creating. Document the functional requirements you are considering.
b. Viva- Voce 10 marks

(90)

6. a. Create a web page using cascading style sheets for an Automobile Company
which markets and sells cars. Use at least five hyperlinks. Also embed images in
the web page you are creating. Document the functional requirements you are
considering.

(90)

b. Viva- Voce 10 marks

7. a. Create HTML forms for admitting students in a college. The college has three
branches. Invoke servlets from HTML forms. Document the functional
requirements you are considering.

(90)

b. Viva- Voce 10 marks

8. a. Create HTML forms for a hospital management system that will keep track of
both inpatients and out patients. Invoke servlets from HTML forms. Document
the functional requirements you are considering.

(90)

b. Viva- Voce 10 marks

9. a. Create java application using applets for admitting students in a college. The
college has three branches. Invoke servlets from applets. Document the functional
requirements you are considering.

(90)

b. Viva- Voce 10 marks

10. a. Create a java application using applets for a hospital management system that
will keep track of both inpatients and out patients. Invoke servlets from applets.
Document the functional requirements you are considering.

(90)

b. Viva- Voce 10 marks

11. a. Develop a web application for a Banking System using JSP. Use cookies as part
of the web application and perform appropriate validations. Document the
functional requirements you are considering.
Note: Your application must access a database.

(90)

b. Viva- Voce 10 marks

12. a. Develop a web application for an Online Examination System using JSP. Use
cookies as part of the web application and perform appropriate validations.
Document the functional requirements you are considering.

(90)

Note: Your application must access a database.


b. Viva- Voce 10 marks

13. a. Consider a case where we have two web services: an airline service and a travel
agent. The travel agent is searching for an airline. Implement this scenario using
web services and database. Document the functional requirements you are
considering.

(90)

b. Viva- Voce 10 marks

14. a. Create an XML document for the following relations for an order processing
application:

(45)

CUSTOMER (CUSTOMERNO, CNAME, CITY)


CUST_ORDER (ORDERNO, ODATE, CUSTOMERNO REFERENCES
CUSTOMER, ORD_AMT)
ITEM (ITEMNO, ITEM_NAME, UNIT_PRICE)
ORDER_ITEM (ORDERNO REFERENCES CUST_ORDER, ITEMNO
REFERENCES ITEM, QTY)
Here, ORD_AMT refers to total amount of an order (ORD_AMT is a derived
attribute); ODATE is the date the order was placed. The primary keys are
underlined.
b. For the XML document created, create a style sheet and display the document
in a browser.
c. Viva- Voce 10 marks

(45)

15. a. Create an XML document for the following relations for the office of the
controller of examinations application:

(45)

STUDENT (ROLLNO, NAME, DOB, GENDER, DOA, BCODE)


DOA Date of admission
BRANCH (BCODE, BNAME, DNO)
DEPARTMENT (DNO, DNAME)
COURSE (CCODE, CNAME, CREDITS, DNO)
BRANCH_COURSE (BCODE, CCODE, SEMESTER)
ENROLLS (ROLLNO, CCODE, SESS, GRADE)
For Example: SESS can take the values APRIL2011, NOVEMBER2011
Students are admitted to branches. Branches are offered by departments. A branch
is offered only by one department. Each branch has a set of courses (subjects)
each student must enroll during a semester. Courses are offered by departments. A
course is offered only by one department. If a student is unsuccessful in a course
he / she must enroll for the course during the next session. A student has
successfully completed a course if a the grade obtained by a student is from the
value set (S, A, B, C, D, E). A student is unsuccessful if he / she have
obtained a U grade in a course.
The primary keys are underlined.
b. For the XML document created, create a style sheet and display the document
in a browser.

(45)

c. Viva- Voce 10 marks


********

You might also like