- On
- By
- 0 Comment
- Categories: Ignou, IGNOU Question Papers
IGNOU Web Programming: BCS-053 June, 2018 Question Paper
Web Programming: BCS-053
June, 2018
Note: Question no.1 is compulsory. Attempt any three questions from the rest.
Q1. (a) Discuss the advantages of Web 2.0 over its previous version. Explain with the help of examples.
(b) How does WML work? Explain with the help of a diagram.
(c) Explain MVC Architecture with the help of a diagram.
(d) What is a session in JSP? Why is session management needed? Explain how cookies can be used for session management.
Q2. (a) What are the scripting elements of JSP? Explain with the help of an example.
(b) Assume that a website database has the following fields:
Item Number, Item Name, Item Code.
Write JSP code/program to display the list of items.

Q3. (a) Explain the use of class selector and Id selector in CSS and HTML with the help of an example for each.
(b) What is WAP? Design a WML program code segment, which takes student attributes Student_ID, Student_Name and Pragramme as input.
Q4. A movie catalog consists of movie details:
The details will have Movie name, Director name, Production year and Production house.
(a) Write an XML document with at least two records for the requirements as above (with suitable assumptions).
(b) Write the DTD that validates the XML document created for the above assumptions.
Q5. Explain any four of the following with the help of an example/diagram:
(a) <details> and <summary> tags of HTML5
(b) Session Object
(c) Need of JSP
(d) GET Method of HTTP
(e) Include Directive in JSP