Recent posts tagged admission

1
"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...
3
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 ??
4
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 ??
5
haa you did wrong.... 00 then 11 then 01 then 10 and again 00...
6
Parallel should be opposite of hierarchical. Parallel means things are done together. Hierarchical means there is a serial way of access.
8
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...
9
everybody telling different different approach , so please give me the right one .
10
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...
11
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...
12
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...
13
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) ...
15
Type checking is normally done duringlexical analysissyntax analysissyntax directed translationcode optimization
To see more, click for the full list of questions or popular tags.