


Master your MCA entrance preparation with over 17 years of solved PYQs from NIMCET, CUET PG, and top universities. Get detailed step-by-step solutions and expert insights—all 100% free.
Don't just practice questions—simulate the real exam. Browse our interactive Full Year-wise Question Papers to build your speed and accuracy.
Browse Full Papers →Jump directly into topic-wise PYQs with exam details — marks, time, and negative marking.
Which programming technique is used to graphically represent the steps required to solve a program?
What is the smallest unit of information in a computer system?
How to represent -34 in one's complement form?
What will be the final values of i and j in the following C code? #include <stdio.h> int x = 0 ; int f () { if (x == 0) return x + 1; else return x - 1; } int g() { return x ++; } int main() { int i = (f() + g()) || g(); //bitwise or printf ("%d\n",i); Int j = g() || (f() + g()); //bitwise or printf ("%d\n",j); }
Subtract 75 from 59 using 2's complement.
What will be the ouput of the following C function? #include <stdio.h> enum birds {SPARROW, PEACOCK, PARROT}; enum animals {TIGER = 8, LION, RABBIT, ZEBRA}; int main() { enum birds m = TIGER; int k; k = m; printf ("%d\n" , k); return 0; }
What will be the output of the following C code? #include <stdio.h> int main() { int y = 10000; int y = 34; print f("Hello World! %d\n" , y); return 0; }
What is the decimal equivalent of the binary number 10111?
A(n) ………. is a set of programs designed to manage the resources of a computer, including starting the computer, managing programs, managing memory, and coordinating tasks between input and output devices.
A set of rules for telling the computer what operations to perform is called a ______
Yes. We continuously update question tags and solutions to reflect the latest pattern and syllabus.
All listed questions include detailed step-by-step solutions, and many also include short video explanations.
Use the filters for exam and subject, and the search box for topics, keywords, or formula names.
No, Mathem Solvex Offers you everything for free, you do not need to pay anything for question bank You will get NIMCET and CUET PYQ and all the information for free.