Recent posts tagged admissions

3,520
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$
1,556
views
i think the answer is c . The option is definitely going to rule out by the point that we do paging to reduce or totally remove internal fragmentation. that why we keep p...
1,042
views
A [3] = *(*(A+2) + 3)Now, A is declared as int *A[10]- Array of pointers to int which is const pointer to pointer to int. So, *A is pointer to int.A+2 = A + size of(*A) =...
7,533
views
{∅ } this can be treated as an empty BAG with one elements as ∅ means with cardinality one.??
4,760
views
The baud rate is the rate at which information is transferred in a communication channel.Serial ports use two-level (binary) signaling, so the data rate in bits per secon...
4,017
views
1,386
views
Correct Option: D$foo$ is printing the lowest digit. But the $printf$ inside it is after the recursive call. This forces the output to be in reverse order$2, 0, 4, 8$The ...
1,416
views
$2(n-1)$ the spanning tree will traverse adjacent edges since they contain the least weight.
4,381
views
What is feedback on Y indicating...?Do we need to take into account...since it is a combinational circuit
2,615
views
answer - CThere are 2 decision points in this module1. while condition and2. if conditionhence cyclomatic complexity = number of decision points + 1 = 3
1,584
views
Only 1 node will be there . (20,25) only
2,297
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) ...
3,268
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...
1,877
views
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.