6 answers
1
3 answers
3
What is the output of the following program?main( ){int i=4, z=12;if( i=5 || z 50)printf(“ Gate2017”);elseprintf(“ Gateoverflow”);}Gate2017Gateoverflowsyntax err...
7 answers
5
The minimum number of comparisons required to determine if an integer appears more than $\frac{n}{2}$ times in a sorted array of $n$ integers is$\Theta(n)$$\Theta(\log n)...
1 answer
10
How to check thebound waitingprogressin Petersn Solution to Critical Problems
1 answer
11
for a relation R = ( A,B,C,D,E,F ) ,Candidate keys are AF, BF, CF, DF.how many super keys are possible?
1 answer
14
16 answers
19
5 answers
20
In the network $200.10.11.144/27$, the $\text{fourth}$ octet (in decimal) of the last $\text{IP}$ address of the network which can be assigned to a host is _______.
2 answers
23
Show that the language $$L = \left\{ xcx \mid x \in \left\{0,1\right\}^* \text{ and }c\text{ is a terminal symbol}\right\}$$ is not context free. $c$ is not $0$ or $1$.
1 answer
24
design cfg for(i) {aibjck|i=j+k}(ii){aibj|i<=2j}
4 answers
28
Consider the following tableThe table is in which normal form?First Normal FormSecond Normal FormThird Normal Form but not BCNFThird Normal Form and BCNF
1 answer
30