1 votes
1 answer
61
0 votes
1 answer
62
0 votes
1 answer
64
Consider the join of a relation R with a relation S. If R has 100 tuples and S has 9 tuples then the maximum and minimum sizes of the join respectively under referential ...
0 votes
0 answers
65
3 votes
1 answer
66
0 votes
1 answer
67
Which of the following mechanism will helpful to reduce thrashing?a)Decreasing the degree of multiprogramming.b)Increasing the RAM size
0 votes
1 answer
68
0 votes
0 answers
70
2 votes
4 answers
71
1)Consider the following pseudo code:for(i=1;i<=4;i++){fork();printf("X");}How many times “X” is printed?2) Consider the following pseudo code:void main(){fork();fork...
1 votes
4 answers
72
The primary difference between process and thread ?(A) The number of I/O requests mode.(B) The amount of overhead associated with creation and context switching .(C) The ...
1 votes
0 answers
73
0 votes
1 answer
74
There are two data sets,each of size 5. The variances of those sets are 4 and 5; means are 2 and 4 respectively. If the sets are combined, what would be variance of combi...
0 votes
1 answer
75
In Numerical answer type questions, when we have to consider simultaneous memory access and when we have to use hierarchical memory access model? How to know it?
1 votes
1 answer
76
Find all the subgroups of a cyclic group of order 12.(A) {e},(a6),(a4),(a3),(a2),(a)(B) (a12),(a6),(a4),(a3),(a2),(a)(C) (a12),(a6),(a4),(a2),(a)(D) (a12),(a6),(a4),(a3),...
0 votes
0 answers
77
Let G be a non-abelian group, order of G can be ?(A) 24 (B) 44 (C) 54 (D) 34
0 votes
0 answers
78
How to know whether a enumeration method exist or not for a given set to prove it countable?? For example how to know that set of irrational numbers is countable or not.....
1 votes
0 answers
79
Can anyone please explain it ?
0 votes
0 answers
80
Can anyone please explain how to check Multivalued Dependency ?