P2Pprogrammer 2 programmer


Home > Download > SMU - Question Paper > MCA > MC0081

.(Dot)Net Technologies


This is the collection of Sikkim Manipal University (SMU) question and answers for .(Dot)Net Technologies. It will help to prepare your examination. All question paper are classified as per semester, subject code and question type of Part A, Part B and Part C with multiple choice options as same as actual examination. SMU question papers includes year 2024, 2023, 2022 Sem I, II, III, IV, V, VI examinations of all subjects.

SMU question test set of old, last and previous year are updated regularly and it is absolutely free to use. Question paper includes Visual basic 6, VB.Net, C#, ASP.Net, Web, Oracle, Database, SQL, Software Engineering, C, C++, OOPS, MBA, MCA, BSC IT I have requested you kindly send me the question paper of .(Dot)Net Technologies, SMU - Master of Computer Application.

Course Name        MCA (Master of Computer Application)

Subject Code       MC0081 (.(Dot)Net Technologies)

Get Questions        PART - A    PART - B    PART - C

Subject : .(Dot)Net Technologies

     MC0081 : PART - C    


Q. 1Match the following w.r.t. member
modifiers available in C#
SET A
a) abstract
b) virtual
c) read only
d) Override
SET B
1) Can be used with fields, methods, and
constructors
2) Method or accessor can be overridden b
 A)a) - 4), b) - 2), c) - 3), d) - 5)
 B)a) - 2), b) - 1), c) - 4), d) - 5)
 C)a) - 3), b) - 5), c) - 1), d) - 2)
 D)a) - 5), b) - 4), c) - 2), d) - 1)
   
Q. 2List C# member modifiers
i. Abstract
ii. Const
iii. Event
iv. Extern
v. Override
vi. Readonly
vii. Static
viii. Virtual
 A)i., ii., iii, and iv
 B)v., vi., vi and viii
 C)All the above
 D)None of the above
   
Q. 3Match the following
SET - A [Exception type]
a) Exception
b) SystemException
c) ArgumentException
d) InterofException
SET - B [Description]
1) Base class for COM class’s HRESULT
information
2) Base class for exceptions
 A)a) - 4), b) - 3), c) - 5), d) - 2)
 B)a) - 6), b) - 4), c) - 1), d) - 3)
 C)a) - 5), b) - 3), c) - 4), d) - 1)
 D)a) - 4), b) - 2), c) - 6), d) - 5)
   
Q. 4Select the true statements regarding NGWS
components
1) NGWS components can be either private or
shared
2) The version of the linked library will be
included if an application is linked to an NGWS
component
3) The versioning is
 A)All the above
 B)Except 5)
 C)1),2),and4)only
 D)2), 3) and 4) only
   
Q. 5using System;
class Demo
{
public static void Main ()
{
int i, j, k;
i = l0;
j = 9;
k = 5;
k+= (i >=j++) ? (i + j):j;
System.Console.WriteLine (“Output {0} {1},
and {2}”, i,j, k);
}
 A)10 9 19
 B)10 10 25
 C)10 10 10
 D)10 9 15
   
Click here to get .(Dot)Net Technologies (MC0081) New Question


Home > Download > SMU - Question Paper > MCA > MC0081