4 votes
83
Which of the scheduling alogorithm gives the best throughput for n tasks having r1,r2,...,rn as running time?a) RRb) ShortestJob Firstc) FCFSd) Hiighest-Response Ration N...
4 votes
84
A $\phi$ (empty) relation on any set $A$ is not reflexive because for every $ a \in A$, $(a, a) \notin \phi$, but $\phi$ is a symmetric as well as transitive relation on ...
3 votes
85
If k is a positive constant then the following divide and conquer recurence evaluates to T(n) =k , n=1 = 3T(n/2)+kn ,n>1Assuming n as a power of 2 A) T(N)=3kn2-knB)T(...
3 votes
86
Which of the above lattice is distributve?a) both iii and iv)b) only iv)
4 votes
90
3 votes
91
True or False : if there is Hit in TLB than there won't be page fault ??Give reason
21 votes
92
___________ $\text{kHz}$ is the sum of frequencies at the points $a, b,c \text{ and } d$.
6 votes
93
6 votes
94
Im not able to derive the value of X.plz someone derive the value of X.
13 votes
95
The radix of the number invovled in quadratic equation is, $x^2-10x+39=0$, if the solutions to the quadratic equation is $6$ and $9$$12$$13$$15$$9$
11 votes
96
Let $G:$ be a group.$a^5=e,\quad aba^{-1}=b^2,\quad a,b,\in G$Then which of the following is an order of $b$?$31$$32$$30$$2$
3 votes
97
$2’s$ complements representation of the following decimal number $-(105.75)_{10}$ is:$10010110.01$$10011110.01$$10001110.10$$11001011.10$
4 votes
98
What will be the output of multiplexer shown below ?
5 votes
99
Consider the following synchronous counter made up of J-K, D and T Flip-Flops.If the initial state (Q2 Q1 Q0) of the counter is 101, then the state (Q2 Q1 Q0) after 4 clo...
9 votes
100
What is the output of the following C code int main( ) { int p[5] = {10, 11, 12, 13, 14}; int *ptr = (int *) (&p + 1); printf(“%d %d”, *(p + 1), *(ptr – 1)); }
4 votes
101
What is the value returned by p(q(3))?
89 votes
104