5 answers
1
Which one or more of the following $\text{CPU}$ scheduling algorithms can potentially cause starvation?First-in First-OutRound RobinPriority SchedulingShortest Job First
4 answers
4
The forwarding table of a router is shown below.$$\begin{array}{|l|l|c|}\hline \textbf{Subnet Number} & \textbf{Subnet Mask} & \textbf{Interface ID} \\\hline 200.150 .0 ....
2 answers
6
What is the 16 bits pattern which represent (-13.5) in normalized signed magnitude fraction . S = 1 bit , Exponent = 7 bits , Mantissa = 8 bits . Represent it in hexadeci...
3 answers
11
In case of the dynamic programming approach the value of an optimal solution is computed in :Top down fashionBottom up fashionLeft to Right fashionRight to Left fashion
2 answers
19
1 answer
20
T1T2T3W(X) R(X) W(Y) W(X) R(Y) W(X) W(X) W(Y) W(X) W(Y) R(X) W(X) R(Y) W(Y) Number of blind write in given schedule
1 answer
21
Consider the following schedule:S:R2(A) W1(B) W1(C) R3(B) R2(B) R1(A) C1 R2(C) C2 W3(A)C3Please explain how it is allowed in 2 PL
1 answer
22
how to find total number of concurrent schedule possible when any schedule is given ?for example consider this scheduleT1 : R1(A) , W1(A) , R1(B) , W1(B) ;T2 : R2(A) , W2...
4 answers
23
4 answers
25
every strict recoverable schedule is conflict serializable..if not then why?
2 answers
26
2 answers
27
Is only conflict serializable schedules are recoverable?Or both view as well as conflict serializable schedules are recoverable?I have been seeing different answers in di...
2 answers
28
I am slightly confused in 40 Gbps. When to use 2^30 and when to use 10^3 in conversion.
2 answers
30