BSc CSIT (TU) Science Web Technology (BSc CSIT, CSC318) Question Paper 2081
This is the official BSc CSIT (TU) (Science stream) Web Technology (BSc CSIT, CSC318) question paper for 2081, as set in the regular annual examination. It carries 60 full marks and a time allowance of 180 minutes, across 12 questions. On Kekkei you can attempt this Web Technology (BSc CSIT, CSC318) past paper online with a timer, get instant AI feedback and step-by-step solutions, and track the topics where you lose marks — completely free. Whether you are revising for your BSc CSIT (TU) Web Technology (BSc CSIT, CSC318) exam or solving previous years' question papers, this 2081 paper is a great way to practise under real exam conditions.
Section A: Long Answer Questions
Attempt any TWO questions.
Explain cookies and sessions in PHP. Write a PHP script that uses sessions to manage user login state.
What is XML? Create an XML document to describe a "weather report" with appropriate elements and attributes, and write an equivalent DTD for it.
Explain how PHP handles forms and connects to a MySQL database. Write a PHP script to insert and retrieve student records from a MySQL database.
Section B: Short Answer Questions
Attempt any EIGHT questions.
What is JSON? Differentiate between JSON and XML for data exchange.
What are cookies? Explain how cookies are created and read in a web application.
Differentiate between the Internet and the World Wide Web. Explain the client-server architecture of the web.
Explain HTML tables and forms with examples of the common form elements.
Explain different types of CSS selectors with examples.
Explain JavaScript data types, operators and control structures with examples.
What is the Document Object Model (DOM)? Explain how JavaScript is used to manipulate the DOM.
What is XSLT? Explain how XSLT is used to transform an XML document with an example.
Explain arrays in PHP. Differentiate between indexed, associative and multidimensional arrays with examples.