P2Pprogrammer 2 programmer

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

Computer Concepts And C Programming


This is the collection of Sikkim Manipal University (SMU) question and answers for Computer Concepts And 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 2025, 2024, 2023 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 Computer Concepts And C Programming, SMU - Bachelor of Computer Application.

Course Name        BCA (Bachelor of Computer Application)

Subject Code       BC0034 (Computer Concepts And C Programming)

Get Questions        PART - A    PART - B    PART - C

Subject : Computer Concepts And C Programming

     BC0034 : PART - B    


Q. 1The output of the following code if input is
32767 #include
void main()
{
int union;
cout<<”Enter the integer”;
cin>union;
cout>> “The next number in the series is”<<
**union;
}
 A)23768
 B)Run time error
 C)Compilation error
 D)32767
   
Q. 2A student is given a grade from “A” to ‘F’ in
a test. So averages can be calculated it is
required to assign marks to these grades as
follows, ‘A’ is 10, ‘B’ is 8, ‘C’ is 6, ‘D’ is 4, ‘E’ is
2 and ‘F’ is 0. In C++ which of the following ar
 A)1
 B)1 and 2
 C)1 and 4
 D)3
   
Q. 3The ___ files created by the block of
memory
1. Binary files
2. ASCII files
3. Non- ACII files
 A)Only 1
 B)Only 1 and 3
 C)Only 2 and3
 D)Only 1, 2 and3
   
Q. 4____ ios flag is used to flush all stream
after insertion and ____ ios flag is used to
indicate base indicator as output.
 A)skipws; showpos
 B)unitbuf; showbase
 C)internal; dec
 D)stdio; showpoint
   
Q. 5in C++
1. A member function in base class can be used
by objects if derived class
2. The protection can be decreased in derived
classes
3. Base class can not use any data members of
derived class
 A)Only 1 and 3 are correct
 B)Only 1 and 2 are correct
 C)Only 2 and 3 are correct
 D)All 1, 2 and 3 are correct
   
Click here to get Computer Concepts And C Programming (BC0034) New Question


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