1 votes
161
0 votes
162
0 votes
163
1-In self referential relation we alwasy need 1 table.2-If there is a total participation of one entity with the relation,we can can merge E1,the relation and E2 into a ...
1 votes
165
Each dealer owns one or more cars and each car is owned by at-most one dealer. If Dealer table has $20$ tuples and Cars table has $60$ tuples then owns table can have max...
2 votes
166
A computer system has 6 tape drives, with n processes competing for them. Each process may need 3 tape drives. What is the maximum value of n for which the system is guar...
2 votes
167
A system is having 3 user process , each requiring 2 units of resource R . WHAT IS the minimum and maximum no. of units of R required such that no deadlock will occ...
4 votes
168
Which is true/false & why 1.) There is a deadlock b/w 2 threads in a process ?2.) Deadlock occurs with single resource ?
9 votes
169
can anyone tell what are different activities that are performed in kernel modeuser modehow to change frm user mode to kernel mode and vice-versa,,
2 votes
170
can anyone tell what are different activities that are performed in kernel modeuser modehow to change frm user mode to kernel mode and vice-versa,,
2 votes
171
int main() { if(fork() == 0) printf("GATE2018"); if(fork() == 0) printf("GATE2018"); }How many times GATE2018 printed?
0 votes
172
if(fork() && fork()) {fork();}if(fork()||fork()) {fork();fork();}printf("XYZ");How many time XYZ gets printed ?
1 votes
175
Which chapter is readable for GATE in A First Course In Probability(Sheldon Ross) Say with its subtopic in detail.....Thank For Answer
3 votes
176
1) How deadlock is an extreme case of starvation.2) How deadlock avoidance is less restrictive than deadlock prevention.
3 votes
180
10 votes
182
An NFA has $10$ states out of which $3$ are final states. The maximum number of final states in converted DFA is:$895$$894$$896$$897$
4 votes
183
3 votes
185
Multi processing OS is an OS with more than one processor it it right?? if its is it implies that throughput is better is these os ans more no. of process can be excecute...
1 votes
188
Difference between Memory Access and memory Reference ?
1 votes
190
can anyone provide solution of Toc Peter Linz 6th edition ?