0% found this document useful (0 votes)
153 views3 pages

CCS375 Set2

This document outlines the practical end semester examination for the fifth semester B.E / B.Tech. course CCS375 - Web Technologies. It includes 20 potential examination questions related to developing web pages using HTML, CSS and JavaScript, installing and configuring web servers like Tomcat, and developing dynamic web applications using servlets, JSP, and XML. Students will need to answer one of the questions in 3 hours and will be evaluated based on various criteria like the required components, programming, calculations, viva voce, records, and total marks.

Uploaded by

kayalvizhi.1285
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
153 views3 pages

CCS375 Set2

This document outlines the practical end semester examination for the fifth semester B.E / B.Tech. course CCS375 - Web Technologies. It includes 20 potential examination questions related to developing web pages using HTML, CSS and JavaScript, installing and configuring web servers like Tomcat, and developing dynamic web applications using servlets, JSP, and XML. Students will need to answer one of the questions in 3 hours and will be evaluated based on various criteria like the required components, programming, calculations, viva voce, records, and total marks.

Uploaded by

kayalvizhi.1285
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 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/Principle/Apparatus Tabulation/Circuit/ Calculation Viva-Voce Record Total


required/Procedure Program/Drawing & Results
30 30 10 10 100
20

Create a web page for a restaurant using HTML with the following:

1. a. To embed the images of food items.

b. To fix the hot spots for special combo offer items.

c. Show the details of name of the combo offer items and price when the hotspots are
clicked.

Create a college web site containing information of various departments with the following:

2. • Cascading style sheets.

• Embedded style sheets.

• Inline style sheets. (Use your college information for the web pages)

3. Write a Java Script to develop a Calculator application to perform all the arithmetic operations.

4. Write a Java Script to develop a digital clock to display the time and to set the timer.

5. Install TOMCAT web server. Develop a web application for hospital management system in
web.xml with patient-id and password. Each patient should have a separate login. Convert the
static web pages into dynamic web pages using servlets and cookies.

Page 1 of 3
6. Write a program to develop a digital library application in Java using Servlets:

i. To invoke servlets from HTML forms

ii. Session tracking using hidden form fields

iii. Session tracking for counting the number of times visited by the user.

7. Write a Java program to create three-tier applications using JSP for conducting on-line university
examination and display the student mark list. Assume that student information is available in a
database which has been stored in a database server.

Create a web page using HTML with the following:

8. a. To embed an Indian map with the web page.

b. To fix the hot spots to show the Capital of different states.

c. Show the details such as name of the state and its capital when the hot spots are
clicked.

9. Develop a client-side script for an online banking application to validate the registration, user
login and profile.

10. Create a web site for online shopping that provides information of different consumer products
with the following:

• Inline style sheets.

• Cascading style sheets.

• Embedded style sheets.

11. Install Apache TOMCAT web server. Develop a university management system for students to
access curriculum, examination schedule and results in web.xml with student-id and password.
Each student should have a separate login. Convert the static web pages into dynamic web pages
using JSP and cookies.

12. Write a program to develop a digital library application in Java using Servlets:

i. To invoke servlets from HTML forms

ii. Session tracking using hidden form fields

iii. Session tracking for counting the number of times visited by the user.

Page 2 of 3
13. Write a Java program using JSP for online airway ticket reservation and display the fare and the
ticket availability of flights. The flight information is available in a database which has been
stored in a database server.

14. Create and save an XML document at the server which contains the details of 5 tourist places in
India. Write a program, which takes name of the place as an input and returns all the details by
taking the information from the XML document.

15. Create a web service for College Management System that provides information of different
departments and add design using inline, cascading and embedded style sheets.

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

17. Write a program in Java to develop three tier application of employee payroll system using JSP
and display the employee details. Assume the information of employee is available in a database
which has been stored in a database server.

18. Create and save an XML document at the server that gives the details of location of 5 organic
stores of various agricultural products in your home town. Write a program, which takes name of
the store as an input and returns the details by taking the information from the XML document.

19. Write a Java program using JSP for Call taxi service and display the details such as availability
of service, vehicle no., driver information, distance and fare. The information should be
dynamically loaded from DB.

20. Create an XML document at the server for an e-book library which contains the details of at least
5 books. Write a program, which takes name of the book as an input and returns all the details by
taking the information from the XML document.

Page 3 of 3

You might also like