1 votes
0 answers
21
https://gateoverflow.in/1269/gate2007-71 there is an ambiguity between the answer personally i feel it should be 11 because one MOV instruction there is not for accesing ...
0 votes
0 answers
23
https://gateoverflow.in/3846/gate2005-it-81bThere is a confusion over this one Does anyone have a valid explanation ?
0 votes
0 answers
24
There is no contention in CSMA / CD networkwhat does it mean and why ?
0 votes
0 answers
26
If suppose we take 3 vertices of a graph to check if it satisfies distributive property atleast one vertice of that graph has unique compliment then it will satisfy distr...
0 votes
0 answers
27
To find cycle in an undirected graph which is more efficient union find or BFS ? and why
1 votes
0 answers
28
What does the following algorithm approximate? (Assume m>1,ϵ>0m>1,ϵ>0).x = m; y = 1; While (x-y ϵ) { x = (x+y)/2; y = m/x; } print(x);logmm2m1/2m1/3Can i get a reason...
0 votes
0 answers
30
TCP guarantees a minimum communication rate - this statement is falseWHY ?MSB is set for TCP right...even if congestion occurs ans starts from slow start if MSB = 2 then ...
1 votes
0 answers
33
1) why bypassing cannot eliminate RAW dependency ?2) what are the dependencies register renaming can eliminate and why ?
0 votes
1 answer
34
0 votes
0 answers
36
Minimum number of swaps required is in insertion or selection sort
0 votes
0 answers
40
a bipartite or complete bipartite graph.....both are non planar ?