Recent posts tagged admission

1,495
views
"Here they are saying logical memory is less than physical memory means there will be no need of paging well if question is framed in that way"This is not really true. In...
1,112
views
If activation record size is known at compile time. Then why can't we place it in the area where static or global variables is placed ?? why do we need heap for it ??
982
views
since ,the type of a is float and type of 3 is int in that expression so,the expression is converted into float type.why it is n't converted into int type ??
2,285
views
haa you did wrong.... 00 then 11 then 01 then 10 and again 00...
1,248
views
Parallel should be opposite of hierarchical. Parallel means things are done together. Hierarchical means there is a serial way of access.
1,707
views
During runtime, it is difficult to do anything on stack- as activation record size is decided at compile time. So, it must always be on heap. But I don't know if any lang...
2,288
views
everybody telling different different approach , so please give me the right one .
1,750
views
RE : 0*(10)* (in question)Here is a trick for option B) and C) B) 0+(0+10)+ C) (0+1)*10(0+1)*Both of these cannot accept Empty set or Empty St...
1,713
views
There are many configurations possible here. So, why look for formula. Just understand the working of different types of cache and apply the logic as per the given questi...
2,194
views
If the counters are connected one followed by other then the overall frequency of the counters together is equal to frequency/overall MOD of counteroverall MOD of connect...
2,296
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) ...
21,201
views
Type checking is normally done duringlexical analysissyntax analysissyntax directed translationcode optimization
To see more, click for the full list of questions or popular tags.