2 answers
6
Consider a process of 200 KB which has 2 segments each segment size is 256 KB ,Calculate overhead in segmented paging.The page table entry is 4B, segment table entry is 2...
8 answers
7
In a complete $k$-ary tree, every internal node has exactly $k$ children. The number of leaves in such a tree with $n$ internal node is:$nk$$(n-1)k + 1$$n(k-1) +1$$n(k-1)...
2 answers
11
4 answers
12
Randomized quicksort is an extension of quicksort where the pivot is chosen randomly. What is the worst case complexity of sorting n numbers using Randomized quicksort?$O...
2 answers
16
1 answer
17
0 answers
18
Let there is a 2*2 Matrix and their eigen values are A and B. The eigen values of $(A+7I)^{-1}$ ?
1 answer
23
1 answer
24