BSc CSIT (TU) Science Web Technology (BSc CSIT, CSC318) Question Paper 2080
This is the official BSc CSIT (TU) (Science stream) Web Technology (BSc CSIT, CSC318) question paper for 2080, 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 2080 paper is a great way to practise under real exam conditions.
Section A: Long Answer Questions
Attempt any TWO questions.
Differentiate between DTD and XSD. Write an XSD schema for an XML document describing a list of books.
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.
Section B: Short Answer Questions
Attempt any EIGHT questions.
What is AJAX? Explain how AJAX enables asynchronous communication between the client and the server.
Explain the role of a web server. Differentiate between static and dynamic web pages.
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.