3 votes
164
Consider the cache memory which is 30 times fasterthan main memory and it uses 90% of the total time. The speed up gain of cache memory ( in 2 decimal places)
1 votes
166
A box contains 3 coins: two regular coins and one fake two headed P(H )= 1 .you pick up one at random and toss it and gets heads.the probability that it is a two headed c...
2 votes
167
ANSWER GIVEN IS 4
3 votes
168
1 votes
169
ANSWER GIVEN 0.73-0.77
2 votes
171
Assume that there are 251 different opcode and 32 registers in the machine.Every instruction has 3 register as input and 1 register as output[opcode , R1 , R2 , R3 , R4]....
2 votes
172
2 votes
173
THE GIVEN ANSWER KEY IS 0.65 to 0.71 I AM GETTING 0.40...
2 votes
174
Recurrence:$T\left ( n \right )\leq T\left ( \frac{n}{5} \right )+T\left ( \frac{7n}{10} \right )+\Theta \left ( n \right )$
13 votes
175
State If True or False. Give reason tooInserting in an AVL tree with n nodes requires $\Theta \left ( \log n \right )$ rotations
3 votes
176
10 votes
177
Assume undirected graph G is connected . G has 6 vertices and 10 edges. Find the minimum number of edges whose deletion from graph G is always guaranteee that it will bec...
4 votes
178
COnsider a string of lngth 10 containing only 0 and 1the number of strings containg exactly 3 0's or 3 1's is ____________
3 votes
179
If a language L is Context Free Language then what can we say about $L^-$ (Complement of L):1. It is surely not Context Free Language?2.It may or may not be Context Free ...
7 votes
181
1)retrieve all name of all employees whose salary is more than minimum salary2)retrieve all name of all employees from all departments3)retrieve all name of all employees...
2 votes
182
5 votes
185
maximum number of edges in a simple planar graph with 10 vertices which contains no triangle is?
5 votes
187
Suppose 3 dice are rolled. the probability that sum of the numbers of the dice is 10 is ____________
1 votes
189
2 votes
190
Could someone solve this, i think i am making some mistake