You are on page 1of 2

Sample Question Paper

Course Name : Computer Engineering Group


Course Code : CO/CM/CD
Semester : SIXTH FOR CO/CM/IF AND SEVENTH FOR CD
9167
Subject Title : Advanced Web Technology (Elective-II)
Marks : 80 Time: 3 Hrs.
Instructions:
1. All questions are compulsory.
2. Illustrate your answers with neat sketches wherever necessary.
3. Figures to the right indicate full marks.
4. Assume suitable data if necessary.
5. Preferably, write the answers in sequential order.

Q. 1. Attempt any FOUR of the following: 16 Marks


a. List the four advantage of using DOTNET technology.
b. List the data type supported by the VBNET with their storage byte length.
c. Compare procedure and function used in VBNET, with help of example.
d. What is XML and describe creation of XML file.
e. What is web application State necessity of web application.
f. What are method , events , collection , object in ASP.NET

Q. 2. Attempt any THREE of the following: 12 Marks


a. Describe if and Select case statement with example.
b. Write VB.NET application using command button and Textbox to read number
and calculate factorial of the number.
c. Explain the purpose of data adapter control. How does a data adapter differ from a
connection? What is dataset?
d. Write a VB.Net project to display name in drop down list, when user select a
name display the data for the rest of the field in Bound label from publisher table
from the Biblio.mdb database file.

Q. 3. Attempt any THREE of the following: 16 Marks


a. What is transaction and how transaction db is designed
b. Explain the steps necessary to bind single control such as label to field in a dataset
c. The Rnebook.mdb database file holds two table, the books table and subject table,
the subject table has only two fields : the subject code(the key) and the subject
name. Write a project that display the subject table in grid.
d. Create a web project using ASP.NET to display 10 pages on web document using
content linker, also describe content linking list file.
Q. 4 Attempt any FOUR of the following: 16 Marks
a. What is CLI , CLR , CTS , CLS , IL ,JIT related to DOT NET frame work.
b. Describe the process of connecting SQL server database, OLEDB data Source.
c. Create a web page for entering new customer information. The fields include
name, email, username and password. Include a second textbox to confirm the
password. Set the text mode property of the two password field to “password”.
Use a table to layout your control in a flow layout. Validate that all fields contain
information. Display appropriate message for any empty field. Include submit
button.
d. Write ASP.NET form to display code to display information of C: drive
e. What is post back ?when does it occur ?How can you keep a web application from
recreating the list data when a post back occurs
f. Describe Data grid controls of ADO.Net and give example how it is to be
connected with database.

Q. 5. Attempt any THREE of the following: 12 Marks


a. Describe how to fill data set with data from multiple table.
b. Explain how session object can be used to enable and disable a session.
c. Write ASP.Net code to display all files from all folders of C Drive.
d. Describe the method and properties of application object with supporting
example.

Q. 6. Attempt any THREE of the following: 12 Marks


a. Describe server object used in ASP programming.
b. Create an advertise for four companies using ADRotator object.
c. Write the steps for binding datagrid to control step by step.
d. What is parameterized query, when to use it, when multiple data adapter are
needed, illustrate with example.

You might also like