Recent posts tagged mtech

1
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
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...
4
{∅ } this can be treated as an empty BAG with one elements as ∅ means with cardinality one.??
5
The answer for this question is A . Only one circuit is required (only a not gate ) .
6
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.
8
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) ...
9
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...
10
no. It asks for "NOT" supported in HTML
11
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...
12
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...
13
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.