ASP.NET With C# (November – 2014) [CBSGS - 75:25 Pattern | Question Paper]


[Question Paper] ASP.NET With C# (75:25 Pattern) [November – 2014]
[Question Paper] ASP.NET With C# (75:25 Pattern) [November – 2014]

DOWNLOAD
➥ Download: PDF
➥ View: PDF
➥ View (Image): @Pinterest | @Flickr

B.Sc.IT: Semester – V
[ASP.NET With C#]
Question Paper (November – 2014) [75:25 Pattern]

Time: 2 ½ Hours
Total Marks: 75


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.

Q.1 Attempt Any Two Of The Following: (10 Marks)
(A) Explain the similarities and differences between Interfaces and Abstract Classes.
(B) Write a short note on Assembly.
(C) Give syntax of foreach loop. Explain with example.
(D) Write program using Overloaded Constructors.

Q.2 Attempt Any Two Of The Following: (10 Marks)
(A) Explain Boxing and Unboxing with Reference to Value Type and References Type.
(B) Explain the four most important Selectors present in CSS.
(C) Explain the different types of CSS in ASP.NET.
(D) Write a program using any five Methods / Property of ArrayList Class.

Q.3  Attempt Any Two Of The Following: (10 Marks)
(A) What is the difference between List Box and Drop-Down Lists? List and explain any three common properties of these Controls.
(B) Explain any five Methods / Properties of ListItem Collection Object.
(C) List and explain the comparison and Logical Operators in C#.
(D) What is the difference between buttons, Link Buttons and Image Buttons? Explain any three common button attributes.

Q.4 Attempt Any Two Of The Following: (10 Marks)
(A) Write a program to create a new cookie with the name "Username" and add it to the HttpResponse Object on the click of a button. Set the expiry date of the cookie to One year from Now.
(B) What is the use of MasterPages in ASP.NET? How a Content Page can be added to a Master Page.
(C) Explain TreeView and Menu Site Navigation Controls.
(D) What is the use of Compare Validators? Explain it along with its properties?

Q.5 Attempt Any Two Of The Following: (10 Marks)
(A) Explain DetailsView Control.
(B) What do you mean by Authentication? Explain its types.
(C) Explain the difference between DataReader in ADO.NET.
(D) What is the difference between ListView and GridView Control? Explain the ListView Control.

Q.6 Attempt Any Two Of The Following: (10 Marks)
(A) Create a string array of names. Write a program with LINQ query to display all names from the array that contain the letter “S” and order them in ascending order. Display the query result in a Label.
(B) Explain the Standard Query operators "Select", "From", "Order By" and "Where" in LINQ.
(C) Explain the use of UpdateProgress Control in AJAX.
(D) Write a program using jQuery that hides a paragraph on Click of a Button.

Q.7 Attempt Any Three Of The Following: (15 Marks)
(A) What is Method Overriding? Give an example of it.
(B) Create a delegate with two init parameter and a return type. Create a class with two Delegate methods multiply and divide. Write a program to implement the Delegate.
(C) Give general form of switch statement. Explain with example.
(D) Explain the three Layer Architecture of ASP.NET.
(E) What is ViewState? How we can work with ViewState in ASP.NET.
(F) What is AJAX? How is the processing of a web page without AJAX different from the processing of a Web Page with AJAX?

0 Comments