0% found this document useful (0 votes)
808 views

Web Technologies Time: 2 Hrs. Full Marks: 40 Pass Marks: 16

This document provides an exam paper on web technologies. It contains two sections - Section A contains two questions worth 8 marks each requiring long answers on topics like differences between web clients and servers and architectures. Section B contains shorter questions worth 4 marks each requiring brief explanations on topics like HTML structure, JavaScript popups, CSS styling, event handling, HTTP and layers of a web page. Candidates are required to answer questions in their own words as much as possible within the allotted time of 2 hours.

Uploaded by

Prabin Silwal
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
808 views

Web Technologies Time: 2 Hrs. Full Marks: 40 Pass Marks: 16

This document provides an exam paper on web technologies. It contains two sections - Section A contains two questions worth 8 marks each requiring long answers on topics like differences between web clients and servers and architectures. Section B contains shorter questions worth 4 marks each requiring brief explanations on topics like HTML structure, JavaScript popups, CSS styling, event handling, HTTP and layers of a web page. Candidates are required to answer questions in their own words as much as possible within the allotted time of 2 hours.

Uploaded by

Prabin Silwal
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

Web Technologies

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

You might also like