Previous 10 Questions — AMU MCA 2025
Nearest first
1
2
3
4
5
6
7
8
9
10
Which of the following is an implementation version of an algorithm but not a program?
Topic: AMU MCA 2025
When the following code is executed, what will be the value of $x$ and $y$?int x = 1, y = 0;y = x++;
Topic: AMU MCA 2025
The average time complexity of quick sort algorithm is:
Topic: AMU MCA 2025
In tuple relational calculus, $P_1 \rightarrow P_2$ is equivalent to:
Topic: AMU MCA 2025
A phone number in a database is an example of:
Topic: AMU MCA 2025
What is the meaning of ‘Underflow’ in the context of data structure?
Topic: AMU MCA 2025
The time interval from the time of submission of a process to the time of completion is:
Topic: AMU MCA 2025
What is output for the program given below?#include <stdio.h>void main(){ int i = 7; fo…
Topic: AMU MCA 2025
What is output for the program given below?#include <stdio.h>void main(){ int i = 500, j = 1000, k;&…
Topic: AMU MCA 2025
The time required for a pulse to change from 10 to 90 percent of its maximum value is called:
Topic: AMU MCA 2025
Next 10 Questions — AMU MCA 2025
Ascending by ID
1
2
3
4
5
6
7
8
9
10
Which of the following standards promises to provide enough characters to cover the entire world’s languages?
Topic: AMU MCA 2025
Which of the following memory allocation function changes the pre-allocated memory space in C?
Topic: AMU MCA 2025
The function $f(x,y) = 2x^4 - 3x^2y + y^2$ has:
Topic: AMU MCA 2025
Let $f(x,y) = \sqrt{|xy|}$, then the value of $f_x(0,0)$ and $f_y(0,0)$ is:
Topic: AMU MCA 2025
The intrinsic equation of the catenary $y = C \cosh \frac{x}{C}$ is:
Topic: AMU MCA 2025
Three identical fair dice are thrown independently. Let $Y$ denote the number of dice showing even numbers on their upp…
Topic: AMU MCA 2025
Optimal value of the following LPP:Max $z = 2x_1 + 3x_2$Subject to $6x_1 + 5x_2 \le 25$ …
Topic: AMU MCA 2025
The Newton–Raphson method converges fast, if $f'(\alpha)$ is:
($\alpha$ is the exact value of the root)
Topic: AMU MCA 2025
Simpson’s one-third rule for evaluation of $\int_a^b f(x),dx$ requires the interval $[a,b]$ to be divided into:
Topic: AMU MCA 2025
The equation $yz + zx + xy = 0$ represents:
Topic: AMU MCA 2025