Recent posts tagged mtech

317
317 views
A DMA controller transfers 16Bytes to memory using cycle stealing with frequency 1.2GHz. The Number of clock cycles used for transfer of 16Bytes is 20 clock cycles. Find ...
5,444
5,444 views
you should draw a single graph.else you will not succeed to figure out the cycle,alltime,which is an important thing for deciding conflict or non conflict serialization
14,256
14,256 views
NO.Priority Inversion Problem :Lets Consider one example: Tasks:High Priority (H) Medium Priority (M)Low Priority (L)and a lock X, may be semaphore_lock(X).(lock is requi...
4,391
4,391 views
an element z ∊ N is called an identity for f, if f (a, z) = a = f(z, a), for all a ∊ N$x^1 = x$ but $1^x=1$
3,502
3,502 views
Each employee is assigned to a project work at only one location for that project, but can be at a different location for a different project. At a given location, an emp...
12,756
12,756 views
{∅ } this can be treated as an empty BAG with one elements as ∅ means with cardinality one.??
4,553
4,553 views
The answer for this question is A . Only one circuit is required (only a not gate ) .
1,681
1,681 views
First instance of T2 is arriving at T1, so second instance at 1+7 = T8. Now, if finishes at T9 and next arrival is only at T15.
1,777
1,777 views
3,358
3,358 views
There is no limit on a large value being considered. f(n)= n^0.0000001 = n^(10^-7)g(n)=lg n(base 2)n= 10^8 f(n)= 1.000001842 , g(n)=26.565Now, I take n = 10^(10^8)f(n) ...
4,099
4,099 views
The function terminates for all powers of $2$ (which is infinite), hence (i) is false and (ii) is TRUE.Let $n = 5. $Now, recursive calls will go like $5 - 14 - 7 - 20 - 1...
2,385
2,385 views
no. It asks for "NOT" supported in HTML
1,835
1,835 views
Its not a difficult topic- but not highlighted in books. Most books tell what common students want. The fact that you asked this question shows that you are interested in...
6,462
6,462 views
We wish to schedule three processes $P1$, $P2$ and $P3$ on a uniprocessor system. The priorities, CPU time requirements and arrival times of the processes are as shown be...
1,620
1,620 views
In how many ways can we distribute $5$ distinct balls, $B_1, B_2, \ldots, B_5$ in $5$ distinct cells, $C_1, C_2, \ldots, C_5$ such that Ball $B_i$ is not in cell $C_i$, $...
To see more, click for the full list of questions or popular tags.