Recent questions tagged gate1992

74 74 votes
9 answers 9 answers
39.3k
39.3k views
The access times of the main memory and the Cache memory, in a computer system, are $500$ n sec and $50$ nsec, respectively. It is estimated that $80\%$ of the main memor...
52 52 votes
6 answers 6 answers
22.7k
22.7k views
If $G$ is a context free grammar and $w$ is a string of length $l$ in $L(G)$, how long is a derivation of $w$ in $G$, if $G$ is in Chomsky normal form?$2l$$2l +1$$2l -1$$...
60 60 votes
8 answers 8 answers
24.7k
24.7k views
Which of the following regular expression identities is/are TRUE?$r^{(^\ast)} =r^\ast$$(r^\ast s^\ast)=(r+s)^\ast$$(r+s)^\ast = r^\ast + s^\ast$$r^\ast s^\ast = r^\ast+s^...
38 38 votes
4 answers 4 answers
21.7k
21.7k views
Which of the following is/are a tautology?$a \vee b \to b \wedge c$$a \wedge b \to b \vee c$$a \vee b \to \left(b \to c \right)$$a \to b \to \left(b \to c \right)$
31 31 votes
5 answers 5 answers
9.3k
9.3k views
Context-free languages are:closed under unionclosed under complementationclosed under intersectionclosed under Kleene closure
56 56 votes
2 answers 2 answers
21.7k
21.7k views
Consider the $\text{SLR(1)}$ and $\text{LALR (1)}$ parsing tables for a context free grammar. Which of the following statement is/are true?The goto part of both tables m...
50 50 votes
2 answers 2 answers
13.2k
13.2k views
For a context free grammar, FOLLOW(A) is the set of terminals that can appear immediately to the right of non-terminal $A$ in some "sentential" form. We define two sets L...
21 21 votes
2 answers 2 answers
2.8k
2.8k views
Which of the following is an example of a spooled device?The terminal used to input data for a program being executed.The secondary memory device in a virtual memory syst...
34 34 votes
4 answers 4 answers
10.7k
10.7k views
A computer system has $6$ tape devices, with n processes competing for them. Each process may need $3$ tape drives. The maximum value of n for which the system is guarant...
32 32 votes
5 answers 5 answers
30.0k
30.0k views
At a particular time of computation, the value of a counting semaphore is $7$. Then $20$ $P$ operations and $15$ $V$ operations were completed on this semaphore. The resu...
18 18 votes
5 5 answers
6.4k
6.4k views
A non-planar graph with minimum number of vertices has$9$ edges, $6$ vertices$6$ edges, $4$ vertices$10$ edges, $5$ vertices$9$ edges, $5$ vertices
39 39 votes
5 answers 5 answers
14.5k
14.5k views
A $2-3$ tree is such thatAll internal nodes have either $2$ or $3$ childrenAll paths from root to the leaves have the same lengthThe number of internal nodes of a $2-3$ t...
10 10 votes
3 answers 3 answers
9.0k
9.0k views
Which of the following problems is not $\text{NP}$-hard?Hamiltonian circuit problemThe $0/1$ Knapsack problemFinding bi-connected components of a graphThe graph coloring ...
9 9 votes
3 answers 3 answers
4.5k
4.5k views
Start and stop bits do not contain any 'information' but are used in serial communicationError detectionError correctionSynchronizationSlowing down the communications
49 49 votes
6 answers 6 answers
24.5k
24.5k views
Following algorithm(s) can be used to sort $n$ in the range $[1\ldots n^3]$ in $O(n)$ timeHeap sortQuick sortMerge sortRadix sort
3 3 votes
0 0 answers
1.0k
1.0k views
02. Choose the correct alternatives (more than one may be correct) and write the corresponding letters only:
0 0 votes
1 1 answer
2.5k
2.5k views
Bit-slice processorscan be cascaded to get any desired word length processorspeed of operation is independent of the word length configureddo not contain anything equival...
35 35 votes
4 answers 4 answers
20.3k
20.3k views
All digital circuits can be realized using onlyEx-OR gatesMultiplexersHalf addersOR gates
39 39 votes
6 answers 6 answers
16.1k
16.1k views
The operation which is commutative but not associative is:ANDOREX-ORNAND
21 21 votes
4 answers 4 answers
9.0k
9.0k views
Maximum number of edges in a planar graph with $n$ vertices is _____
19 19 votes
5 5 answers
7.2k
7.2k views
The purpose of instruction location counter in an assembler is _______
10 10 votes
4 4 answers
3.0k
3.0k views
Macro expansion is done in pass one instead of pass two in a two pass macro assembler because _________
57 57 votes
6 answers 6 answers
19.8k
19.8k views
In an $11$-bit computer instruction format, the size of address field is $4$-bits. The computer uses expanding OP code technique and has $5$ two-address instructions and ...
16 16 votes
2 answers 2 answers
5.9k
5.9k views
A simple and reliable data transfer can be accomplished by using the 'handshake protocol'. It accomplishes reliable data transfer because for every data item sent by the ...
48 48 votes
13 answers 13 answers
27.0k
27.0k views
Complexity of Kruskal’s algorithm for finding the minimum spanning tree of an undirected graph containing $n$ vertices and $m$ edges if the edges are sorted is _______
13 13 votes
5 answers 5 answers
5.9k
5.9k views
Many of the advanced microprocessors prefetch instructions and store it in an instruction buffer to speed up processing. This speed up is achieved because ________
20 20 votes
3 answers 3 answers
3.2k
3.2k views
Many microprocessors have a specified lower limit on clock frequency (apart from the maximum clock frequency limit) because _____
52 52 votes
7 answers 7 answers
21.0k
21.0k views
Consider a $3$-bit error detection and $1$-bit error correction hamming code for $4$-bit data. The extra parity bits required would be _____ and the $3$-bit error detecti...
35 35 votes
7 answers 7 answers
10.8k
10.8k views
The Boolean function in sum of products form where K-map is given below (figure) is _______
99 99 votes
8 answers 8 answers
27.4k
27.4k views
Which of the following predicate calculus statements is/are valid?$(\forall (x)) P(x) \vee (\forall(x))Q(x) \implies (\forall (x)) (P(x) \vee Q(x))$$(\exists (x)) P(x) \w...