Tribhuvan University
Bachelor of Information Technology Management
Semester 4 · TU Board 2022
Course Title: Web Programming II (IT219)
Full Marks: 40Pass Marks: 20Time: 2 hrs
Candidates are required to give their answers in their own words as for as practicable.
Group A
Brief Answer Questions(10 × 1 = 10)
- 1.1
What does link means?
- 2.1
Why do we need scripting language?
- 3.1
Scale any object by decreasing its size by 50% of its original size.
- 4.1
Give any two examples of paired tag.
- 5.1
Which property of a table specifies whether the border should be shown if a cell is empty?
- 6.1
What does getElementsByClassName( ) do in JavaScript?
- 7.1
Why do we need form in HTML?
- 8.1
Define outlines.
- 9.1
How do you define array in JavaScript?
- 10.1
Write output: document.write(5+"5");
Group B
Exercise Problems(5 × 4 = 20)
- 11.4
Define array. Create a two dimensional array storing five student's data and display them in HTML table.
- 12.4
Write JavaScript to find whether the given number is multiple of 5 or not.
- 13.4
List any five basic text formatting tags with examples.
- 14.4
Create following table using HTML and CSS.
- 15.4
How do you link audio, video and image using HTML? Illustrate with an example.
Group C
Comprehensive Answer Questions(2 × 5 = 10)
- 16.5
Why client side validation is required? Explain using example.
- 17.5
Explain the different types of CSS with examples.
— The End —