PLEASE MATCH YOUR ASSIGNMENT QUESTIONS ACCORDING TO YOUR SESSION
IGNOU BCSL-57 (July 2024 – January 2025) Assignment Questions
Q1.(a) Design and implement a website/web application consisting of three pages having the following layout:
The Information Division of the three pages should be as per the following description:
(i) The Home Page should display the name of the mobile store “Mobile for You”. It should display the objectives and address of the mobile store.
(ii) The Mobile List Page should be generated by a query to a database “Mobiles” having a single relation Mobile_ram (Mobile_make, RAM_size).
You must use JSP to connect to database and display information as: You must display at least five mobiles in this list.
iii) The Comments Page should display a form as shown below : (Please do not write the code for processing or verification of the form)
(b) Create an external CSS file that ensures that format of all the three pages is as per the layout of Figure 1. The background colour of Link Division should be light green.
You may make suitable assumptions, if needed.
IGNOU BCSL-57 (July 2023 – January 2024) Assignment Questions
Q1. (a) Design and implement a website/web application having three web pages. All the three web pages should have the following layout:
The Link Division should be same in all the three pages. Home, Presenter List and Feedback are links to Home Page, Presenter List Page and Feedback Page respectively.
The Content Division of the three pages should be as under:
(i) The Content Division of Home Page should display workshop name, list of authors and address of the venue.
(ii) The Presenter List should be generated using a database named “Presenter” having the fields Presenter_name and Expertise. You should write JSP program which connects to the database and creates the list in the Content Division of Presenter List Page. The list in the Content Division should be as under:
The list should have at least five presenter names.
(iii) The Feedback Form should display a form. The Content Division of this page should be as under (please do not write any code for processing or verification of the form):
(b) Create an external CSS file that ensures that format of all the three pages is as per the layout of Figure 1. The background colour of Link Division should be light blue.
You may make suitable assumptions, if needed