Recent posts tagged gate2018-admissions

1
I dont think that they are. here we have G2 we have 3 cycle of degree 2 and in G1 we have only two.
2
D. Use case Diagram It gives the external view of the system
3
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
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...
5
How query 2 will not produce the correct result?I am getting the desired result from query 2.
To see more, click for the full list of questions or popular tags.