Download as pdf or txt
Download as pdf or txt
You are on page 1of 3

B.E / B.Tech.

PRACTICAL END SEMESTER EXAMINATIONS, NOVEMBER/DECEMBER 2023


Fifth Semester

CCS375 – WEB TECHNOLOGIES

(Regulations 2021)

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

Aim/Procedure Program Execution & Viva-Voce Record Total


Results

20 30 30 10 10 100

1. Create a web page with the following using HTML

a. To embed an image technology forum in a web page

b. To fix the hot spots for each technology forum

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

2. Create a website for online programming course learning platform and apply all the CSS styles.
The website should display list of course details, course features, popular topics, popular course
instructors, and ratings.

3. Develop a website for online internet banking which consist of web pages like home page,
registration and user login, and amount transaction using forms. Use Java script for client side
validation.

4. Install TOMCAT web server. Convert the static web pages of programs into dynamic web pages
using JSP and cookies. Hint: Online shopping (Users information - user id, password) would be
stored in web.xml. Each user should have a separate shopping cart.

5. Write programs for creating college webpage in Java using Servlets


i. To invoke servlets from HTML forms
ii. Session tracking using hidden form fields and Session tracking for a hit count

Page 1 of 3
6. Write programs in Java to create three-tier applications using servlets for conducting online
certification course examination for displaying selected candidate rank list. Assume that
candidate information is available in a database which has been stored in a database server.

7. Create and save an XML document at the server, which contains 5 books information.
Write a Program, which takes book title as an input and returns the book details by taking the
book information from the XML document.

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

9. Create a JavaScript application for credit card pages to validate the registration, user login, user
profile and payment details.

10. Creating the XML file that contains 10 student’s information and displaying the XML file using
XSLT.

11. Create a registration form for creating e-leaning library account and validate the registration using
JavaScript and alert the user if any error found otherwise alert the user that registration is success.

12. Create a web page with the following.


a. Cascading style sheets.
b. Embedded style sheets.
c. Inline style sheets. Use college information for the web pages.

13. Write a program to convert the static web pages of programs into dynamic web pages using
servlets (or JSP) and cookies. Install TOMCAT web server. Create a database with user
information and books information. The books catalogue should be dynamically loaded from the
database.

14. Create and save an XML document at the server, which contains five 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.

Page 2 of 3
15. Create a web page with the following using HTML

a. To embed an image map in a web page.

b. To fix the hot spots.

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

16. Write programs for creating Insurance company webpage in Java using Servlets:
i. To invoke servlets from HTML forms
ii. Session tracking using hidden form fields and Session tracking for a hit count

17. Create a webpage for hospital management must contain at least five tables and add design using
all types of Cascading style sheets.

18. Write programs in Java to create three-tier applications using servlets for online shopping review
rating website and displaying the positive and negative reviews. Assume that feedback-review
information available in a database which has been stored in a database server.

19. Develop an inventory management system which stores sales product information in the form of
XML document at the server. Write a Program, which takes product Id as an input and returns the
product details by taking the information from the XML document.

20. Write programs in Java to create three-tier applications using JSP and Databases

a. For conducting recruitment examination.

b. For displaying candidate mark list. Assume that candidate information is available in a
database which has been stored in a database server.

Page 3 of 3

You might also like