1 answer
3
Consider the following schedule$$\textbf{Schedule}$$$$\begin{array}{|c|c|c|}\hlineT_{1} & T_{2} & T_{3}\\\hlineR(x) & &\\\hline& R(x) &\\\hlineW(y) & & \\\hline& &R(x)\\\...
2 answers
5
Given a matrix $A = \dfrac{1}{2} \begin{bmatrix} 1 &1 &1 &1 \\ 1 &-1 &1 &-1 \\ 1 &1 &-1 &-1 \\ 1& -1 &-1 &1 \end{bmatrix},$ then $(AA^{-1})^{T}$ is _______$I$$\frac{1}{2}...
1 answer
11
4 answers
13
If a random variable $X$ has a Poisson distribution with mean $5$, then the expectation $E\left [ \left ( x+2 \right )^{2} \right ]$ equals ___.
5 answers
14
6 answers
17
7 answers
18
The minimum number of comparisons required to determine if an integer appears more than $\frac{n}{2}$ times in a sorted array of $n$ integers is$\Theta(n)$$\Theta(\log n)...
2 answers
19
Using binary full adders and other logic gates (if necessary), design an adder for adding $4$-bit number (including sign) in $2’s$ complement notation.