M.C.a Syllabus 2023 Converted Updated
M.C.a Syllabus 2023 Converted Updated
Please note that this is the Entrance Examination. Your Admission to MCA Course at
IDOL is subjected to your Score in this Entrance Examination Provided you satisfy the
Eligibility Criteria set for IDOL MCA.
Sample Question
1) Statements:
Some red are blue. Some blue are grey.
All grey are white. No white is black.
a) No black is grey. b) Some blue are white. c) Some black are red. d) No black is red.
2) The age of Ram and Shyam is in the ration 5:6 and after 4 years their ration is 7:8 then
what is the present age of Shyam?
a) 12 yrs b)33 yrs c)15 yrs d)54 yrs
3) Pick the odd man out: Touch Pad, Keyboard, Mouse , Printer
a) Touch Pad b)Keyboard c)Mouse d)Printer
4) #include
void func()
{
int x=0;
static int y=0;
x++;y++;
printf(“%d - -%d \n”x,y);
}
int main
{
func();
func();
return 0;
}
What will the code above print when it is executed?
a) 1- -1
1- -1
b) 1- -1
2- -1
c) 1- -1
2- -2
d) 1- -1
1- -2
5)A square of area x2-10x+25 has perimeter
a) 4x-20 b) 2x-10 c)2x d)4x