Previous 10 Questions — AMU MCA 2022
Nearest first
1
2
3
4
5
6
7
8
9
10
What will be the output of the following code fragment?
(Assume that i, j and k are int variables)
i = j = k = 1;(j +…
Topic: AMU MCA 2022
Which of the following is not a type of database?
Topic: AMU MCA 2022
Which of the following system call is used to create new process in UNIX operating system?
Topic: AMU MCA 2022
How does the software trigger an interrupt?
Topic: AMU MCA 2022
What is the value of $X$ in the following equation?
$(11101101000)2 + (765){16} = (X)_8$
Topic: AMU MCA 2022
The cumulative addition of the four bits $(1 + 1 + 1 + 1)$ gives
Topic: AMU MCA 2022
A top-down parse generates:
Topic: AMU MCA 2022
Which of the following processor has a fixed length of instruction?
Topic: AMU MCA 2022
How many swapping will be required to sort the following list in increasing order using Bubble sort algorithm?
$72,\ 12…
Topic: AMU MCA 2022
What is the purpose of the following C-function?void str_function(char *s1){ char *p1, *p2, t1; &nbs…
Topic: AMU MCA 2022
Next 10 Questions — AMU MCA 2022
Ascending by ID
1
2
3
4
5
6
7
8
9
10
Match the following: List–I List–II (A) No attribute can be added (1) Determinants (B) Uniquel…
Topic: AMU MCA 2022
Consider a relation schema $R(A,B,C,D)$ with the following set of functional dependencies:
$FD={A\rightarrow BC,\ B\rig…
Topic: AMU MCA 2022
If we have six stack operations; pushing and popping each of $A$, $B$ and $C$ such that push$(A)$ must occur before pus…
Topic: AMU MCA 2022
What is the name of storage device which is used to compensate for the difference in rates of flow of data from one dev…
Topic: AMU MCA 2022
What will be the output of the following program?int main(){ int *p, a = 12; p = &a; …
Topic: AMU MCA 2022
You want to check whether a given set of items is sorted or not. Which sorting method will be most efficient if it is a…
Topic: AMU MCA 2022
What is the value of $X$ in the following equation?$(21043)8 + (765){16} = (X)_2$
Topic: AMU MCA 2022
Who invented cut / copy & paste?
Topic: AMU MCA 2022
The first operating system of Micro-processor is …………
Topic: AMU MCA 2022
What are two types of semaphores?
Topic: AMU MCA 2022