Chapter Study

BCA Semester 3 Web Technology () Questions & Answers | Past TU Exam Papers

Practice from Web Technology with detailed solutions and model answers from past Tribhuvan University exams.

20
Questions
130
Marks
Back to All Chapters

Why server side programming is important for web development? Explain with its major features.

MediumTHEORY5 marks2024(TU FOHSS Final)

Why session is important for web development, write a server side script to create, store, retrieve and remove session and cookies.

MediumTHEORY5 marks2024(TU FOHSS Final)

Explain Multi-Tier Technology with its Advantages and Disadvantages

MediumMCQ5 marks2024(TU FOHSS Final)

Write a Server-Side Script for Implementing Login

HardTHEORY10 marks2024(TU FOHSS Final)

List common application of web server, Explain how session works.

MediumMCQ5 marks2019(TU FOHSS Final)

What is anonymous access? Discuss about Integrated windows authentication.

MediumMCQ5 marks2019(TU FOHSS Final)

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

MediumMCQ5 marks2023(TU FOHSS Final)

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

MediumMCQ5 marks2023(TU FOHSS Final)

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:

  1. Record must include details of name, mobile, department, related contact person, date, entry time, exit time and visitor number as attribute.
  2. Mobile must be 10 digit. Visitor may not have any contact person.
  3. Record must belongs to Admin, IT, Account and Exam Department.
HardTHEORY10 marks2023(TU FOHSS Final)

How does Tier Technology function inside the architectural framework of a web application?

MediumTHEORY5 marks2022(TU FOHSS Final)

How does a web server process and handle HTTP requests and responses with example?

MediumTHEORY5 marks2022(TU FOHSS Final)

Create a server site script to use cookie variables for the login and logout process without using databases.

MediumTHEORY5 marks2022(TU FOHSS Final)

Use server-site scripting to calculate the x using the data from two text boxes.

MediumTHEORY5 marks2022(TU FOHSS Final)

Given an XML document that contains a list of products with the following elements: productname, category, price, and quantity, write an XSLT stylesheet that:

  • a) Filters out any products that have a quantity less than 10.
  • b) Groups the remaining products by category and creates a new XML document with a new element called "category" that contains the products within that category as child elements.
  • c) Within each category element, sort the products by price in descending order.
  • d) Transforms the element "productname" into an attribute of each product element.
  • e) Add a new element called "total-price" to each product element, which contains the total price of the product (price quantity).
MediumTHEORY10 marks2022(TU FOHSS Final)

Make a script for the server site to display the following data by reading from adatabase and saving any new values that the user has updated. Think about the specifications of your own database, if any. image

MediumTHEORY10 marks2022(TU FOHSS Final)

Critically analysis the pitfall of the 3-tier technology in comparison with n-tier technology.

MediumTHEORY5 marks2020(TU FOHSS Final)

Define Session. Explain its use with example.

MediumTHEORY5 marks2021(TU FOHSS Final)

Write an example of server side script to insert data in database.

MediumTHEORY5 marks2021(TU FOHSS Final)

Explain the key component of XML file. Write an XML to describe "address" as an element and "state, city, municipality and house-no" as its attributes. Also define XSD for the XML file.

HardTHEORY10 marks2021(TU FOHSS Final)

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".

HardTHEORY10 marks2021(TU FOHSS Final)
Showing 20 questions (more available)

Unit 4: The Server Tier (8Hrs) chapter questions with answers for Web Technology (BCA Semester 3). Prepare for TU exams with our comprehensive question bank and model answers.