What is the value of $X$ in the following equation? $(11101101000)2 + (765){16} = (X)_8$
Previous 10 Questions — AMU MCA 2022
Nearest first
1
2
3
4
5
6
7
8
9
10
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
A computer-controlled device for imparting training that duplicates the work environment is a
Topic: AMU MCA 2022
Data Mining can be used as a ………… tool.
Topic: AMU MCA 2022
Consider a system having $m$ resources having same resource type. These resources are shared by 3 processes $A, B, C$ w…
Topic: AMU MCA 2022
What is the value of Q in the following circuit?
Topic: AMU MCA 2022
What is the output of the following program?
#include
int main()
{
int i = 100, j = 300, k;
j = i ^ j;
i =…
Topic: AMU MCA 2022
Next 10 Questions — AMU MCA 2022
Ascending by ID
1
2
3
4
5
6
7
8
9
10
How does the software trigger an interrupt?
Topic: AMU MCA 2022
Which of the following system call is used to create new process in UNIX operating system?
Topic: AMU MCA 2022
Which of the following is not a type of database?
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
The size of IP address in IPv4 and IPv6 are
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
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