Sunday, June 17, 2012

OU M.C.A 2nd Year 2nd Semester WEB PROGRAMMING



Osmania University  
M.C.A. II Year II – Semester (Main/Backlog) Examinations
FEB – 2012
WEB PROGRAMMING 


UNIT – I
1. Discuss about creation of basicforms and complex forms can be linked. 
OR
2. What is Cascading Style Sheets (CSS) with the help of suitable examples. 


UNIT – II
3 . i. what is meant by object referencing explain about collections all 
    ii. Discuss about ONCLICK,ONFOCUS,ONBLUR.
OR
4 . i. describe filters and transitions with suitable examples.. 
    ii. Write about structured graphics and its application..

UNIT – III
5. i. Write a javascript program to reverise a given number at runtime.
    ii. differentiate between WhileLoop and forloop with suitable examples.
OR
6  i. Write java script program to find prime numbers from 1 to 100
    ii. how arrays are passed to functions?Explain with an example

UNIT – IV
7. i. discuss about strings manipulation functions
   ii. Write a VB Script program to find fibbnacci series.
OR
8. i. Discuss the installation of a webserver.
   ii. differentiate betwwen ApacheWebserver and internelinformationserver.86

UNIT – V
9. Write short notes on the following :
    (a) Active server pages (b) CGI and PERL5
OR
10. i. What is XML parser? Explain.
     ii. describe about cookies.





Osmania University  
M.C.A. II Year II – Semester (Main/Backlog) Examinations
JULY – 2011
WEB PROGRAMMING 


UNIT – I

 1.  i. Explain about form, frame, mg and font tags.
     ii. Write html code to link webpages.
 2.  i. What are cascading style sheets? Explain.
     ii. Discuss about box model.
UNIT – II

 3.  i. Write about object referencing in object model.
     ii. Explain about ON MOUSEOVER, ONSUBMIT and ONBLUR.
 4.  i. What are the filters and transitions explain.
     ii. Discuss about structured graphics.

UNIT – III

 5.  Discuss about various control Structures with syntax and examples.
 6.  i. Write a JavaScript program to create multiplication table using arrays.
     ii differentiate between recursion and iteration functions.

UNIT – IV

 7.  i explain how functions are declared in VB script by taking a suitable example.
     ii .discuss about various data types and operations in VB script.
 8.  i What is a Web Server.? Discuss about personal Web Server.
     ii write procedure to install a Web Server.

UNIT – V

 9.  i. What is mean by session tracking? Explain.
     ii. Discuss about ActiveX control.
10. Write short notes on the following
     (a)cookies (b)parsers.





Osmania University  
M.C.A. II Year II – Semester (Main/Backlog) Examinations
DEC – 2010
WEB PROGRAMMING

UNIT – I
 1. What is form? Write a HTML program to gather information of student using forms.
 2. Explain implementation of ordered and un ordered list in HTML.

UNIT – II
 3. Write a program which enumerate all the tags used in used in HTML file.
 4. Write about filters available in DHTML.

UNIT – III
 5. Explain how do you send parameter as array to functions using example.
 6. Explain what is the role of Scripting Languages in developing web pages.

UNIT – IV
 7. Give syntax of function declaration in VB script. Explain using example.
 8. Write about IIS.
UNIT – V
 9. i. Write about server side scripting.
   ii. Write ASP program to gather information sent by form and display the same                information.
10. Write a Perl program using matching operation to determine if a string is a   substring within another string.




Osmania University  
M.C.A. II Year II – Semester (Main/Backlog) Examinations
July – 2010
WEB TECHNOLOGIES

UNIT – I
1. Explain in detail about ordered and unordered lists with example. How complex forms can be
     linked?
OR
2. Explain how external styles can be used. Write an external style file which consists of all font
   properties.
UNIT – II
3. Explain about ONERROR, ONMOUSEOUT, ONFOCUS, ONBLUR event handlers with suitable
    example for each.
OR
4. (a) Explain, how data binding can be done with Tabular data control, Give example.
    (b) Give some structured graphics Active X controls.
UNIT – III
5. Write a Java Script code to validate a user by taking input as username and password from
    the form and assume user name as "WEB" and password is "PROGRAMMING".
OR
6. (a) Explain the usage of reference parameters and how it can be used in functions.
    (b) Explain the Math and String objects.

UNIT – IV
7. Explain, how string manipulations can be done in VB Script? Give example.
OR
8. Explain about web server functionality and differentiate between personal web server and
    internet information server.
UNIT – V
9. Write short note on Active Server Pages.
OR
10. Write a CGI code to find factorial of a given number.




Osmania University  
M.C.A. II Year II – Semester (Main/Backlog) Examinations
NOV – 2009
WEB PROGRAMMING

UNIT – I
 1. i. Expand and explain briefly about
     a) HTTP b) FTP c) URL d) HTTPS
    ii. Explain how do you link images, web pages, files and also about other linking   within web page.
 2. i. Write the difference between get and post method in informarion transmission using form?
    ii. Write about inline Cascade Style Sheets with the help of examples.


UNIT – II
 3. i. Define Active and Control.
    ii. List out steps involved in binding data using tabular data control.
 4. i. List out any four objects of DHTML and explain about them.
    ii. Why error handling is important? Give any two situations where you need  error handling.

UNIT – III
 5 . i. Write a program using Java Script to validate user name and password.
ii. Explain selection structures available in Java Script.
 6.  i. Write a Java Script program to sort array using functions. Implement selection sort.
    ii. Differentiate client side scripting and server side scripting.


UNIT – IV
 7. i. Write about web server and its functions.
    ii. Write about control structures available in VB script.
 8. i. List out string manipulation functions of VB script.
    ii. Write about data types of VB script.

UNIT – V
9. i. Write about advantages of Perl language.
   ii. Write about server side scripting languages.
10. Explain ASP objects in details. 




  

M.C.A. II Year II – Semester (Main) Examinations
May – 2008
WEB TECHNOLOGIES

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 an asp program to handle form details and save to database file.

1 comment:

  1. Please Update MCA First Year 2nd Sem Previous Question Papers also.........

    ReplyDelete