7 answers
3
Given $i = \sqrt{-1}$, what will be the evaluation of the definite integral $\int \limits_0^{\pi/2} \dfrac{\cos x +i \sin x} {\cos x - i \sin x} dx$ ?$0$$2$$-i$$i$
2 answers
6
Given R(A,B,C,D,E) with the set of FDs,F{AB→CD, ABC → E, C → A}the normal form of R is2NFBCNF4NF3NF
2 answers
7
Suppose that the transaction T1 and T2 access the same database items.$$\begin{array}{|l|l|} \hline T1 & T2 \\ \hline \text{read(X)} & {} \\ X=X-N & {} \\ \hline {} & \te...
6 answers
8
Which one of the following does NOT equal $$\begin{vmatrix} 1 & x & x^{2}\\ 1& y & y^{2}\\ 1 & z & z^{2} \end{vmatrix} \quad ?$$$\begin{vmatrix} 1& x(x+1)& x+1\\ 1& y(y+1...
7 answers
9
The eigen vector $(s)$ of the matrix $$\begin{bmatrix} 0 &0 &\alpha\\ 0 &0 &0\\ 0 &0 &0 \end{bmatrix},\alpha \neq 0$$ is (are)$(0,0,\alpha)$$(\alpha,0,0)$$(0,0,1)$$(0,\al...
2 answers
13
2 answers
14
State whether the following statements are TRUE or FALSE:The problem as to whether a Turing machine $M$ accepts input $w$ is undecidable.
2 answers
15
5 answers
21
For a set-associative Cache organization, the parameters are as follows:$$\begin{array}{|c|l|} \hline \text {$t _c$} & \text{Cache Access Time }\\\hline \text{$t _m$} &...
5 answers
22
5 answers
23
4 answers
24
5 answers
25
Let $A = 1111 1010$ and $B = 0000 1010$ be two $8-bit$ $2’s$ complement numbers. Their product in $2’s$ complement is$1100 0100$$1001 1100$$1010 0101$$1101 0101$
6 answers
28
Given two three bit numbers $a_{2}a_{1}a_{0}$ and $b_{2}b_{1}b_{0}$ and $c$ the carry in, the function that represents the carry generate function when these two numbers ...
1 answer
30
Noting that $3 ^2 = 9$, Formulate a simple procedure for converting base-3 numbers to base-9 directly.use the procedure to convert the $(2110201102220) _3$ to base-9.