1 answer
2
2 answers
4
station A in network 1 send a payload of 1600 B to station B in network 3 via network 2if fragmentation is done the actual data size to be transmitted?n/w 1: MTU=1500Bn/w...
1 answer
8
Either I dont understand PDA at all or this question is wrong or I am missing something very basic:
1 answer
10
Consider the NFA below:The above NFA acceptes all those binary strings which represents the decimal numbers and area. divisible by 6 onlyb. dividible by 2 and 3 onlyc. di...
2 answers
11
Consider the regex: $(a+b)^*(a+b+\epsilon)a$Which of the following is equivalent to above?:(a) $(a^*+b^*)^+(aa+ba)$(b) $(\epsilon+a+b^*)^+a$(c) $(a+b)^+(a+b+\epsilon)a$(d...
1 answer
15
1 answer
16
Does the below problem makes any sense? And if yes what is its answer? How?
1 answer
17
How below language is context free? I am not able to imagine what could be the behaviour of the PDA accepting this language. Can anyone give a hint?$L=\{\omega:2n_a(\omeg...
1 answer
19
Which of the following is/are trueS1: parallel adder may consist of both half adder and full adderS2: serial adder consists of only full adders
2 answers
20
5 answers
21
7 answers
23
Let $f(n)= Ω(n), g(n)= O(n)$ and $h(n)= Ѳ(n)$. Then $[f(n). g(n)] + h(n)$ is:Ω (n)O (n)Ѳ (n)None of these
1 answer
25
Which of the following true about (R,*)?1) Group but not commutative2) A commutative group3) Not a semigroup4) Not a monoid
5 answers
26
The concatenation of two lists is to be performed on $O(1)$ time. Which of the following implementations of a list should be used?Singly linked listDoubly linked listCirc...