2 answers
1
1 answer
3
how many subgraph with atleast 1 vertex does k2 have? (graph theory question)
2 answers
5
0 answers
8
If A = {1, 3,5,7,.......}Then (A, +) is semi group or not. Doubt :a +(b+c) =( a + b) +cSo associativity property is present But a + b doesn't belong to ASo closure prop...
1 answer
9
0 answers
13
How option B is incorrect.
2 answers
16
4 answers
20
In class $B$ if subnet mask is $255.192.0.0$ then the total number of networks that can be joined is: $32$ $64$ $16$ None of the Above
3 answers
21
1 answer
24
3 answers
25
If we are using non-preemptive CPU scheduling then can there be process state transition from running to ready state?
1 answer
26
Number of ways to assign 5 different people in 3 different rooms, so that each room contains at least one person?
2 answers
27
What will be the output printed for find(4)? void find(int x) { static int i = 10, y = 0; y = y + i; for(i; i>0; i = i - 10) { if(x! = 0) find(x – 1); else printf(“%d...
2 answers
29
2 answers
30
If A is a non-zero column matrix of order n×1 and B is a non-zero row matrix of order 1×n then rank of AB equals ? Rank(ab) can be zero???