March 27, 2024

Question 11492 – APPSC-2012-DL CA

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 […]
March 27, 2024

Question 11493 – APPSC-2012-DL CA

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) […]
March 27, 2024

Question 11497 – APPSC-2012-DL CA

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 […]