PLEASE MATCH YOUR ASSIGNMENT QUESTIONS ACCORDING TO YOUR SESSION
IGNOU MCSL-16 (July 2024 – January 2025) Assignment Questions
Question 1: A University maintains a website to display the programme wise list of students who were successful in its entrance examination and are eligible for admission. The website displays a list of programmes and for each programme a list of successful students. In addition, it also displays two forms – the first form allows student to register for the programme and second form is a feedback form about the website. Design and create four web pages for the e-Commerce company namely, Home, Programmewise_student_list, Student_Registration Form and Feedback form, having the following features:
For consistency, every webpage of website should consist of three basic divisions –
Heading – This division should be the same for all four web pages and should display the name and logo of the University. This division should have different background colour.
Menu – This division should be the same for every web page. It should contain links to all the web pages, viz. Home, Programmewise_student_list, Student_Registration Form and Feedback form.
Content – This division should display the basic information, as given below. The web pages that you are designing should differ in this Division only.
The Content division of the different pages should be as under:
The Home page should include a message from the Head of the University, welcoming all the• successful students to the University.
The Programmewise_student_list page should display information about all the Programmes of the• University and under each programme it should display the list of successful students. You should display this information by using multi-level lists.
The Student_Registration page should contain a form, which should have fields – Name of the• Student, Programme, and Serial Number in the List. You should write JavaScript code to verify that all the fields are filled with some data. This code should be run when the Submit button is pressed.
The Feedback page should display another form that has two input fields – The name of the• student and a text area for giving the feedback. This form should have a Submit button.
Question 2: What are the advantages of using external style sheet along with an HTML web page? Explain with the help of an example. List the advantages of using Python for web development.
IGNOU MCSL-16 (July 2023 – January 2024) Assignment Questions
Q1: An e-Commerce website maintains the list of its products and sellers. The website displays the list of the items, the seller who sells those items and the price of the items. In addition, it also displays a form for seller registration and a form for the customer for feedback about the website. Design and create four web pages for the e-Commerce company namely, Home, Items, Seller_Registration Form and Feedback, having the following features:
For consistency, every webpage of website should consist of three basic divisions –
Header – This division should be the same for all four web pages and should display the name and logo of the e-commerce company. This division should be in different background colour.
PageList – This division should be the same for every web page. It should contain links to all the web pages, viz. Home, Items, Seller_Registration Form and Feedback form.
Content – This division should display the basic information as given below. The web pages that you are designing should differ in this Division only.
The Content division of the different pages should be as under:
• The Home page should include a message from the e-commerce company, welcoming all the customers to the website.
• The Item page should display information about all the items being sold. It should include the item name, specification, item price etc. You should display this information by using a table.
• The Seller_Registration page should contain a form, which should have fields – Seller name, phone number, address and a Submit button. You should write JavaScript code to verify that all the fields are filled with some data. This code should be run when the Submit button is pressed.
• The Feedback page should display another form that has three input fields – The name of the customer, the reason for feedback and a text area for giving the feedback. In addition, this form should have a Submit button.
Q2: List one of the ways of using CSS along with an HTML file. List the features of Angular Framework.