2 votes
0 answers
1
1 votes
2 answers
2
what will be the output(how many tupples)
2 votes
0 answers
3
a) 1631b)1635c)716d)713
2 votes
1 answer
4
1)concurrent schedules= nonserial+serial2)concurrent = nonserial schedules.which is correct terminology ?
4 votes
0 answers
5
2 votes
0 answers
6
the condition is 1) (i<=j) or (j<=i) , j=k 2) (i<=j) or (j<=i) ,j=khow should we interpret the condition given ?
1 votes
0 answers
7
1 votes
1 answer
8
my doubt1) default is hierarchal or simultaneous.2)will we use hierarchical or simultaneous here..also explain.
2 votes
0 answers
9
3 votes
1 answer
10
2 votes
0 answers
11
Let A and B are the largest and second largest numbers respectively in IEEE Double precision format as shown below(Implicit Normalization).1(sign)11(exponent)52(mantissa)...
3 votes
0 answers
12
Solve the following recurrence relation: T(n)=9T(n-1)-20T(n-2)T(0)=-3T(1)=-10a)2.5n-5.4nb)3.5n-4.3nc)3.4n-2.5nd)4.5n-2.3ncan it be solved by substitution..?
1 votes
1 answer
14
Deadlock no progressDoes progress - no deadlock...?
1 votes
0 answers
15
1 votes
2 answers
17
Confusion regarding these log representations.1.(logn)22.log2n3.log(logn)4.log(n)2which of these are equal . Also explain meaning of each one.(Pls provide any source if p...
0 votes
1 answer
18
if there is a miss in cache and hit in mm what is access time 60ns or 60+20=80ns.how is the statement " reference started again" related to the meaning of the question?
1 votes
2 answers
19
Are recursive descent parsers with backtracking or without?
2 votes
0 answers
20
does turing machine accept null? if not then those set of languages that are accepted by turing machine shoud not generate null string??