Enterprise Application Development, Past Papers

Enterprise Application Development BSCS 8th Term Past Paper 2018 UOS

Enterprise Application Development BSCS 8th Term Past Paper 2018 UOS

University of Sargodha
BS 8th Term Examination 2018
Subject: Computer Science
Paper: Enterprise Application Development (CS:4745)
Time Allowed: 2:30 Hours
Maximum Marks: 80

Objective Part (Compulsory)

Q.1. Write short answers of the following in 2-3 lines each. (2*16)

i. What are ASP page directives?
ii. What is a Master page?
iii. What is XML Reader?
iv. What is ADO.NET?
v. What is Server-side scripting?
vi. What is the role of CLR?
vii. What is (DOT) .Net framework?
viii. State the difference between the DataSet and SqlDataAdapter?
ix. Define a web service?
x. What is AJAX and why is it used?
xi. What is the difference between Literal and Label in ASP.Net?
xii. What is the difference between PostBack and CallBack?
xiii. What is the difference between DataSet and SqlDataAdapter?
xiv. What is the difference between ASP server controls and client controls?
xv. What is system namespace in (Dot) C#.Net?

Subjective Part (3*16)

Q.2. What are the different architectures of applications and what are the key features of an enterprise application?
Q.3. Write code for an application that takes input of 3 fields about a student’s record such as: Roll No, Name and Father’s Name. It can store, delete and update in a table (named as StudentTable) in the database (named as UOS). Further write code in C# for showing this data in a DataGridView. (Only write code?)
Q.4. How can we get a consistent look across multiple web pages in a single ASP.Net web project? Describe with details and show with examples?
Q.5. Write the directory structure and description of an ASP web form project?
Q.6. What are the properties and how we define properties in C#.Net show with examples?