2 votes
1 answer
1
Given that a computer system has only 3 process.1st process is single threaded, 2nd process is two threaded and 3rd process is 4 threaded.So total how many number of page...
0 votes
0 answers
2
An experiment is performed $n$ times, in each of which an event $X$ may occur with a probability $p$. Determine$ E[ \overline{X}]$ and $Var( \overline{X})$, where $\overl...
0 votes
0 answers
3
Any Hints on how to solve this?
1 votes
1 answer
5
Since given increasing,so $N'(t)>0$ but what will be $N''(t)$ for the slow rate part?
0 votes
2 answers
9
What is the definition of an ideal pipeline?On searching over the internet I found only speed up formulas but no where the difference between ideal and non-ideal was ment...
3 votes
1 answer
13
The number of minterms covered by Essential Prime Implicants in the function f(a,b,c,d)=Σ(1,2,4,5,6,7,8,9,10,11,12,15) isAnswer is 0.While my answer is coming 2.
2 votes
1 answer
14
Consider the number given in the base '12' system is (-1457)12 then the number of 1's in the 2's complement binary representation of that number is ______?The answer is 9...
5 votes
1 answer
15
The K-Map for a boolean function is shown below.The number of essential prime implicants for this function is ?1101000110001001The answer given is 3. But I think it will ...
1 votes
1 answer
16
Find the number of Essential prime implicants present in the K Map of the functionf=Σ(2,3,5,7,8,12,13).Here the answer is 2,can anybody explain why it is 2?
3 votes
3 answers
17
"Quick sort has good cache performance" , Can anyone explain this statement.How is cache related to quick sort.I searched for this over the internet but could not find a ...