BITM 3rd Semester
Web Programming I Board Question Paper 2022

Views: ...

website-logo TUpapers.com
TRIBHUVAN UNIVERSITY
FACULTY OF MANAGEMENT
Office of the Dean
January 2022
Full Marks:40 Pass Marks:20 Time:2 hrs.
BIM /
Third Semester /
IT 215:
Web Programming 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.

What does link means?

2.

Why do we need scripting language?

3.

Scale any object by decreasing its size by 50% of its original size.

4.

Give any two examples of paired tag.

5.

Which property of a table specifies whether the border should be shown if a cell is empty?

6.

What does getElementsByClassName( ) do in JavaScript?

7.

Why do we need form in HTML?

8.

Define outlines.

9.

How do you define array in JavaScript?

10.

Write output: document.write(5+"5");

Section "B"

Exercise Problems:

[5 × 4 = 20]
11.

Define array. Create a two dimensional array storing five student's data and display them in HTML table.

12.

Write JavaScript to find whether the given number is multiple of 5 or not.

13.

List any five basic text formatting tags with examples.

14.

Create following table using HTML and CSS.

15.

How do you link audio, video and image using HTML? Illustrate with an example.

Section "C"

Comprehensive Answer Questions:

[2 × 5 = 10]
16.

Why client side validation is required? Explain using example.

17.

Explain the different types of CSS with examples.