3 votes
1
Match the following with respect to various memory management algorithms :$\begin{array}{clcl} & \textbf{List-I} & & \textbf{List-II} \\ \text{(a)} & \text{Demand pagin...
1 votes
2
Match the following :$\begin{array} {} \text{a.}& \text{Context sensitive language} & \text{i.} & \text{Deterministic finite automation} \\ \text{b.}& \text{Regular gram...
1 votes
3
Choose the correct answer and explain also why ?What is a Flip Flop a)A Binary cell capable of storing one bit informationb)An analog device capable of giving the synchro...
1 votes
5
Convert 11012 to corresponding excess-3 binary number.(A) 10000(B) 10110 10110(C) 100110(D) 01000110
1 votes
6
The register or main memory location which contains the effective address of the operand is known aspointerspecial locationindexed registerNone of the above
1 votes
8
1 votes
9
Which of the following is a valid word of the language (1*(01*01*)*) U (0*(10*10*)*) ?101100101011010101010000101010000001010001010
0 votes
10
The graph in the figure is a portion of the Shri Chakra.Is it :(1) a Planar graph ?(2) a Hamiltonian graph ?(3) an Eulerian graph ?(A) 1 and 2(B) 2 and 3(C) 1 and 3(D) 1,...
0 votes
12
If f(n) = big_omega(n), g(n) = O(n) and h(n) = ⊙(n) then what is f(n).g(n) + h(n) ?
2 votes
13
Three coins are tossed simultaneously. The probability that they will fall two heads and one tail is$5/8$$1/8$$2/3$$3/8$
0 votes
14
If f(n)=⊖(n) and g(n)=⊖(n) and h(n)=O(n3)then what is f(n).g(n)+h(n) ?
3 votes
15
The output of the following program ismain() { static int x[] = {1,2,3,4,5,6,7,8} int i; for (i=2; i<6; ++i) x[x[i]]=x[i]; for (i=0; i<8; ++i) printf("%d", x[i]); }1 2 3 ...
2 votes
16
Semaphores are used to solve the problem ofRace ConditionProcess SynchronizationMutual ExclusionNone of the aboveI and IIII and IIIAll of the aboveNone of the above
0 votes
17
How many cycles here indexed addressing mode will take?
1 votes
18