B.Sc.IT: Semester – V
[Web Design and Internet Based Applications]
Question Paper (April – 2013) [Old Syllabus]
Time: 3 Hours
Total Marks: 100
N.B.: (1) Question No. 1 is Compulsory.
(2) Attempt any four questions from Q.2 – Q.7.
(3) Make suitable assumption whenever necessary and state the assumption made.
(4) Answers to the same questions must be written together.
(5) Numbers to the right indicate marks.
(6) Draw a neat labelled diagram and give example whenever necessary.
(2) Attempt any four questions from Q.2 – Q.7.
(3) Make suitable assumption whenever necessary and state the assumption made.
(4) Answers to the same questions must be written together.
(5) Numbers to the right indicate marks.
(6) Draw a neat labelled diagram and give example whenever necessary.
Q.1 Attempt The Following Question: (20 Marks)
(A) Explain the accelerator keys in HTML.
(B) What are Core HTML attributes? Explain ID and Class Attributes.
(C) Write a VB Scripts program to print first 100 prime numbers.
(D) Explain the buffer property of Response Object.
Q.2 Attempt The Following Question: (20 Marks)
(A) Explain <table> tag. Explain the following tags <th>, <tfoot>, <tr>, <td>, <rowspan> and <colspan> with examples.
(B) Explain the Response Object and Binary Write, End, Redirect and Write methods of the Response Object.
(C) Differentiate between the GET and the POST methods.
Q.3 Attempt The Following Question: (20 Marks)
(A) Explain Image Maps with example.
(B) Explain server.transfer and server.execute methods with examples.
(C) What is Active Server Pages? What is Internet Information Service? Explain the working of Active Server Pages.
Q.4 Attempt The Following Question: (20 Marks)
(A) Explain the following tags with examples:
(i) <i>
(ii) <b>
(iii) <u>
(iv) <sup>
(v) <sub>
(vi) <pre>
(vii) <s>
(viii) <a href=”abc.html”>
(B) What is global.asa file? Explain its purpose with example.
(C) Explain Expires and ExpiresAbsolute properties of the response object with examples.
Q.5 Attempt The Following Question: (20 Marks)
(A) Explain the ordered and unordered list tags with all attributes. Give example for each.
(B) Explain the ADRotator Component with example.
(C) What are Style Sheets? Explain the use of style sheets with examples.
Q.6 Attempt The Following Question: (20 Marks)
(A) Explain the <FRAMESET> and <FRAME> tags with examples.
(B) Write a VB Script to accept a number in a text box and display if it is even or odd in a Message Box.
(C) What are the different ways to connect ways to connect to Database in ASP? Explain.
Q.7 Attempt The Following Question: (20 Marks)
(A) Design student detail form which contains text box to accept the first name, last name, Text Area to accept the Address of the student, Date of Birth three combo boxes one for days (1 to 31), one for month (January to December), one for year (1985 to 2012), Use radio button to accept the gender (male, female) and Stream (Science, Commerce, Arts), Use Check Box to accept the hobbies (reading, outdoor games, watching TV, Internet Surfing) and contains the two button (Submit and Reset Button).
(B) Write the code for validating the first name and last name text boxes to accept only characters. Once the date of Birth is entered, display the age in message box.
(C) Write ASP code so that on click on the submit button, the data should be entered in the database. Create suitable table. Display the details from the database on a new web page.
0 Comments