1 votes
2 answers
1
Does any normal form impose the condition "every non-key should depend upon every key"?
2 votes
2 answers
2
How to get solution of the following recurrence?$T(n) = \sqrt{n} .T(\sqrt{n}) + n$
0 votes
1 answer
5
If Gate result is awaited, what should be filled in qualifying exam? The score field is mandatory
1 votes
1 answer
6
What is the formula for average access time using write-through and write-back policy?
2 votes
0 answers
7
How to integrate: $\int e^{-x^{2}} dx$More specifically, how to integrate standard normal distribution function from 0 to a?
0 votes
1 answer
8
Please explain how the formula of frequency of clock obtained?Is the formula for time of clock not this - Time of clock >= no of flip flop* delay per flip-flop?Also, does...
0 votes
1 answer
10
0 votes
1 answer
12
3 votes
4 answers
13
My doubt is as follows: If deadlock is there, processes will be busy waiting in wait loop. So, decision on which process enters C.S. is not made in finite time. Hence, is...
0 votes
1 answer
14
Given following data, find average access time. Please explain the solution.
0 votes
1 answer
15
Are these 2 problems different?1. Given grammar G, is G regular?2. Given grammar G, is L(G) regular?Which of these 2 are decidable?
0 votes
2 answers
16
0 votes
2 answers
17
L = { wxyw | x, y, w Ē (a+b)+ }. Is it regular or not?The solution says it is non-regular. Is the following regex wrong for L? - a(a+b)+a + b(a+b)+b.
1 votes
1 answer
18
Doubt: Please clarify how option b is wrong.