Go Back   2023 2024 Courses.Ind.In > Main Category > Main Forum > Sikkim Manipal University MCA Question Paper

Thread: Sikkim Manipal University MCA Question Paper Reply to Thread
Your Username: Click here to log in
Title:
  
Message:
Trackback:
Send Trackbacks to (Separate multiple URLs with spaces) :
Post Icons
You may choose an icon for your message from the following list:
 

Additional Options
Miscellaneous Options

Topic Review (Newest First)
February 9th, 2018 03:14 PM
Vishal Kotkar
Re: sikkim manipal university mca question paper

Sikkim Manipal University is a funded, co-educational, public-private university in Gangtok, Sikkim, India. Established in 1995, the university is credited as being the first P3 education and health care initiative in the region.

The Question Paper for the C Programming of the MCA of the Sikkim Manipal University is given below

C Programming

Part A

Array is collection of
A) Declared data
B)Un declared data
C)Homogeneous data
D)Heterogeneous data

Q. 2 class used to derive other class are
A) Base class
B)Derived class
C)Abstract class
D)Inherit class

Q. 3 The class used to over ride the security provided by the class
A)ios()
B)friend()
C)istream()
D) ostream()

Q. 4The first graphic library function to be executed is
A) detectgraph()
B) initgraph()
C)window ()
D)None of these

Q. 5Every call to a function is checked by the compiler against the
A)Parameter list
B)Variable description
C)Function prototype
D)Program prototype

Q. 6How many instances of a class can be declared?
A)None
B)One
C)Ten
D)As many as require

Q. 7A syntax error is signaled by the
A)Compiler
B)Linker
C)Eidtor
D)Run time system.

Q. 8 The type of a function/procedure/module is determined by
A)Its arguments
B)The value returned
C)Its name
D)None of the above

Q. 9Out of the following choose the correct statement.
A)String constant can be split
B)# include are written in multiple line
C)/ / is used to indicate white spaces
D)Escape sequences are deoted by\operator

Q. 10Values can be input to variables in the program using the stream
A)cin
B)cout
C)in
D)out

Part B

Q. 1____ and____ operators can not be over loaded
A):: : +
B)*; ::
C).:*
D)-;.

Q. 2The ___ 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. 3A 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 are appropriate to do this?
1. Switch statement
2. Do statement
3. If statement
4. For statement
A)1
B)1 and 2
C)1 and 4
D)3

Q. 4In C++ ___ denotes escape characters and ___ denotes single line comment
A)// and /
B)/ and */
C)/ and //
D)* and /n

Q. 5The 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

Part C

Here is a function prototype and some possible function calls:
int day_of_week(int year; int month =1; int
day = 1);
// Possible function calls;
1. cout << day_of __week()
2. cout << day_of __week(1995)
3. cout << day_of __week(1995, 10)
4. cout << day_of __week(1995, 10, 4)
How many of the function calls are legal?
A) 1 and 2 of them is legal
B) 2 and 3 of them are legal
C) 1, 2 and 3 of them are legal
D) All of them are legal

Q. 2 Out of following statements
1. Protected access specifier is accessible from derived class
2. Private access specifier is accessible from derived class
3. Protected access specifier is accessible form objects out side the class
4. Public access specifier is accessible from objects out side the class
5. Public access specifier is accessible from derived class
6. Protected access specifier is accessible from objects out side the class
A) Only 1, 3, 4 and 5 are correct
B) Only 1, 2, 3 and 5 are correct
C) Only 3, 4, 5 and 6 are correct
D) Only 1, 3, 5 and 6 are correct

Q. 3 What would be output by the following segment of C++?
int fact I;
fact = 1
i = 2
while(i < =6)
fact *= i;
i++;
cout << fact;
A) 2, 6, 24, 120, 720
B) 1, 2, 6, 24, 120
C) 2, 2, 6, 24, 120
D) 1, 1, 1, 6, 24

Q. 4 The lines to be corrected in the syntax errors in the following C++ program are
1. include iostream.h
2. Main();
3. {
4. Float x, y, z
5. cout < “Enter two numbers”;
6. cin >> a >> b
7. cout << The numbers in reverse order are
8. << b,a;
9. }
A) 1, 2, 7 and 8
B) 2, 5 and 6
C) 2, 7 and 8
D) 4, 5,6 and 7

Q. 5 Carefully go through the following program
1. # include
2. class myclass{
3. private
4. int num
5. public
6. myclass() {num = 0;}
7. myclass(int n) { num = n;}
8. –myclass();
9. void getdata()

10. { cin>> num;}

11. void dispdata();

12. { cout<< endl<<”NUMBER=”< 13. };

14. void main(){

15. myclass a1

16. myclass b1(5);

17. a1. dispdata();b1.dispdata();

18. a1 getpdata(), b1.getdata();

19. a1.dispdata(); b1.dispdata(“);

20. }
In the above program which lines have errors?
A)1, 6, 8, 15, 18, 20
B)3, 8, 11, 15, 18
C)2, 5, 10, 12, 16, 19
D)3, 10, 14, 17, 20
February 9th, 2018 03:13 PM
Unregistered
Re: sikkim manipal university mca question paper

Hii sir, I Wants to get the Question Paper for the C Programming of the MCA of the Sikkim Manipal University ?
November 30th, 2015 02:40 PM
nilesh
Sikkim Manipal University MCA Question Paper

Discuss about sikkim manipal university mca question paper here. Welcome to Courses.ind.in and this page is for sikkim manipal university mca question paper discussion. If you are looking for information on sikkim manipal university mca question paper then ask your question is as much details as possible in the “Reply” box provided below. The more detailed your question will be, the more easy will it be for our experts to answers your query. And if you have any updated or latest information on sikkim manipal university mca question paper, then please share you knowledge with our experts in the “Reply” box below. Your reply will be published here and your knowledge can help many people. Thanks for stopping by at Courses.ind.in. Please visit again.

Posting Rules
You may post new threads
You may post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off


All times are GMT +5.5. The time now is 12:34 AM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Search Engine Friendly URLs by vBSEO 3.6.1
vBulletin Optimisation provided by vB Optimise (Lite) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.