GATE 1987 Computer Science Questions

Recent questions tagged gate1987

4 4 votes
0 0 answers
1.9k
1.9k views
A voltage source e(t) $50 \sin 100$ is connected to a resistor R of 3 ohms in series with an inductor L of $0.04$ henries at time $t$ (in seconds) = 0. The expression for...
36 36 votes
5 answers 5 answers
8.8k
8.8k views
A Boolean function $f$ is to be realized only by $\text{NOR}$ gates. Its $K$-map is given below:The realization is    
1 1 vote
0 0 answers
1.7k
1.7k views
Fig. below shows the circuit diagram of a wien bridge oscillator using an op-amp.The frequency of oscillation is given by $f= 1/2 \pi CR$. To have the system oscillate th...
30 30 votes
4 answers 4 answers
6.5k
6.5k views
The below figure shows four $\text{D}$-type flip-flops connected as a shift register using a $\text{XOR}$ gate. The initial state and three subsequent states for three cl...
39 39 votes
7 answers 7 answers
10.4k
10.4k views
The Boolean expression $A \oplus B \oplus A$ is equivalent to$AB + \overline {A}\;\;\overline B$$\overline{A}\;B+A\;\overline{B}$$B$$\overline{A}$
2 2 votes
2 answers 2 answers
2.5k
2.5k views
The relative costs of assigning jobs $J_{1}, J_{2}$ and $J_{3}$ to machines $M_{1}, M_{2}$ and $M_{3}$ are given below:$$\begin{array}{|c|cccc|}\hline\textbf{JOBS} && \te...
1 1 vote
0 0 answers
1.2k
1.2k views
Use Simpson's rule with $h=0.25$ to evaluate $ V= \int_{0}^{1} \frac{1}{1+x} dx$ correct to three decimal places.
1 1 vote
0 0 answers
794
794 views
Given $f(300)=2,4771; f(304) = 2.4829; f(305) = 2.4843$ and $f(307) = 2.4871$ find $f(301)$ using Lagrange's interpolation formula.
40 40 votes
13 answers 13 answers
12.2k
12.2k views
Show that the conclusion $(r \to q)$ follows from the premises$:p, (p \to q) \vee (p \wedge (r \to q))$
36 36 votes
6 answers 6 answers
9.8k
9.8k views
Give a regular expression over the alphabet $\{0, 1\}$ to denote the set of proper non-null substrings of the string $0110$.
10 10 votes
1 answers 1 answer
4.9k
4.9k views
Give a minimal DFA that performs as a $\mod - 3,\;$ $1$'s counter, i.e. outputs a $1$ each time the number of $1$'s in the input sequence is a multiple of $3$.
45 45 votes
10 answers 10 answers
16.9k
16.9k views
What is the generating function $G(z)$ for the sequence of Fibonacci numbers?
33 33 votes
7 answers 7 answers
9.6k
9.6k views
Solve the recurrence equations:$T(n) = T(n - 1)+ n$$T(1) = 1$
5 5 votes
1 1 answer
1.7k
1.7k views
Give the composition tables (Cayley Tables) of the two non-isomorphic groups of order $4$ with elements $e, a, b, c$ where $c$ is the identity element. Use the order $e, ...
40 40 votes
5 answers 5 answers
7.1k
7.1k views
How many true inclusion relations are there of the form $A \subseteq B$, where $A$ and $B$ are subsets of a set $S$ with $n$ elements?
21 21 votes
1 answers 1 answer
3.4k
3.4k views
Specify an adjacency-lists representation of the undirected graph given above.
21 21 votes
3 answers 3 answers
3.7k
3.7k views
Show that the number of odd-degree vertices in a finite graph is even.
31 31 votes
3 answers 3 answers
7.5k
7.5k views
How many one-to-one functions are there from a set $A$ with $n$ elements onto itself?
32 32 votes
5 answers 5 answers
8.8k
8.8k views
How many binary relations are there on a set $A$ with $n$ elements?
20 20 votes
1 1 answer
6.0k
6.0k views
Consider the following proposal to the "readers and writers problem."Shared variables and semaphores:aw, ar, rw, rr : interger; mutex, reading, writing: semaphore: initia...
29 29 votes
3 answers 3 answers
8.3k
8.3k views
Construct a binary tree whose preorder traversal is$K\;L\;N\;M\;P\;R\;Q\;S\;T$and inorder traversal is$N\;L\;K\;P\;R\;M\;S\;Q\;T$
20 20 votes
2 2 answers
5.3k
5.3k views
List the invariant assertions at points $A, B, C, D$ and $E$ in program given below:Program division (input, output) Const dividend = 81; divisor = 9; Var remainder, quot...
36 36 votes
3 answers 3 answers
6.1k
6.1k views
A list of $n$ elements is commonly written as a sequence of $n$ elements enclosed in a pair of square brackets. For example. $[10, 20, 30]$ is a list of three elements an...
1 1 vote
0 0 answers
732
732 views
Eight $7$-segment LED displays and a keyboard consisting of $28$ keys are to be interfaced to a microprocessor based system. Give the block diagram of the interface circu...
2 2 votes
1 answers 1 answer
1.3k
1.3k views
Give the character format for data transmission in asynchronous serial mode.
16 16 votes
5 answers 5 answers
4.1k
4.1k views
What is cache memory? What is rationale of using cache memory?
34 34 votes
4 answers 4 answers
10.9k
10.9k views
Find out the width of the control memory of a horizontal microprogrammed control unit, given the following specifications:$16$ control lines for the processor consisting ...
1 1 vote
0 0 answers
1.0k
1.0k views
Design an $8 \times 8$ multiplier using five $4$-bits adders and $4$ ROM's each programmed to realise $4 \times 4$ multiplier.
50 50 votes
6 answers 6 answers
9.3k
9.3k views
State whether the following statements are TRUE or FALSE:A relation $r$ with schema $(X, Y)$ satisfies the function dependency $X \rightarrow Y$, The tuples $\langle 1, 2...
19 19 votes
5 answers 5 answers
6.7k
6.7k views
State whether the following statements are TRUE or FALSE:The problem as to whether a Turing machine $M$ accepts input $w$ is undecidable.