1 votes
201
35 votes
203
5 votes
204
explanation please...???and what is the difference between convoy effect and starvation?
2 votes
205
come up with a full understanding explanation......
1 votes
206
0 votes
208
4 votes
209
3 votes
210
A palindrome is a string whose reversal is identical to the string. How many bit strings of length n are palindromes? 2⌈n⁄2⌉ 2(⌊ n/2⌋ ) 2⌈n⁄2⌉ -1 2(�...
3 votes
213
he minimum number of swaps required to build a min heap tree is _____________. Assume that array of n elements is provided 0 n/2 n n+1
4 votes
214
4 votes
215
Following keys are inserted into a binary search tree and AVL tree in given order,keys : 45 30 8 36 60 51What is the difference in the height of the binary search tree an...
3 votes
216
DMA is a)Processor by itself b) Feature of the computer c)Part of processor d)A dedicated h/w device
2 votes
219
1 votes
220
4 votes
221
Consider the following C program# include<stdio.h # define fun(i, j) i * j # define gun(q) q * q int main( ) { int i = 4; int j = 3; printf(“%d”, fun(fun(i + 2, j), g...
0 votes
223
What is the meaning of upper bound and worst case lower bound here?
1 votes
225
2 votes
226
when we calculated avg fun in sql then we exclude the null value or not in count (sum/count)somewhere it consider null vlaue also in count soomwher not??wht is actual pro...