0% found this document useful (0 votes)
29 views7 pages

Net Framework and Technologies

The document contains questions from a .NET Framework and Technologies exam. It includes 12 multiple choice questions testing knowledge of .NET concepts like the release year, class libraries, static classes, arrays, properties, threading, ADO.NET, page lifecycle and more. It also includes short answer and long answer questions on topics like CLR, progress bars, GDI+, exception handling, CTS, boxing/unboxing, arrays, function pointers, calculators, .NET architecture, overloading vs overriding, number checks and ASP.NET features.

Uploaded by

sotaropubg
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
29 views7 pages

Net Framework and Technologies

The document contains questions from a .NET Framework and Technologies exam. It includes 12 multiple choice questions testing knowledge of .NET concepts like the release year, class libraries, static classes, arrays, properties, threading, ADO.NET, page lifecycle and more. It also includes short answer and long answer questions on topics like CLR, progress bars, GDI+, exception handling, CTS, boxing/unboxing, arrays, function pointers, calculators, .NET architecture, overloading vs overriding, number checks and ASP.NET features.

Uploaded by

sotaropubg
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 7

Roll No. …………………..

BCA–C603
B. C. A. (Sixth Semester)
EXAMINATION, 2021-22
.NET FRAMEWORK AND TECHNOLOGIES
Time : 2½ Hours
Maximum Marks : 60
Note : Attempt all questions.

Section—A

1. Multiple choice questions : 1 each

(i) .NET is a framework to develop software


applications. It is designed and developed by
Microsoft and the first beta version was released
in __________ (CO1, BL1)

(a) 2001

(b) 2000

(c) 2002

(d) 1999

P. T. O.
[2] BCA–C603

(ii) This framework contains a large number of class


libraries is known as _________. (CO1, BL1)
(a) Framework Class Library
(b) Common Language Run Time
(c) Common Type System
(d) Intermediate Language
(iii) C# static class contains only _______members.
(CO2, BL2)
(a) static
(b) public
(c) private
(d) protected
(iv) In C#, array is a _______ of base type System
Array. (CO2, BL3)
(a) Object
(b) Class
(c) Structure
(d) Data type
(v) What will be the output of the following C#
code ? (CO3, BL3)
static void main(string[ ] args)
{
int a = 5;
if (Convert.ToBoolean((.002f)–(0.1f))
[3] BCA–C603

Console.WriteLine(“Sachin Tendulkar”);
else if (a = = 5)
Console.WriteLine( '' Rahul Dravid '' ); else
Console.WriteLine( '' MS Dhoni '' );
Console.ReadLine( );
(a) Rahul Dravid
(b) Sachin Tendulkar
(c) MS Dhoni
(d) Warning : Unreachable Code
(vi) The default modifier is _________for the struct
and its members. (CO2, BL3)
(a) Internal
(b) External
(c) Private
(d) Protected
(vii) C# properties doesn’t have storage location. C#
properties are extension of fields and accessed
like_________ (CO3, BL3)
(a) Fields
(b) Objects
(c) Data types
(d) Functions

P. T. O.
[4] BCA–C603

(viii) In C#, ________ is a process in which one class


defines another class as any entity reference.

(CO-3, BL3)

(a) Methods

(b) Aggregation

(c) Interface

(d) Constructor

(ix) Which of these methods of thread class is used to


suspend a thread for a period of time ?

(CO4, BL3)

(a) sleep( )

(b) teiminate( )

(c) suspend( )

(d) stop

(x) .......... is used to start a database transaction.

(CO4, BL3)

(a) Change Database(String)

(b) Close( )

(c) Create Command( )

(d) Begin Transaction( )


[5] BCA–C603

(xi) Dispose(Boolean) is used for ___________

(CO4, BL3)

(a) It is used to release the unmanaged resources


used by the DataAdapter.

(b) It is used to add rows in the DataSet to


match those in the data source.

(c) It is used to add a DataTable to the specified


DataSet.

(d) It is used to get the parameters set by the


user when executing an SQL SELECT
statement.

(xii) At this stage the requested page has been fully


rendered and is ready to terminate at this stage all
properties are unloaded and cleanup is
performed : (CO5, BL2)

(a) Load

(b) Unload

(c) Start

(d) Rendering

P. T. O.
[6] BCA–C603

2. Attempt any four of the following (Short answer type


questions) : 3 each
(a) Explain CLR. (CO1, BL3)
(b) Create a program to explain the use of progress
bar. (CO-4, BL6).
(c) Discuss the importance of GDI+ class.
(CO-5, BL4)
(d) Explain Exception Handling in C#.NET.
(CO-3, BL3)
(e) Explain CTS. (CO1, BL3)
Section—B

3. Attempt any two of the following : 6 each


(a) Explain boxing and unboxing with example in
C# .NET. (CO2, BL3)
(b) Demonstrate different types of array there in
C#. Explain jagged array with example.
(CO2, BL5)
(c) Create a code in C#. to achieve the concept of
function pointers. (CO3,BL6)

4. Attempt any two of the following : 6 each


(a) Create a window application in C#.NET to design
a calculator. (CO4, BL6)
[7] BCA–C603

(b) Design and explain the three architecture of .NET


framework. (CO1, BL6)
(c) Explain the difference between function
overloading and function overriding in C#.NET.
(CO3, BL3)

5. Attempt any two of the following : 6 each


(a) Create a code in C#.NET to check whether
number is Harshad Number or not. Example :
n = 1729, Sum of digit = 19, Reverse of sum = 91,
19*91 = 1729 (Original number). (CO2, BL6)
(b) Explain the features of ASP.NET. How is
ASP.NET is different from ASP ? (CO5, BL3)
(c) Design the C#.NET Window application :
(CO4, BL6)

BCA–C603 70

P. T. O.

You might also like