You are on page 1of 3

Page 1 of 3

B.E / B.Tech. PRACTICAL END SEMESTER EXAMINATIONS


Sixth Semester
CS 8661 & INTERNET PROGRAMMING LABORATORY
(Regulations - 2017)

Time : 3 Hours Answer any one Question Max. Marks 100

(To be filled by the question paper setter)

Procedure Program Output Viva-Voce Record Total


20 40 20 10 10 100

1. Create a web pages using frameset for tourist information, the web pages must contain
information about restaurants, transport details, tourist spots near to your home town. Design
these web pages using hyperlinks, header tags and image tags.

2. Create a website for a tourism spot and apply all the CSS styles. The website should display
spots to visit, hotels/Resorts, vehicle Booking option, Travel Guide.

3. Develop a website for on-line shopping which consist of web pages like home page, registration
and user login, goods catalog, on-line payment and order confirmation using forms. Use Java
script for client side validation.

4. Write a web application for an on-line supermarket using Java Servlets. Invoke the servlet from
HTML web page using a hyperlink.

5. Write programs in Java to create three-tier applications using servlets for to calculate income tax
calculation for an employee. Assume that employee information is available in a database which
has been stored in a database server.

Calculation of Income tax

Net Taxable Income = (Gross pay * 12) - (House Rent Allowance *12) - (Standard Detection
=50,000)- {(Pension*12 Maximum detection of this category is 150,000/- } -) - (Health Insurance
* 12

if net taxable is below 500,000/- tax is Nill. if it exceeds condition then Tax calculation slab
rate given below is to be followed.

0 to 250,000 - tax=0,

250,001 to 500,000= 5% (net taxable income – 250,000)

500,001 to 1000,000 = 12, 500 + 20% (net taxable income – 500,000/- )

if the income > 10,00,000 tax= 112,500 + 30% net taxable income – 10,00,000/- ).
Page 2 of 3

6. The employee payroll system is built for employee and manager. The employee can view his
salary and the manager can add a new employee, update employee details and calculate and
credit the salary. The employee and manager can log into the system providing their respective
user names at login, if the entered input is incorrect an appropriate message is displayed. Design
and implement the above module using JSP with database.

7. Create a Web application using JSP and database to purchase from amazon.com.

8. Create and save an XML document at the server, which contains 10 users Information. Write a
Program, which takes user Id as an input and returns the User details by taking the user
information from the XML document.

9. Create an XML document for Sports Online Portal, the document must contain Player Id, Player
Name, Interested Game, Age, Gender, Date of Birth, Coach Id, Coach Name fields. Navigate the
document using DOM Parser.

10. Implement a web service for an air ticket reservation in an airline which offers the cheapest air
fare.

11. Create a web page with the following using HTML

a. To embed a map in a web page

b. To fix the hot spots in that map

c. Show all the related information when the hot spots are clicked.

12. Create a Web page using Cascading style sheets for an Insurance Company with different
policies for Health Care, Two- wheeler and Four-wheelers. Use Hyperlinks and embedded
images in a web pages. Use Tables to list the set of schemes available for each domain.

13. Write a java script to validate the following fields in a registration page

a. Name (should contains alphabets and the length should not be less than 6 characters)

b. E-mail (should not contain invalid addresses)

c. Mobile number (should be 10 digit mobile number)

14. Create a web application for online Course registration using Java Servlets. Display total number
of users visited this website.

15. Write a web application for Railway reservation using Java Servlets. Use database for record
updating.
Page 3 of 3

16. Develop a web application for Railway reservation system using JSP. Use sessions and perform
appropriate validations. Your application must access database.

17. Develop a web application for online examination system using JSP. Use sessions and perform
appropriate validations. Your application must access database.

18. Create an XML document for Hospital Management System, the document must contain Patient
Id, Patient Name, In Patient / Out Patient, Age, Gender, Date of Admission (in-patient) / Date of
last visit (out-patient), Doctor Name fields. Navigate the document using DOM Parser.

19. i. Validate the form using PHP regular expression.

ii. PHP stores a form data into database.

20. Write two web services for

i) currency converter (Dollar to EURO, Yen to Euro, INR to Euro and vice versa)

ii) distance converter (meter to KM, inches and feet)

You might also like