CSIT 5th Semester
Web Technology Board Question Paper 2082 Old Course


CSC 329-2082 ✡
Tribhuvan University
Institute of Science and Technology
2082
Bachelor Level/Third Year/Fifth Semester/Science
Computer Science Information Technology (CSC 329)
(Web Technology)
(Old Course)
Full Marks:60 Pass Marks:24 Time:3 hours

Candidates are required to give their answers in their own words as for as practicable.
The figures in the margin indicate full marks

Section A
Long Answer Questions
Attempt any Two question.
[2x10=20]
1.

What is the use of CSS in web technology? How can you embed CSS in an HTML document? Illustrate with examples.

2.

What is client side scripting? How is exception handling done? Write a JavaScript program to handle exceptions.

3.

What is a function? How can you define and declare functions in PHP? Write a PHP program that will have a function computeany(). The function should take variables as arguments and return some value. Use your assumption for the logic of the function.

Section B

Attempt any Eight questions

[8x5=40]
4.

Differentiate Web2.0 from Web1.0

5.

Write a HTML script to demonstrate use of rowspan and colspan in the HTML table.

6.

What is the use of article and aside tag in HTML? Illustrate with examples

7.

Write a program to illustrate hide and show effects in jQuery.

8.

What is XML? Explain the rules for defining the XML elements.

9.

Create an XML document with proper elements. Now, write an equivalent XSLT script to display the XML contents into HTML.

10.

Discuss the use and installation of wordpress.

11.

What is the window object in JavaScript? How can you use the AddEventlistener() method in the window object?

12.

What is the client/server architecture? Discuss various types of client/server architecture.