0 votes
1 answer
1201
More than one word is put in one cache block to:exploit the temporal locality of reference in a programexploit the spatial locality of reference in a programreduce the mi...
0 votes
1 answer
1202
The length, breadth and height of a room are in the ratio of $3 : 2 : 1.$ If its volume be $1296 \; \text{m}^{3},$ find its breadth.$12 \; \text{m}$$18 \; \text{m}$$16 \;...
1 votes
1 answer
1203
0 votes
1 answer
1204
The recurrence relation for binary search algorithm is :$\text{T(n) = 2T (n/2) + O (1)}$$\text{T(n) = 2T (n/2) + O (n)}$$\text{T(n) = T (n/2) + O (1)}$$\text{T(n) = T (n/...
0 votes
1 answer
1205
Let $\text{C} (n, \; r) = \binom{n}{r}.$ The value of $ \displaystyle \sum_{k=0}^{20}(2k+1) \text{C} (41, 2k+1),$ is :$40 (2)^{40}$$40 (2)^{39}$$41 (2)^{40}$$41 (2)^{39}$...
0 votes
1 answer
1207
0 votes
1 answer
1208
Why am I not able to access the course content that is to enroll in the courses on go classroom?It says that it has been ended on 21st July is there any other way to acce...
0 votes
1 answer
1211
0 votes
1 answer
1214
If $\text{T1}$ and $\text{T2}$ are two Turing machines. The composite can be represented using the expression :$\text{T1T2}$$\text{T1} \cup \text{T2}$$\text{T1} \times \t...
0 votes
1 answer
1215
The largest number of faces in a simple connected maximal planar graph with $100$ vertices is :$200$$198$$196$$96$
0 votes
1 answer
1216
Which one of the following cannot be scheduled by the kernel ?Kernel level threadUser level threadProcessNone of the option
0 votes
1 answer
1217
In what manner is a state-space tree for a backtracking algorithm constructed ?Breadth-first searchTwice around the treeDepth-first searchNearest neighbour first
0 votes
1 answer
1218
A microprogrammed control unit :is faster than hardwired control unitallows easy implementation of new instructionsis useful when small programs are to be runnone of the ...
0 votes
1 answer
1219
0 votes
1 answer
1220