4 answers
2
Which one of the following binary trees has its inorder and preorder traversals as $BCAD$ and $ABCD$, respectively?
2 answers
3
Suppose $X$ and $Y$ are two independent random variables both following Poisson distribution with parameter $\lambda$. What is the value of $E(X-Y)^2$ ?$\lambda$$2 \lambd...
0 answers
5
A random variable $X$ has the density function$f(x)= \begin{Bmatrix} c(x+\sqrt{x}) & x\epsilon [0,1]\\ 0& otherwise \end{Bmatrix}.$(b) Compute $\text{E(1/X)}$.
2 answers
6
4 answers
11
Which scheduling policy is most suitable for a time shared operating system?Shortest Job FirstRound RobinFirst Come First ServeElevator
4 answers
13
A process, has been allocated $3$ page frames. Assume that none of the pages of the process are available in the memory initially. The process makes the following sequenc...
2 answers
15
2 answers
17
the solution to the recurrence relation T(n)= T(n-1) +n, T(0)=2 is..what is approach to solve it??
3 answers
21
Kadane algorithm is used to findMaximum sum subsequence in an arrayMaximum sum subarray in an arrayMaximum product subsequence in an arrayMaximum product subarray in an a...
3 answers
30