0 votes
2
can we use a secret symmetric key to both sign and verify a signature?
1 votes
3
0 votes
5
Let A = {<M>|M is a TM and L(M) is regular}. Then A is _________a) Decidable language and regular languageb) Undecidable but partially decidablec) Totally not decidabled)...
2 votes
7
0 votes
8
L1={wlwR∣w∈{a,b}∗,l∈{a,b} }which type of language is this DCFL or NDCFL? (note that l∈{a,b} not {a,b}*)I feel its NDCFL can you also tell how PDA will look like...
1 votes
12
0 votes
14
Consider a B+ Tree of height $h$ and order of root node $p$ and order of leaf node $q$. Find ?Time complexity to find a record in B+ TreeMinimum and Maximum number of rec...
0 votes
15
Whether a given regular grammar is ambiguous is decidable ?
4 votes
16
The Answer given is A) I think the naswer should be B) as we have both the prev pointer and the next pointer available , it will take constant time to update the adjacent...
1 votes
18
can anyone tell what are different activities that are performed in kernel modeuser modehow to change frm user mode to kernel mode and vice-versa,,
2 votes
19
What is the approach to identify for such ambiguous grammar? any formula?
2 votes
20
Which one is better...Local page replacement or global page replacement?
4 votes
21
the number of generators of the group { 0,1,2........... 14} under the group operation addition modulu 15 is
3 votes
22
Consider a subnet mask 255.255.255.42 for a network 192.198.191. A data packet has arrived with destination IP as 192.198.191.121. The Broadcasting address of the subnet ...
1 votes
23
Given n linearly ordered distinct elements. What is the worst case running time to find ith smallest element (1<=i<=n) from those n elements? a) O(log n)b) O(n)c) O(n lo...
1 votes
24