2 answers
1
1 answer
2
can we make weak entity type as composite attribute of another weak entity type?
1 answer
5
Number of possible permutations that can be obtained using stack if the input sequence is 1, 2, 3, 4, 5 (in the order) is
1 answer
6
1 answer
7
1 answer
8
Three letters are placed into three addressed envelopes randomly. A random variable X denotes the number of letters placed into corresponding envelopes. The variance of X...
1 answer
14
What is the correct time complexity in $\theta()$ ?
1 answer
17
CFG is not closed under complementation , but REC is?
0 answers
18
0 answers
19
I think S1 is false because, for n=0, no 0’s will be added in stack, but in the transition to the next state (q2->q3) there is one mandatory 1 canceling out 0 in stack...
0 answers
20
0 answers
22
In $T_{Read Avg}$, shouldn’t it be $T_{Read Avg}$ = (10*0.9) + 0.1*(10+100), because it must be checking the cache in case of cache miss too, right?
1 answer
23
3 answers
24
What is the difference b/w cache & TLB? TLB is stored in cache too right? TLB helps in addressing like a faster version of page table while speaking of cache, it directly...
0 answers
26
0 answers
28
Since the schema is already in 3NF we can keep the relations to 1, cant we? If you think the answer is different please explain how
1 answer
29
1 answer
30
I have a language L = {ε,a}. What will be $L^{C}$? Will it be Φ or {aa, aaa, aaaa, ...} ?