2 votes
2
The average number of key comparisons required for a successful search for sequential search on $n$ items is$\frac{n}{2}$$\frac{n-1}{2}$$\frac{n+1}{2}$None of the above
2 votes
3
What is the complement of the language accepted by the NFA shown below?Assume $\Sigma = \{a\}$ and $\epsilon$ is the empty string.$\phi$$\{\epsilon\}$$a^*$$\{a , \epsilon...
1 votes
5
1 votes
6
Construct a minimal DFA which accepts set of all strings over {a,b}, such that$1)$Second symbol from $RHS$ should be $‘a’$$2)$Third symbol from $RHS$ should be $‘a�...
1 votes
10
Please try to answer without using any standard result as i cant remember them.
0 votes
11
If job $J=(J_{1},J_{2},J_{3},J_{4})$ are given their processing time $T_{i}=(1,1,2,3)$ and deadline are $D_{i}=(3,4,2,3)$ maximum how many job can be done$?$$A)1$ ...
1 votes
12
5 votes
13
7 votes
14
How many numbers of spanning tree are possible?
1 votes
17
Can anyone please explain
2 votes
19
If the total number of resources available is 6 and each process requires 3 instances of a resource to complete execution. Then what is the number of processes that can e...
0 votes
20
https://gateoverflow.in/178786/transactioncan anyone confirm this question answer i am getting 90
5 votes
21
Consider the following code generation:a=b+c;c=a+x;d=b+c;b=a+x;The minimum no. of total variables required to convert the above code to static single assignment form is__...
1 votes
22
F={AB$\rightarrow$C,A$\rightarrow$C}G={A$\rightarrow$C} FIND EQUVALIANT ARE NOT?
0 votes
24
1 votes
25
How to decide in which question process will run completely and where preemption needs to be taken while solving semaphore questions? Is there any predefined method?
1 votes
26
0 votes
27