Web Technology 2023

Tribhuwan University
Faculty of Humanities and Social Sciences
OFFICE OF THE DEAN
2023
Bachelor of Computer Applications
Course Title: Web Technology
Code No: CACS205
Semester: Third Semester
Full Marks: 60
Pass Marks: 24
Time: 3 hours
Candidates are required to answers the questions in their own words as far as possible.

Candidates are required to answer the questions in their own words as far as possible.

Group B

Attempt any SIX questions.

2. What is an image map? Describe the key steps involved in creating a client image map in HTML using necessary tags and attributes.

5 marks view

3. What is session? Explain how session works with proper example.

5 marks view

4. What is CSS? Explain CSS Box model along with its related properties and example?

5 marks view

5. What is tier Architecture? Differentiate two-tier technology with three-tier technology.

5 marks view

6. What is web server? Explain different functions of web server.

5 marks view

7. What is well formed XML? Explain different ways of DTD implementation for XML documents.

5 marks view

8. Define XPath? Explain different elements required to create XSLT document.

5 marks

Attempt any TWO questions.

9. Design form to accept name, email, phone, gender, country and validate them using server side script with following rules and store them into database called "store" and table "information".

-All fields are required

-Phone number must contain 10 digit

-Email must be valid format

10 marks view

10. Write HTML and CSS  code to design following layout.


10 marks view

11. Write a valid and well-formed xml to store details of visitor list of ABC College with following details and validate record with following information.

- Record must include details of name, mobile, department, related contact person, date, entry time, exit time and visitor as attribute.

- Mobile must be 10 digit. 

- Visitor may not have any contact person

- Record must belongs to Admin, IT, Account and Exam Department.

10 marks view