3 answers
1
1 answer
2
Justify your answer with valid reason$\phi \epsilon \left \{ A \right \} \wedge \phi \subseteq \left \{ A \right \}$Where A is an non empty set $\left | A \right | \neq 0...
1 answer
3
Let S be a set of n elements and let p(S) be its power set. Then find total number of ordered pairs such that $s1 \cap s2 = \phi$ where s1 & s2 are subset of p(s)
1 answer
6
Could somone pls confirm what is the ans for min NOR gates and min number of Registers?Also what was the marks distribution for Memory Leal/Malloc DS question?
2 answers
7
5 answers
12
1 answer
13
Given two singly linked list of size n. The time complexity of computing the union and intersection of two linked list is.a) O(n) and O(nlogn)b) O(n) and O(n)c) O(nlogn) ...
2 answers
14
Consider the function f (x) = sin x in the interval X< [pi/4, 7pi/4]. The number of location/s of the local minima are __________ .
1 answer
21
Consider the following table of arrival time and burst time for three processes $P0, P1$ and $P2.$$$\small \begin{array}{|c|c|c|} \hline \textbf{Process} & \textbf{Arriva...
2 answers
27
2 answers
30
Here Read_TS(X) = 30 when T1 reads X; Now when T3 goes to write X, it's timestamp is 20. Hence TS(T) = 20But Read_TS(X) TS(T) . Both rules don't allow this!How is b corr...