BITM 3rd Semester
Web Technology I Board Question Paper 2023

Views: ...

website-logo TUpapers.com
TRIBHUVAN UNIVERSITY
FACULTY OF MANAGEMENT
Office of the Dean
September - October 2023
Full Marks:60 Pass Marks:30 Time:3 Hrs.
BIM /
Third Semester /
IT 237:
Web Technology I

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

Long Answer Questions
Section "A"

Brief Answer Questions:

[10 × 1 = 10]
1.

Differentiate between web 1.0 and web 3.0.

2.

What is the task of

3.

How do you insert external CSS?

4.

What is JSON?

5.

Define namespace.

6.

List any two advantages of static website.

7.

What is meta tag?

8.

What is class selectors?

9.

Define cookies.

10.

How does XML affect the semantic of web?

Section "B"

Short Answer Questions: (Attempt any FIVE Questions)

[5 × 3 = 15]
11.

Explain the client / server architecture in web.

12.

Create the following table in HTML.

13.

When do you prefer internal CSS? Explain with an example.

14.

Describe the advantages of form validation in client side.

15.

How do you define X path and X Query? Illustrate with an example.

16.

Describe the different HTML tags for text formatting.

Section "C"

Long Answer Questions: (Attempt any THREE Questions)

[3 × 5 = 15]
17.

Describe any five HTML5 sectioning elements.

18.

Write a JavaScript program to take two integers and find their sum if both are even otherwise find their differences.

19.

How do you create borders, margins and padding in CSS?

20.

Discuss the different types of data types in JavaScript.

Section "D"

Comprehensive Answer / Case / Situation Analysis Questions:

[2 × 10 = 20]
21.

Create the following form in HTML and write JavaScript code to validate phone, email, password and confirm password, and user id (number only).

User ID
Phone
Email
Password
Confirm Password

22.

How do you define request and response message? What are the purposes of JQuery, React and Angular JS? Explain.