May - 2008 WEB PROGRAMMING Question paper - B. Tech

Started by ganeshbala, Apr 22, 2009, 10:17 PM

Previous topic - Next topic

ganeshbala

May - 2008 WEB PROGRAMMING Question paper


MCA II YEAR II-SEMESTER MAIN EXAMINATION

MAY - 2008
WEB PROGRAMMING
CODE NO. : 3831/N
Time : 3 Hours
Max. Marks : 80
Note : Answer one question from each unit. All questions carry equal marks.
UNIT - I
1. (a) Illustrate the importance of Meta Page using examples.
(b) List out the tags used to format text in HTML ? Explain each.
OR
2. (a) Write about CSS and its advantages.
(b) Write a c & s role that changes the color of all elements containing attribute class =
"green move" to
and shifts them down 25 pixels and right 15 pixels.
UNIT - II
3. (a) Explain object referencing using example.
(b) Write about
(1) ONLOAD (2) ONUNLOAD
(3) ONFOCUS (4) ONSUBMIT
OR
4. Explain briefly about different types of filters and transitions available in DHTML.
UNIT - III
5. (a) Write a script that reads in two integers and determines outputs HTML text that
whether the first is
multiple of second.
(b) Identify and correct the errors in each of the following segments of code :
(1) While(c<=5) 2) If(gender==1)
Product*=c; document.writeln("woman");
++c; else;
document.writeln("man");
OR
6. Explain string object using examples in detail.
UNIT - IV
7. (a) Write about various data types available in VB Script.
(b) Write short notes on :
(1) option Explicit (2) Dim
(3) New (4) Redim
OR
8. (a) In a three-tire application explain how the middle tire interacts with the client tire.
(b) Define the following terms :
(1) Top-level domain
(2) Virtual directory
(3) Web server
UNIT - V
9. (a) How can a pert program determine the type of browser a web client is using?
(b) Write short notes on pert data types.
OR
10. Write a asp program to handle form details and save to database file.