CACS205 Web Technology

Web Technology TU Board 2020 question paper

10 questionsSit this paper (timed)

Tribhuvan University

Bachelor of Computer Application

Semester 3 · TU Board 2020

Course Title: Web Technology (CACS205)

Full Marks: 60Pass Marks: 24Time: 3 hours

Candidates are required to answer the question in their own words as far as possible.

Group B

Attempt any SIX question.(6 × 5 = 30)

  1. 2.

    What is HTML5? Explain characteristics of HTML5.

    5
  2. 3.

    Write HTML tag to generate the following table: - Row 1: empty cell (rowspan 2), "Average" spanning 2 columns, "Red Eyes" (rowspan 2). - Row 2: "Height", "Weight". - Row 3: "Males", "1.5", "0.004", "45%". - Row 4: "Female", "1.4", "0.006", "47%".

    5
  3. 4.

    Design the following website's Menu with use of HTML list and appropriate CSS. Navigation menu with items: Home | News | Contact | About (horizontal, separated by borders).

    5
  4. 5.

    Compare and contrast between a block-level element and an inline element in HTML?

    5
  5. 6.

    What is CSS Selector? Explain different types of selector with suitable example.

    5
  6. 7.

    Why session is required in web development? Explain how you set and remove values stored in Session with suitable example?

    5
  7. 8.

    Critically analysis the pitfall of the 3-tier technology in comparison with n-tier technology.

    5

Group C

Attempt any TWO questions(2 × 10 = 20)

  1. 9.

    Design the following layout of webpage with use of div and appropriate CSS. - Logo - Navigation - Header Banner - Two-column content area: Side Bar (left) | Body Area (right) - Footer

    10
  2. 10.

    Write a server-site script for login process assume that user name and password have already exist on database TU under the user table (id, user, password). The login form includes: Username field, Password field, Login button, Lost Your Password link, and Sign Up link.

    10
  3. 11.

    What are the rules for Well-formed XML document? Create a sample well-formed XML and validate it with DTD Schema.

    10

— The End —