1 answer
5
Find the 1000_th power of the matrix -
2 answers
6
In a hash table of size 6 currently the locations 0,2,4 and 5 are occupied. The probability of a new record going into location 1 with a hash function resolving collision...
2 answers
8
What are the Number of states in minimum DFA that accepts Binary strings when interpreted as decimal mod 12 give 0 as remainder.Also give DFA.
2 answers
9
It's a question from Cormen book Exercise 4.4-5 and is described like this:Use a recursion tree to determine a good asymptotic upper bound on the recurrence $T(n)=T(n-1)+...
2 answers
10
1 answer
12
1 answer
14
void fun(int *p) { int q = 10; p = &q; } int main() { int r = 20; int *p = &r; fun(p); printf("%d", *p); return 0; }
1 answer
16
1 answer
17
Consider a 3 x 3 real symmetric matrix S such that two of its eigen values are a ≠ 0 , b ≠ 0 with respective Eigen vectors [ x1 x2 x3 ] , [ y1 y2 y3 ] . If a &ne...
1 answer
19
Q. What are the various areas , one can choose in IITs/IISc. for masters ? What is their respective future scope ? When this selection is to be made ?
3 answers
20
#IISc2012Research 1>Recurrence relation and worst case time complexity of Merge sort 2 Difference between D&C and Dynamic Programming ?
18 answers
21
2 answers
22
The data given in the following table summarizes the monthly budget of an average household.$$\begin{array}{|l|c|c|} \hline \textbf{Category} & \textbf{Amount(Rs.)} \\\hl...
9 answers
23
Consider a carry look ahead adder for adding two $n$-bit integers, built using gates of fan-in at most two. The time to perform addition using this adder is$\Theta (1)$$\...
2 answers
24
If $(1.001)$$^{1259}$= $3.52$ and $(1.001)$$^{2062}$= $7.85$, then $(1.001)$$^{3321}$=$2.23$$4.33$$11.37$$27.64$
4 answers
25
The width of the physical address on a machine is $40$ bits. The width of the tag field in a $512$ KB $8$-way set associative cache is ________ bits.