Recent posts tagged iit-interviews

972
972 views
$*$ is used for de-referencing and the operator $\&$ is used to get the address.These operators cancel effect of each other when used one after another. We can apply them...
253
253 views
F1 =(logn)! F2=(log(n!)) F3 = (logn)^logn Just one query n! would be a constant rght , so in F1 we are taking factorial of a constant while in second one we are taking lo...
427
427 views
Option $C$ i.e. $3^{n}$must be the right answer.It is given that there are $n$ elements in the set $X$.Consider an element $p$ of set $X$.What are the choices it will hav...
292
292 views
R0 <= R0 +R1The sequence of instruction take place I Cycle : R1 out , SinII Cycle: Ro out , TinIII Cycle: Sout , Tout , ALU , Rin therefore 3 cycle required
4,076
4,076 views
Let N(n) be the no of leaves in a binary tree which has n internal nodes of degree 2 Now consider the base condition to be N(1)=2 i.e. a BT where I have only one root nod...
6,862
6,862 views
5,182
5,182 views
the ack is lost of 0 so it will first ask for the zero after the time out. the negative ack packet are send as the negative acknowldgmnet is received.
3,316
3,316 views
it is saying there is an entry for each byte. so if there is a table entry for each byte the answer is right given by pooja.
4,310
4,310 views
look at the line in question >assume that there are no seperate data and cache , so r1 and r2 are busy in first two instructions ,right ? how can they available for inst...
3,534
3,534 views
How seven states... both will take 5 states..
5,714
5,714 views
i think answer will be 2. it should have 2 compulsary field . the previous node pointer and the pointer to next field. data may or may not be present.
2,048
2,048 views
The Answer should be A is False and B is True.And the question should be&ldquo;Let f(n) and g(n) are asymptotically non negative functions then which of the following is ...
1,244
1,244 views
For $50\%$ utilization with Stop-and-wait,$\large\dfrac{t_t}{t_t+2t_p}\geq \dfrac{1}{2},$where, $t_t-$ Transmission time, $t_p-$ propagation delay. Here, $t_t = \frac{L}{...
1,214
1,214 views
4,763
4,763 views
what i know sugest u is to google the same question and visit stackoverflow everey of your queries will be satisfied there . i know t is better but to explain everything ...
14,558
14,558 views
if no ties are possible then 6*5*4 ..here ties are possible so it is 3^6
5,444
5,444 views
2,968
2,968 views
2,920
2,920 views
refer to this:http://math.stackexchange.com/questions/351948/the-basic-of-the-count
7,116
7,116 views
https://answers.yahoo.com/question/index?qid=20140423135641AActyxm#
1,920
1,920 views