Recent questions without answers

363
views
0 answers
0 votes
Is the dual of TOSET, a TOSET always?
629
views
0 answers
0 votes
My approach is :I calculated utilization first which is the time when link is active by total time U = transmission/ total timeTransmission = 1.048msecSince no ack sort ... 0.0205 1GBps = nearly 161MbpsWhat's wrong answer is B by the way
426
views
0 answers
0 votes
My approach was :Transmission time = 0.214secPropagation time = 0.0008secSince transmission time > propagation time we can see that even if the packet reaches the destination ... = nearly 1.074 sec But answer is 2.78sec where i am wrong?
290
views
0 answers
0 votes
253
views
0 answers
0 votes
In Interseted variable we found out that thereMutual Exclusion is guaranted .Deadlock is also guaranteedSo because of deadlock can we say there is no Bounded Waiting as well ... resource i.e CS but no one gets it , then no BOund on waiting
743
views
0 answers
1 votes
https://gateoverflow.in/3600/gate2006-it-56Why is only 1 Page Table considered for 4 Segment Table entries in the selected best answer?
275
views
0 answers
0 votes
ANS is given D but I think ANS is B please explain
308
views
0 answers
0 votes
Please explain the solution Ans iis given - C
313
views
0 answers
0 votes
I came across a statement that says that in BCNF, a prime attribute cannot be transitively dependent on a key.But consider a relation R (A, B, C) where ... ) is transitively dependent on A (a candidate key) !!Where am I making mistake?
548
views
0 answers
1 votes
In the knapsack problem we are given a set of n items, where each item i is specified by a size si and a value vi. We are also given a size bound S (the size of our knapsack). ... [S][n]= result;(C) arr[n][n]= result;(D) arr[n][S] = result;
591
views
0 answers
0 votes
Consider programint foo(struct node *tree){if(tree==0)return 0;int lh=ht(tree->left);int rh=ht(tree->right);int ld=foo(tree->left);int rd= ... ..it would be correct only when we consider nodes between leaf nodes including leaf nodes itself
417
views
0 answers
0 votes
669
views
0 answers
0 votes
Let G is a graph with n vertices and m edges. Consider following statements : i. In DFS traversal, number of tree edges produced is independent of selection of starting ... correct(C) Statements (ii) and (iv) both are wrong(D) None of these
320
views
0 answers
1 votes
1)The boolean expression Y + (X+Y) + (X + Y') (X' +Y) can be minimised to ?2)Number of boolean expression with n variable is ?3)Number of boolean function with n variable is ? is boolean expreesion an function same?
192
views
0 answers
0 votes
513
views
0 answers
2 votes
In a binary search tree ,the key with value 5 was searched after traversing nodes with values 1,3,4,6,7,8,9 not necessarily in that order.Let P is the ... given nodes can be traversed before finding node with value 5 .Find (N/10)+P
162
views
0 answers
0 votes
Show that the worst case running time of heap sort is Ω(nlogn).
120
views
0 answers
0 votes
what is functionality and difference in get and post method in HTTP protocol?
383
views
0 answers
0 votes
1) A host with IP address 10.100.100.100 wants to use loop back testing then its source IP is 10.100.100.100 and destination IP is 127. ... ?3)which is closed loop solution for congestion controla)leaky bucketb)token bucketc)choke packet
100
views
0 answers
0 votes
does tcp service provide timing , security , and throughput guaranteed?
287
views
0 answers
1 votes
Please solve this without master's or extended master's theoremT(n) = 2T (n/2) + n/log n
486
views
0 answers
2 votes
We wish to find the longest common palindromic subsequence in a string. Read the above code snippet and choose the missing statements.a)S1: DP[i][j]=0; S2: DP[i][j] =1+DP[i+1][j-1] S3: ... ][j] =2+DP[i+1][j-1] S3: DP[i+1][j] ,DP[i+1][j-1]
339
views
0 answers
0 votes
930
views
0 answers
0 votes
Find the maximum value of f(x). n is a constantf(x)= C(x,2) *$2^{n-x}$
149
views
0 answers
0 votes
is target code generation and register allocation is in syllabus?
545
views
0 answers
0 votes
in calculating emat with page fault service time givensome solutions use( page fault rate(p)*page faullt service) + memory timeand some use ( p*page faullt service) + ((1-p)* memory time)whats the difference?
290
views
0 answers
0 votes
Please can anybody justify the given formulae Distinct Sequence number >= Sender WS + Receiver WSBy a Proper Example that why we need to consider both window sizes for distinct Sequence number.
528
views
0 answers
0 votes
1)Which is not a function of OSa)swap spaceb)free spacec)process creationd)effective device utilisation