[Question Paper] ASP.NET With C# (60:40 Pattern) [October – 2013] |
➥ Download: PDF
➥ View: PDF
➥ View (Video): YouTube
B.Sc.IT: Semester – V
[ASP.NET With C#]
Question Paper (April – 2014) [60:40 Pattern]
Time: 1 ½ Hours
Total Marks: 60
N.B.: (1) All Question are Compulsory.
(2) Make Suitable Assumptions Wherever Necessary And State The Assumptions Made.
(3) Answer To The Same Question Must Be Written Together.
(4) Number To The Right Indicates Marks.
(5) Draw Neat Labeled Diagrams Wherever Necessary.
(3) Answer To The Same Question Must Be Written Together.
(4) Number To The Right Indicates Marks.
(5) Draw Neat Labeled Diagrams Wherever Necessary.
Q.1 Attempt Any Two Of The Following:
(A) What is .NET Framework? What is in the .NET Framework?
(B) What is Method Overloading? What are the steps involved for the selection of a method in Method Overloading?
(C) What is the difference between Overriding Methods and Hiding Methods?
(D) Write a C# program to do the following: Initialize an array A with 10 elements. Initialize an array B with 7 elements. Divide each element of array A with each element of array B that is a[0] / b[0], a[1] / b[1] etc. Implement the same to handle Divide by zero error and Index out of bound error.
Q.2 Attempt Any Two Of The Following:
(A) Delegates in C# are used for Event Handling. Justify this statement with a relevant example program.
(B) What is the significance of Assemblies in .NET?
(C) List and explain the use of any five Namespaces in C#.
(D) What is the need of CSS in ASP.NET? Explain the different types of CSS in ASP.NET.
Q.3 Attempt Any Two Of The Following:
(A) Explain the Text Box Web Server Control. List and explain any four Text Box Attributes.
(B) What is the difference between Check Box and Radio Button Control? What are the common attributes associated with these controls?
(C) Explain any five properties of List Box and Drop-Down List Controls.
(D) What is the difference between .aspx file and .cs file? Explain with an example for each.
Q.4 Attempt Any Two Of The Following:
(A) In a web form the details of an employee is filled in after he/she is employed in the company. In the design there is a Text Box to fill the First Name, a Text Box to fill the Last Name, a Text Box to fill the Surname, a text box to enter Email Address, a Text Box to enter the Email Address again to confirm the same, a text box to fill the age. What are the Validation Controls that have to be added for each field in the form?
(B) Explain the role of View State and Session State in ASP.NET.
(C) What is the significance of Master pages in ASP.NET? What is the name given to pages other than Master Pages? Explain in detail.
(D) Explain Menu and TreeView Site Navigation Controls.
Q.5 Attempt Any Two Of The Following:
(A) What is the use of GridView Control in ASP.NET?
(B) Explain FormView Control.
(C) Explain the term Authentication with respect to ASP.NET Security.
(D) What is the difference between Authorisation and Impersonation in terms of Security in ASP.NET?
Q.6 Attempt Any Two Of The Following:
(A) Explain the LINQ Query Syntax with an example Query.
(B) Explain the terms Take, Skip, TakeWhile, SkipWhile, First, FirstOrDefault, Last, LastOrDefault with respect to LINQ.
(C) Explain the use of UpdateProgress Control and Timer Control in AJAX.
(D) What are the different types of Selectors present in JQuery? Explain.
NOTE:
If You're a B.Sc.IT Student of Mumbai University...and you've a previous year question papers then please mail us @ kamalbscit@yahoo.in
0 Comments