Tribhuvan University
Bachelor of Computer Application
Semester 3 · TU Board 2024
Course Title: Web Technology (CACS205)
Full Marks: 60Pass Marks: 24Time: 3 hours
Candidates are required to answer the question in their own words as far as possible.
Group B
Attempt any SIX question.(6 × 5 = 30)
- 2.5
What is CSS? Explain the method of using CSS on the web page.
Answer comingAlso asked in 2021
- 3.5
What is XML? Write rules to create XML document with example.
- 4.5
Explain HTML form elements with suitable example.
- 5.5
What is XPath? Write XSLT code to display your books information (Title, price ISBN, subject code) store into XML.
- 6.5
Why server side programming is important for web development? Explain with its major features.
- 7.5
Why session is important for web development, write a server side script to create, store, retrieve and remove session and cookies.
- 8.5
Explain multi-tier technology with its advantage and disadvantages.
Group C
Attempt any TWO questions(2 × 10 = 20)
- 9.10
Write a server side script for implementing login. Your program should take username and password as input and redirect to home page if validated otherwise prints an error try again.
Answer comingAlso asked in 2021
- 10.10
Compare XML Schema with DTD. Write XML schema to describe student as root element, name as child element with first_name, middle_name, last_name, city as child elements with its content "KTM", "PKR", "LPT" and rollno as its attribute.
- 11.10
Create web page with following details. a) Create basic structure. b) Add header section to the top of page which contain logo and search bar. c) Create two column layout of (25%, 75%) width and put important list into first one and image gallery into second one. d) Add footer section, which includes address of company and copyright information. e) Also add some basic CSS using external stylesheet.
— The End —