0% found this document useful (0 votes)
131 views

Advanced Web Technology

The document is a sample question paper for an Advanced Web Technology exam covering topics like .NET framework, XML, web controls, assemblies, database connectivity, multithreading, AdRotator component, DataList control, DataTable, differences between ASP and ASP.NET, Global.asax file, ADO.NET architecture, File System Object methods, Postback, procedures/functions in VB.NET, constructors, classes/objects/inheritance in VB.NET, CDONTS object, validating user input, IIS, and DataAdapter control. It consists of 6 questions with subparts testing knowledge of these concepts through explanations, examples, and code snippets.

Uploaded by

siyaza
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
131 views

Advanced Web Technology

The document is a sample question paper for an Advanced Web Technology exam covering topics like .NET framework, XML, web controls, assemblies, database connectivity, multithreading, AdRotator component, DataList control, DataTable, differences between ASP and ASP.NET, Global.asax file, ADO.NET architecture, File System Object methods, Postback, procedures/functions in VB.NET, constructors, classes/objects/inheritance in VB.NET, CDONTS object, validating user input, IIS, and DataAdapter control. It consists of 6 questions with subparts testing knowledge of these concepts through explanations, examples, and code snippets.

Uploaded by

siyaza
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

Scheme E

Sample Question Paper


Course Name : Computer Engineering and Computer Technology Course Code : CO/CM/CD Semester : Sixth for CO/CM and Seventh for CD

Subject Title : Advanced Web Technology Marks 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 A) Attempt any THREE of the following: a) Describe .NET framework with diagram. b) Differentiate between VB and VB.NET. c) What is XML? Describe the creation of XML file. : 100

12261
Time: 3 Hrs.

12 Marks

d) Explain textbox and listbox Web Controls. Describe it with example. Q.1 B) Attempt any ONE of the following: a) What is assembly? Describe steps to create shared assembly. b) Create a web application for login form with login and password option. Password should be up to 5 characters only. Perform necessary validations. 06 Marks

Q. 2 Attempt any TWO of the following: a) Explain methods and properties of Server & Session objects.

16 Marks

b) Describe with example, how database connectivity can be achieved in VB.NET using SQL and MS-Access with Data Set and Data Reader. Write code to display contents of database. c) What is Multithreading? Explain working of Multithreading.

Q.3 Attempt any TWO of the following: a) Describe AdRotator and Browser Capabilities component with example. b) Write a web application that performs editing in Data List control.

16 Marks

c) Create a web application that will create a Data Table at runtime. Consider suitable example.

Q.4 A) Attempt any THREE of the following: a) Differentiate between ASP and ASP.NET. b) Write the steps to add Global.asax file in web site. c) How database connectivity is achieved in ASP.NET? d) What is transaction? How transaction db is designed?

12 Marks

Q.4 B) Attempt any ONE of the following: a) Explain ADO.NET architecture with diagram. b) Describe Form View and Data Repeater control.

06 Marks

Q.5 Attempt any FOUR of the following: a) Describe following terms i. ii. iii. iv. methods events collections objects

16 Marks

b) Explain four methods of File System Object. c) What is Postback. When does it occur? d) Compare Procedure and Function used in VB.NET with example. e) What is Constructor in VB.NET? Give one example.

Q.6 Attempt any FOUR of the following: a) Describe how Class, Object and Inheritance can be created in VB.NET. b) Describe CDONTS object with syntax.

16 Marks

c) Create a web page for entering new customer information. The fields include name, email, username and password. Include a second textbox to conform the password. Set the text mode property of two password fields to password. Validate that all fields contain information. Display appropriate message for any empty field. Include submit button. d) What is IIS? State its purpose. e) State the purpose of Data Adapter control. Explain it using ASP.NET.

You might also like