5 votes
1
In dining philosophers Algorithm the minimum number of forks or chopsticks to avoid deadlock is (assume there are 5 philosophers)a. 5b. 6c. 10d. None of these
1 votes
5
State whether the following statements are TRUE or FALSE:Regularity is preserved under the operation of string reversal.
0 votes
6
L={w| length of w is odd and its middle symbol is 0, wε{0,1}* }Reg or CFL?
1 votes
7
L={ wε(a+b)* | #a - #b <=10 }CFL or Reg ?
0 votes
8
we know that PDA = FA+1stack so why we use the stack data structure in PDA, we have much more data structure like linked liste,queue, array or tree/hashing???
1 votes
9
3 votes
17
Consider two tables in a relational database with columns and rows as follows:$$\overset{\text{Table: Student}}{\begin{array}{|c|c|c|} \hline \textbf {Roll_no} & \textbf{...
1 votes
18
Consider a hash function that distributes keys uniformly. The hash table size is $20$. After hashing of how many keys will the probability that any new key hashed collide...
1 votes
21
Consider a binary tree T that has $200$ leaf nodes. Then the number of nodes in T that have exactly two children are ______.
3 votes
22