3 votes
5 answers
101
The regular expression 0*(10*)* denotes the same set as(A) (1*0)*1*(B) 0 + (0 + 10)*(C) (0 + 1)* 10(0 + 1)*(D) none of these
0 votes
3 answers
102
Consider a situation where a client receives packets from a server. There may be differences in speed of the client and the server. Which data structure is best suited fo...
0 votes
3 answers
103
What is the chance that a leap year selected at random will contain 52 Sundays? a. 1 b. 3/7 c. 1/7 d. 2/7
0 votes
0 answers
104
Consider a hash table with 'm' slots that uses chaining for collision resolution. the table is initially empty. What is probability that after 4 keys are inserted then at...
2 votes
3 answers
105
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...
0 votes
2 answers
106
The number of ways in which 6 rings can be worn on the four fingers of one hand is:a. 360b. 4^6c. 6C4d. 6^4
0 votes
3 answers
107
A class is composed of 2 brothers and 6 other boys. In how many ways can all the boys beseated at a round table so that the two brothers are not seated together?a. 3000b....
3 votes
2 answers
108
1 votes
4 answers
109
If the bandwidth f the line is 1.5 Mbps, RTT is 45ms and packet size is 1KB, then find link utilization stop and wait protocol.
2 votes
5 answers
110
0 votes
2 answers
111
$L = \Bigl \{ \Sigma^* \Bigr \}$