1 answer
1
What is the answer of 2nd Question ??
2 answers
2
I think it would be 7..please check
1 answer
5
How many different secondary indices are possible for a table with n attributes(Not necessarily at the same time)?
2 answers
6
Find highest normal form?R(ABCDE)FD={AB >C, C >A, C >D, BD >E}here I have doubt that BD >E is partial dependency or not?BD >E is 1nf or 2nf or 3nf?
1 answer
10
0 answers
13
Can someone please tell me the resource to study memory management. I am finding difficulty to solve the numerical on multilevel paging and segmentation.
2 answers
14
True or FalseS1: In Fixed partition we have both internal and external fragmentationS2: In variable partition, we have only external fragmentation
7 answers
15
A system has 3 processes sharing 4 resources. If each process needs a maximum of 2 units, thenDeadlock can never occurDeadlock may occurDeadlock has to occurNone of these...
4 answers
16
A Binary semaphore variable mutex is initialized to '1' and the various binary semaphore operations like 9P(), 14V(), 6P(), 8V(), 3P(), 2V() are performed, then what is t...
2 answers
17
Match the following $:$$\begin{array}{clcl} & \textbf{List – I} && \textbf{List – II} \\ \text{a}. & \text{Multilevel feedback queue} & \text{i.} & \text{Time-slicin...
3 answers
18
What is the output and how many child(what is the code of all other child .what they copied from parent give tree diagram)t1=0;t2=0;Fork();Printf("hi");t1=Fork();Printf("...
2 answers
19
The rank of the matrix $A=\begin{pmatrix} 1 & 2 & 1 & -1\\ 9& 5& 2& 2\\ 7& 1& 0 & 4 \end{pmatrix}$ is ______ .$0$$1$$2$$3$
1 answer
20
I am getting independent but answer is given as dependent. Can some one tell me what worng with my approach
1 answer
21
can someone please provide me the link for math(video lectures)? from where i can learn math from the beginning. Thanks
4 answers
22
Consider the following relations $A, B$ and $C:$ $$\overset{\textbf{A}}{\begin{array}{|c|c|c|}\hline\\\textbf{Id}& \textbf{Name}& \textbf{Age} \\\hline12& \text{A...
1 answer
24
3 answers
25
how many tables will get generated for following E-RI believe an answer is 3.2 tables for 2 different multivalued attributes and one for entity "Dept.".
3 answers
26
IF A RELATION HAS ______________ CARDINALITY, THEN NO MINIMIZATION CAN TAKE PLACE.a) 1:nb)m:mc)n:1d) none
1 answer
27
Can someone please explain this question? I am not able to understand it
2 answers
28
R(A , b, c) with n tuples, S(A , D, E). How many max tuples in R natural join S? {A is key for both}$\min (m,n)$$\max(m,n)$$m*n$$m+n$