3 votes
1 answer
2
let L be a set of binary string whose integer equivalent is congruent to 10 (mod 16) Then minimal DFA that accept L contains how many states ? plz explain
1 votes
0 answers
4
If window size at the start of the slow start phase is 2 MSS after Timeout slow start will again start from 2 MSS or 1 MSS?
1 votes
0 answers
5
When to take optimal window size as (1+2a) and when to take it as 2a?
0 votes
0 answers
6
Find the FD for relation schema R(A,B,C,D) with pimary key AB under which R is in 2nf but not in 3nfA) AB->CD, A->C, C->DB) AB->CD, B->C, C->B, A->DC) AB->CD, C->D, DB->...
1 votes
0 answers
7
Which of the following is cause for conflict in LL(1)A) Left recursion B)Left factoringC) Both D) None