IT219 Web Programming II

Web Programming II TU Board 2022 question paper

17 questionsSit this paper (timed)

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?

    1
  2. 2.

    Why do we need scripting language?

    1
  3. 3.

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

    1
  4. 4.

    Give any two examples of paired tag.

    1
  5. 5.

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

    1
  6. 6.

    What does getElementsByClassName( ) do in JavaScript?

    1
  7. 7.

    Why do we need form in HTML?

    1
  8. 8.

    Define outlines.

    1
  9. 9.

    How do you define array in JavaScript?

    1
  10. 10.

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

    1

Group B

Exercise Problems(5 × 4 = 20)

  1. 11.

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

    4
  2. 12.

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

    4
  3. 13.

    List any five basic text formatting tags with examples.

    4
  4. 14.

    Create following table using HTML and CSS.

    4
  5. 15.

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

    4

Group C

Comprehensive Answer Questions(2 × 5 = 10)

  1. 16.

    Why client side validation is required? Explain using example.

    5
  2. 17.

    Explain the different types of CSS with examples.

    5

— The End —