1 answer
8
2 answers
10
When BW isn't satisfied , it imply that process will wait for indefinite period of time , so obviously we will have starvation , so how come they both are not related to ...
0 answers
11
1 answer
13
How to solve it?Q 5
1 answer
14
In question 13 Can we directly apply the formulae or we have to change the bandwidth(if have to change then how can we change)
1 answer
15
How option d is the answer??
1 answer
16
How option c is regular?
3 answers
17
How to find log n base2+ log n base 3+ log n base4+........log n base n?
0 answers
18
When we start with s3 then statement 3 fails becoz on taking 0 only it give us 1 so why answer is option c
1 answer
19
What is Non-Inheritant grammar and inheritant Grammar? Please explain with an example.
2 answers
20
Hello anyone can help me to find big O for this algorithm please.... f=1;x=3;for (int i = 1; i <= n; i*=2) for (int j = 1; j <= i * i; j++) if (i % j == 0) ...
6 answers
21
Let $L$ be a context-free language and $M$ a regular language. Then the language $L ∩ M$ isalways regularnever regularalways a deterministic context-free languagealways...
3 answers
25
State whether the following statements are TRUE or FALSE:A minimal DFA that is equivalent to an NDFA with $n$ nodes has always $2^{n}$ states.
4 answers
26
2 answers
27
State whether the following statements are TRUE or FALSE:The problem as to whether a Turing machine $M$ accepts input $w$ is undecidable.