Home > Download > SMU - Question Paper
> BSc IT > BT8903
C# Programming
This is the collection of
Sikkim Manipal University (SMU) question and answers for C# Programming . 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 C# Programming , SMU - Bachelor of Science in Information Technology.
Course Name
BSc IT (Bachelor of Science in Information Technology)
Subject Code BT8903 (C# Programming )
Get Questions
PART - A
PART - B
PART - C
Subject : C# Programming
BT8903 : PART - C
Q. 1 | Match 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. 2 | List 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. 3 | Match 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. 4 | Select 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. 5 | using 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
C# Programming (BT8903 )
New Question
Home > Download > SMU - Question Paper
> BSc IT > BT8903