BCA 3rd Semester
Web Technology Board Question Paper 2020 - Tribhuvan University (TU) 2020

Views: ...
Tribhuvan University official logo

Tribhuvan University

Faculty of Humanities & Social Science
OFFICE OF THE DEAN
TUpapers.com TUpapers.com

Bachelor In Computer Application

Course Title: Web Technology

Code No: CACS 205

Semester: III

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

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

Group B
Attempt any SIX question.
[6x5=30]
2.

What is HTML5? Explain characteristics of HTML5.

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%".

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.

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

6.

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

7.

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

8.

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

Group C

Attempt any TWO questions

[2x10=20]
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.

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.

11.

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