1 answer
1
I am getting 74.67 marks, and a score of about 866, will I get direct admission in IITK or IITB ?
5 answers
3
Let U = {1, 2, ..., n} and A = {(x, X), x ∈ X and X ⊆ U}. Consider the following twostatements for |A|.(i) |A| = n*$\small 2^{n-1}$(ii) |A|= Sigma(k=1 to n) k.(nCk) W...
1 answer
5
Suppose when there is cache “Miss” then memory Access is 30nsand when cache “Hit” then memory access time is 3nsif 80% is cache hit then effective memory access9n...
1 answer
6
Let B1 is binary search tree initially empty then we insert the element in oder 1,2,3,4,5 .Let B2 is another binary search tree initially empty we insert the same elem...
0 answers
8
Which is ur score on AAI JE IT
5 answers
9
How many distinct minimum weight spanning trees does the following undirected, weighted graph have ?$8$$16$$32$$64$None of the above
0 answers
12
wha first one is not regular since c is not part of the alphabets we can extend c till w1 and w2 be either a or b.so it can be like first and last alphabet should be diff...
1 answer
13
please explain this??
1 answer
16
If I have an array :int a [3][4] ; How to evaluate below Outputs ? 1. sizeof(*a) 2.sizeof( a) 3. sizeof(a) Please explain precisely .
3 answers
17
What is the time complexity of the following?for(i=0; i < n *n ; i = i *i)print("*");
2 answers
18
consider a disk pack with the following:16 surfaces128 tracks/surface256 sectors/track512 bytes/sectors(consider that each surface has 1 read/write head)The disk is rotat...
6 answers
20
What are minimum number of tables required for the following given ER models such that they satisfy 1NF ?
2 answers
27
The number of possible m, such that m&0x3F equals 0x23?
1 answer
28
T(n) = T(sqrt(n)) + nTaking 2m = n we can convert this as S(m/2) + 2mafter this how to solve by masters?
1 answer
29