Recent questions tagged gate1992

26 votes
3 answers
5
Suppose we have a database consisting of the following three relations:$$\begin{array}{|c|c|} \hline \text {FREQUENTS} & \text {(CUSTOMER, HOTEL)} \\\hline \text {SERVES}...
8 votes
2 answers
7
24 votes
4 answers
10
Design a $3$-bit counter using D-flip flops such that not more than one flip-flop changes state between any two consecutive states.
40 votes
4 answers
14
If $G$ is a group of even order, then show that there exists an element $a≠e$, the identity in $G$, such that $a^2 = e$.
6 votes
1 answer
15
How is redundancy reduced in the following models?HierarchicalNetworkRelational
10 votes
2 answers
16
Draw the precedence graph for the concurrent program given belowS1 parbegin begin S2:S4 end; begin S3; parbegin S5; begin S6:S8 end parend end; S7 parend; S9
16 votes
3 answers
24
Consider addition in two's complement arithmetic. A carry from the most significant bit does not always correspond to an overflow. Explain what is the condition for overf...
9 votes
2 answers
25
Start and stop bits do not contain any "information" but are used in serial communication forError detectionError correctionSynchronizationSlowing down the communications...
23 votes
3 answers
26
Assume that the last element of the set is used as partition element in Quicksort. If $n$ distinct elements from the set $\left[1\dots n\right]$ are to be sorted, give an...
33 votes
3 answers
27
How many edges can there be in a forest with $p$ components having $n$ vertices in all?
17 votes
2 answers
28
Mention the pass number for each of the following activities that occur in a two pass assembler:object code generationliterals added to literal tablelisting printedaddres...