Which one from the following is a false statement about Poisson distribution? Correct Answer: C Question 22 Explanation: S1 is true. Poisson limit theorem states that […]
Time complexity of Binary search is Correct Answer: C Question 23 Explanation: Time complexity of binary search is O(logn). A O(n) B O(n2) C O(log n) […]
In which Disk scheduling algorithm starvation is possible? Correct Answer: C Question 27 Explanation: In SSTF the request with largest seek time may suffer if a […]