Recent questions tagged self-doubt

1 votes
0 answers
153
This is from GO Decidability slides.I have a doubt with 3 & 4 which is saying every TM ACCEPT L since accepted implies that it rejects all which is not part of language.W...
0 votes
0 answers
155
0 votes
0 answers
160
Is the instruction decode step a part of the execution cycle? Or not. There are ambiguous answers on the gate 2005 question stating answers as 4 and 6 memory read
0 votes
0 answers
162
What is the difference between ‘performance gain’ and ‘speed up’?
0 votes
1 answer
165
please give an example to differentiate between self join , natural join and join operation.
0 votes
0 answers
166
T(n)=4T(√n)+nHow can we solve it using master theorem using subsitution and renaming.
1 votes
0 answers
167
A.2^(loglogn)^2,B.(2^(root(logn))Asymptotic Order
0 votes
0 answers
170
https://gateoverflow.in/63585/pipeliningCan anyone Explain the meaning of the line-"Assume that no instruction starts at first stage time the branch condition is evaluate...
1 votes
0 answers
171
I'm not able to understand how pipelining reduces memory requirements of programs. Anyone please explain.
0 votes
3 answers
173
S->Aa | Bc A->a B->a1. Is the above grammer left factored ?? If not ,then do left factoring on it ??2. Is above grammer deterministic ?? 3. Is every left factored...
0 votes
0 answers
174
0 votes
0 answers
176
How to see my bookmark question ?
1 votes
1 answer
179
Difference between both synchronous and asynchronous I/O on the based of ISR . Means when they are going to invoked during i/o completion ( i.e. before, after ?????? )