1 answer
3
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
0 answers
6
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?
2 answers
7
Consider the following IEEE-754 single precision format11010101001010100................0value represented by above number is _________________________
0 answers
8
When to take optimal window size as (1+2a) and when to take it as 2a?
2 answers
9
0 answers
10
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->...
0 answers
11
Which of the following is cause for conflict in LL(1)A) Left recursion B)Left factoringC) Both D) None