Download as doc, pdf, or txt
Download as doc, pdf, or txt
You are on page 1of 3

Nitte Meenakshi Institute of Technology

Department of Information Science and Technology


Model Question Paper
Web Technology

UNIT I
1.
a. Explain general characteristics of web servers 10
b. Explain URL 05
c. Explain MIME 05
2.
a. Write about security aspects of Internet 05
b. Explain plug ins and filters 05
c. Discuss World Wide Web and Web Browsers 10

UNIT II
1.
a. Discuss Different Versions of HTML and XHTML 05
b. Create an XHTML document that has a form with the following controls
10
i. A text box to enter name
ii. Radio Button to display gender
iii. Selection box including faculty name
iv. Checkbox to display 3 subjects
v. Submit and reset buttons
c. Discuss frames in XHTML 05
2.
a. Create an XHTML document that includes two columns of frames with
two rows of frames in first column. Left frame must occupy 25% of the
width of the display. Left bottom frame must occupy 40% of the height of
the display. The top left frame must display the name of your mother and
bottom right must display the name of your father. Each name in the left
frame must be a link to a document that is displayed in the right frame
when the link is selected. Document in the right side is their short
description. 15
b. Explain XHTML document structure 05

UNIT III
1.
a. Explain even driven computation 05
b. Write an XHTML document including 15
i. A text box to enter name
ii. Radio Button to display gender
iii. Checkbox to display at least 3 subjects
iv. Button
Call Javascirpt function on “onclick” even of button which will display
the values present in i), ii), iii) and iv) in table format
2.
a. Explain DOM 10
b. Explain Element access in Javascript 10

UNIT IV

1.
a. How to set cookies in PERL 05
b. Write PHP script for the following case 10
i. Parameter: A file variable of a text file where words are
separated by spaces or colons
ii. Output: Word that appears most
c. Explain functions in PHP 05
2.
a. Write PERL script for following case 10
i. Input: A file of lines and text
ii. Output: Every line that has more than 10 characters and less
than 20 characters and “ed” as substring
b. Explain arrays and operations on arrays in PHP 10

UNIT V
1.
a. How cross-browser support is provided in AJAX 05
b. Explain triggering AJAX that Rails include 10
c. Discuss Response document 05
2.
a. Discuss Rails with AJAX 20

You might also like