0 votes
2
The ___________ of a relationship is $0$ if there is no explicit need for the relationship to occur or the relationship is optional. modalitycardinalityentitystructured a...
0 votes
4
Which of the following are truea. A relational table can have atmost one foreign keyb. The main purpose of foreign key is to optimize the queries by query optimizer.
0 votes
7
Which element is used to define discrete unit of content such as a blogpost, comment and so on?sectionclassarticlenone of the options
0 votes
9
Match the problem domains in $\text{GROUP I}$ with the solution technologies in $\text{GROUP II}$$$\begin{array}{llll} & \textbf{GROUP I}& {}& \textbf{GROUP II}\\ \text{(...
0 votes
11
0 votes
12
If the number of networks and number of hosts in class $B$ are $2^m, (2^n-2)$ respectively. Then the relation between $m,n$ is$3m=2n$$7m=8n$$8m=7n$$2m=3n$
0 votes
13
Application layer protocol defines:types of messages exchangedrules for when and how processes send and respond to messagesmessage format, syntax and semanticsall of the ...
0 votes
14
5 votes
15
Which of the following expressions is equivalent to $(A \oplus B) \oplus C$$(A + B + C) (\bar A +\bar B +\bar C)$$(A + B + C) (\bar A +\bar B + C)$$ABC + \bar A (B \oplus...
0 votes
16
The number of ways in which the numbers 1, 2, 3, 4, 5 can be inserted into binary heap. Such that resulted binary heap is max heap ________.
1 votes
18
1 votes
19
The minimum size that an array may require to store a binary tree with n nodes$2^{\left \lceil(log_2(n+1)) \right \rceil -1}$$2n-1$$2n-n+1$$n+1$
2 votes
20
0 votes
22
The cubic polynomial $y(x)$ which takes the following values: $y(0)=1, y(1)=0, y(2)=1$ and $y(3)=10$ is$x^3 +2x^2 +1$$x^3 +3x^2 -1$$x^3 +1$$x^3 -2x^2 +1$
0 votes
23
The time complexity of computing the transitive closure of a binary relation on a set of $n$ elements is known to bea. $O(n\log n)$b. $O\left( n^{3/2}\right)$c. $O( n^3 )...
0 votes
24
How to prepare for BARC exam and how many marks required to confirm interview call from the previous cutoff’s.Thankyou.
1 votes
26
Identify valid statements pertaining to switchingS1: Computer networks are based on packet switching.S2: Packet switching increases the available throughput.(A) Both S1 a...
0 votes
27
A pipeline has a speedup factor of 5 and operating at 70% efficiency. How many stages are there in the pipeline?