Previous 10 Questions — AMU MCA 2022
Nearest first
1
2
3
4
5
6
7
8
9
10
What is the value of $X$ in the following equation?$(21043)8 + (765){16} = (X)_2$
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 will be the output of the following program?int main(){ int *p, a = 12; p = &a; …
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
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
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
Match the following: List–I List–II (A) No attribute can be added (1) Determinants (B) Uniquel…
Topic: AMU MCA 2022
The size of IP address in IPv4 and IPv6 are
Topic: AMU MCA 2022
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
Next 10 Questions — AMU MCA 2022
Ascending by ID
1
2
3
4
5
6
7
The first operating system of Micro-processor is …………
Topic: AMU MCA 2022
What are two types of semaphores?
Topic: AMU MCA 2022
Which statement is true about process 0 in the Unix operating system?I. Process 0 is called init process.II. Process 0 …
Topic: AMU MCA 2022
The criteria for calculation of priority of a process are:(A) Weight assigned to the group of user(B) Processor utiliza…
Topic: AMU MCA 2022
A front-end processor is usually used in
Topic: AMU MCA 2022
What are the minimum number of bits required to multiply two numbers
$X = 25$ and $Y = -1030$ using Booth’s multiplicat…
Topic: AMU MCA 2022
What is the output for the program given below?#include <stdio.h>int main(){ char i = 2;  …
Topic: AMU MCA 2022