5 votes
2 answers
1
Maximum number of clustered indices one can build for a table with n attributes, which already has a primary index?
5 votes
1 answer
2
How many different secondary indices are possible for a table with n attributes(Not necessarily at the same time)?
2 votes
4 answers
3
if table r has only one candidate key then which of the following is true:if R is in 3nf,it is also in bcnfR may not be in bcnf
4 votes
3 answers
4
IF A RELATION HAS ______________ CARDINALITY, THEN NO MINIMIZATION CAN TAKE PLACE.a) 1:nb)m:mc)n:1d) none
1 votes
1 answer
5
A clustered index is typicallly less expensive to maintain than unclustered index. True or False.
1 votes
1 answer
6
W(Wr)+, w belongs to (0*,1*) is Csl because? Is it because we cant decide the no of Wr or the content inside the Wr or both? so if 0111,011,001 a seperate kind of compari...
1 votes
2 answers
7
Consider a scheduleS: r1(A); W1(B); W1(C); r2(A); W2(B); W2(C); abort2; r3(A); W3(B); W3(C); C1; C3 How many conflict equivalent serial schedules are possible for the giv...
1 votes
0 answers
8
Can someone please explain the restructuring of b+ tree in delete 15 step? I mean after 16,20,25 becomes the child of 13 ,after that it is not clear,how does 11 become t...
2 votes
1 answer
9
0 votes
1 answer
13
0 votes
1 answer
14
2 votes
0 answers
15
a process has 3 sections stack heap and text and if the size of the page table is 2 mb then on average amount of unused page space per process is?
2 votes
1 answer
16
Reading a random location in a big file is faster in i-node based file systems than in FAT file systems.True or False?
0 votes
1 answer
17
which of the following is not contained in a directory entry of a file?a) file name and extensionb) no of free blocks in the diskc) access controld) creation date
2 votes
4 answers
18
2 votes
1 answer
19
can a non privileged instruction be executed in privileged mode?(like when returning from kernel to user mode) or is it necessary to make it a privileged instruction?
1 votes
1 answer
20
Do we need to practise memory interfacing (not given in syllabus) questions? but people are actively answering questions here on memory interface. If yes, what types migh...