2 votes
84
Which is good book for data structure for GATE?
6 votes
85
Which of the following Algorithm favour CPU bound Bound process ?1) RR  2) FCFS  3) Multilevel feedback queueoption are : a)  1 onlyb) 2 onlyc) 1 and 2 onlyd) 1 and 3 ...
5 votes
89
Consider the following ER diagram:If A has 100 entities, B has 1000 entities, and C has 10 entities, what is the maximum number of triples of entities that could be in th...
3 votes
90
int sum(int A[], int n) { int sum = 0, i; for(i = 0; i < n; i++) sum = sum + A[i]; return sum; }
0 votes
91
A computer system has a main memory consisting of 1 M 16 bit words. It also has a 4 way set associative cache of size 4 K words and 64 words per block. The number of tag ...
37 votes
92
Consider $B^+$ - tree of order $d$ shown in figure. (A $B^+$ - tree of order $d$ contains between $d$ and $2d$ keys in each node)Draw the resulting $B^+$ - tree after $10...
1 votes
93
4 votes
96
I am preparing for Nielit Scientific Assistant. Please suggest me which book should I refer for its preparation. Also what type of question are generally asked in this ex...
0 votes
97
2 votes
98
can you please say which IIT'S conduct interviews for Mtech CSE admissions?
0 votes
104
42 votes
105
A device employing INTR line for device interrupt puts the CALL instruction on the data bus while:$\overline{INTA}$ is activeHOLD is activeREADY is inactiveNone of the ab...
7 votes
106
A class C network is assigned with a subnet mask of 255.255.255.248 . The total number of hosts possible in all the sub networks together in the above network is .......P...
2 votes
107
http://www.radford.edu/~nokie/classes/420/Chap3-Langs.html
3 votes
109