1 answer
1
For Memory Addressing and Pipelining portion which standard book should I refer?Or any good resource to have crystal clear understanding,please suggest.
6 answers
5
1 answer
6
is it dangling pointer ?int main(void) { int* p;printf("%d",*p); return 0;} https://ideone.com/IN77el
0 answers
8
A Grammer is said to be in 4-Standard form if all productions of the grammer are of type A → BCDE|a. If a grammer is in 4-Standard form how many steps in derivation of ...
0 answers
9
0 answers
12
In Os questions related to first fit,next fit etcv if nothing is given which partition scheme do we assume.Fixed or variable
0 answers
14
What is Pumping length?Why we consider pumping length of certain numbers?Can Pumping length be 0?
1 answer
16
0 answers
17
void foo(int n) { for(i1=1;i1<=n;i1++) { for(i2=1;i2<=i1;i2++) { ....... { for(i6=1;i6<=i5;i6++) { count++; } } } } }Count initially 0.What is value returned by foo(8)?
2 answers
21
2 answers
22
Consider a binary channel code in which each codeword has a fixed length of 5 bits. The Hamming distance between any pair of distinct codewords in this code is at least 2...
0 answers
24
let L={set of all strings over {0,1}* , containing 01 and 011 as the substring }number of states in the minimal DFA of L’ is?i’m getting 3. please confirm if you are ...
0 answers
27
0 answers
28
1 answer
30
FIFO replacement policy ignores locality of reference.true/false