P2Pprogrammer 2 programmer

Home > Download > SMU - Question Paper > BCA > BC0037

Object Oriented Programming Using C++


This is the collection of Sikkim Manipal University (SMU) question and answers for Object Oriented Programming Using C++. 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 Object Oriented Programming Using C++, SMU - Bachelor of Computer Application.

Course Name        BCA (Bachelor of Computer Application)

Subject Code       BC0037 (Object Oriented Programming Using C++)

Get Questions        PART - A    PART - B    PART - C

Subject : Object Oriented Programming Using C++

     BC0037 : PART - B    


Q. 1Which statement are true with respect to
static data members?
1) It id initialized to zero when the first object
of its class is created
2) Only one copy of that member is created for
the entire class
3) It is visible and its lifet
 A)1), 3)
 B)1), 2)
 C)2), 3)
 D)1), 2), 3)
   
Q. 2The different modes for opening files are
1) in
2) out
3) inout
4) ate
5) app
 A)1), 2), 4) and 5)
 B)1), 2), 3) and 4)
 C)2), 3), 4) and 5)
 D)1), 2) and 3)
   
Q. 3Which of these is not a correct way to
initialize arrays in C++?
 A)char n(5); For (int i=1; i<=5; i++) Cin >> n[i];
 B)char name [5] = "0011";
 C)static int n[2] [31 = 1 1 2, 4, 1 1, 2, 3
 D)None of the above
   
Q. 4Match the flollowing terms in Set A with
their definitions in Set B Set-A i) Static variable
ii) Register variable iii) Extern variable Set-B a.
global variable defined in a file and referred to
in other files b. a local ly-access ib le va
 A)i) - d, ii) - b, iii) - a
 B)i) ~ a, ii) - d, iii) - c
 C)i) - b, ii) - c, iii) - a
 D)None of these
   
Q. 5The advantages of OOP are
1) increased programming productivity
2) increased maintenance cost
3) decreased programming productivity
4) Decreased maintenance cost
 A)Only 1)
 B)2) and 3)
 C)Only 2)
 D)1) and 4)
   
Click here to get Object Oriented Programming Using C++ (BC0037) New Question


Home > Download > SMU - Question Paper > BCA > BC0037