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. 1Select 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. 2C# preprocessor directives arei.
#if
ii. #else
iii. #elif
iv. #define
v. #undef
vi. #def
vii. #error
viii. #ln
ix. #collapse
 A)All the above
 B)i, ii, iii,iv, v and vi
 C)i, iii, iv and vi.
 D)i, iii, iv and vi.
   
Q. 3Following shows the output as
class Test
{
static void Main( ) {
int[ ] arr=new int[5];
for(inti=0;ifor(int i=0;iSystem.Console.WriteLine(“arr[{0}]={1}”,i,
arr[i]);
}
}
 A)Compilation eror
 B)Run time eror
 C)arr[0]=0
arr[1]=1
arr[2]=4
arr[3]=9
arr[4]=16
 D)arr[0]=0
arr[1]=1
arr[2]=2
arr[3]=3
arr[4]=4
   
Q. 4List 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. 5Predict the output
using System;
class Base
{.
public void display ()
{
Console.WriteLine (“From Base”);
}
public virtual void print ()
{
Console (“From Base”);
}
}
class child:Base
{
public over
 A)From Base
From Base
From Derived
From Derived
 B)From Base
From Base
From Base
From Derived
 C)From Base
From Derived
From Derived
From Base
 D)From Derived
From Derived
From Base
From Base
   
Click here to get .(Dot)Net Technologies (MC0081) New Question


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