46 votes
6 answers
2882
Which of the following relational calculus expression is not safe?$\left\{t \mid \exists u \in R_1\left(t[A] = u[A]\right) \land \neg \exists s \in R_2 \left(t[A] = s[A]\...
49 votes
4 answers
2885
59 votes
4 answers
2886
Which of the following does not interrupt a running process?A deviceTimerScheduler processPower failure
22 votes
7 answers
2890
What is the minimum number of stacks of size $n$ required to implement a queue of size $n$?OneTwoThreeFour
54 votes
6 answers
2891
How many undirected graphs (not necessarily connected) can be constructed out of a given set $V=\{v_1, v_2, \dots v_n\}$ of $n$ vertices?$\frac{n(n-1)} {2}$$2^n$$n!$$2^\f...
47 votes
5 answers
2895
Consider the circuit shown below. The output of a $2:1$ MUX is given by the function $(ac' + bc)$.Which of the following is true?$f=X_1'+X_2$$f=X_1'X_2+X_1X_2'$$f=X_1X_2+...
30 votes
4 answers
2896
33 votes
2 answers
2897
Which is the most appropriate match for the items in the first column with the items in the second column:$$\begin{array}{|cl|cl|} \hline \text{X.} &\text{Indirect Addres...