0 votes
121
The persist timer is used in TCP toTo detect crashes from the other end of the connectionTo enable retransmissionTo avoid deadlock conditionTo timeout $\textsf{FIN_Wait1}...
0 votes
122
Context free languages are closed underunion, intersectionunion, kleene closureintersection, complementcomplement, kleene closure
0 votes
124
What is the output of the code given below?# include<stdio.h int main() { char name[]="satellites"; int len; int size; len= strlen(name); size = sizeof(name); printf("%d"...
0 votes
125
What is the worst case time complexity to find kth smallest element into an array of ‘n’ element?
0 votes
128
0 votes
129
what is the meaning of static single assignment how to solve
0 votes
131
How to solve it ..find MST with detailed solution
0 votes
133
Which of the following problem cannot be solved without recursion?Tower of HanoiFibonacci seriesTree TraversalNone of the above
0 votes
134
given an array which contains the preorder traversal of full $k-ary$ tree. Give an algorithm for constructing the full $k-ary$ tree
0 votes
135
Minimum ba how can accept?
0 votes
136
How 4th statement is true???
0 votes
142
1 votes
143
0 votes
144
0 votes
145
0 votes
146
Give a $\Theta(n)$ time nonrecursive procedure that reverses a singly linked list of $n$ elements. The procedure should use no more than constant storage beyond that need...
0 votes
148
The UNIX I-node contains 8-direct disk block addresses, a single indirect and a double indirect entry for a disk block of size 2KB and 16 bit disk block addresses, the ma...
0 votes
149
When a process opens a file that is already being read by another process, the file descriptors in both process will point to the same open file table entry.[True / False...
0 votes
150