0 votes
3
system call isa)hardware interruptsb)software interruptc)exceptiond)none o thesei feel all a,b,c :(
1 votes
4
a system has 6 processes sharing 7 resourses if each process needs maximum 3 units thena) deadlock can never occurb)deadlock may occurc)starvation will occurd)none of the...
1 votes
10
Given solution:After reducing two 1's of expression to E, E*E should be reduced not the 3rd 1. So final output will be 112*311+2 instead of the given output. Please check...
2 votes
11
32 votes
12
How many solutions does the following system of linear equations have?$-x + 5y = -1$$x - y = 2$$x + 3y = 3$infinitely manytwo distinct solutionsuniquenone
3 votes
14
What is correct?$3 \text{ RAW dependencies}$or
0 votes
15
Find the False statement.$O(2^n) = O(3^n)$ $O(\log n^2) = O(\log n)$ $f(n) = O \left ( (f(n))^2 \right )$ $2^{2 \log n} (\log n) = O(n^2 \log n)$
19 votes
16
Consider addition in two's complement arithmetic. A carry from the most significant bit does not always correspond to an overflow. Explain what is the condition for overf...
3 votes
18
Give an optimal algorithm in pseudo-code for sorting a sequence of $n$ numbers which has only $k$ distinct numbers ($k$ is not known a Priori). Give a brief analysis for ...
10 votes
20
Consider the following first order formula:$\left ( \matrix{ \forall x \exists y : R(x,y) \\[1em] \Large \land \\[1em] \forall x \forall y : \left ( R(x,y) \impl...
2 votes
21
Three numbers are chosen at random without replacement from $\left\{1, 2, 3,....., 10 \right\}$. What is the probability that minimum of the chosen numbers is $3$ or thei...
2 votes
22
At $t=0$, the function $f(t)=\frac{\sin t}{t}$ has(A) a minimum(B) a discontinuity (C) a point of inflection(D) a maximum
1 votes
24
please draw chart for this question
58 votes
25
Two girls have picked $10$ roses, $15$ sunflowers and $15$ daffodils. What is the number of ways they can divide the flowers among themselves?$1638$$2100$$2640$None of th...