Web Technologies Time: 2 Hrs. Full Marks: 40 Pass Marks: 16
Web Technologies Time: 2 Hrs. Full Marks: 40 Pass Marks: 16
Time: 2 Hrs.
Full Marks: 40 Pass Marks: 16
Candidates are required to answer the questions in their own word as far
as practicable.
Group ‘A’
Answer any TWO questions from this section. Each
question carries EIGHT marks.
1. Different between web client and web server. Explain the 2-Tier, 3-
Tier and n-Tier technology with its architecture.
2. Write one single program in HTML and JavaScript that displays a
web form with following elements: three textbox (username, email and
passwor), one radio buttons, one options selection box (combo box) and
a submit button; Perform proper form validation when submit button is
clicked. If form validation passes, display all the values of the form
elements in browser.
3. Differentiate between HTML and XML? Explain the XML syntax and
structure rules.
Group ‘B’
Answer any SIX questions from this section. Each
question carries FOUR marks.
4. Discuss the structure of HTML document with suitable example.
5. What are the different types of pop up boxes in javascript? Explain
with examples.
6. Write a client side script that dynamically generates single row table
from following dataset
thead = ['name', 'age', 'gender']
tdata = ['Bob', '28', 'male']
The thead contains data for table heading and tdata for td
7. How can you insert stylesheet in your HTML document? Discuss all
possibilities with example.
8. What is FTP. Explain 3 modes for data transfer.
9. What are the 2 traditional ways of assigning event handlers to HTML
DOM.
10. What are benefits of using CDN. Where we should put CSS amd JS
codes?
11. How can you create dynamic content using JavaScript?
12. What is HTTP? Discuss its function/working.
13. Write short notes on
A) Content Layer
B) Style layer
C) Behavior Layer