GATE CS 1996
Question 1 |
a | |
b | |
c | |
d |
Discuss it
Question 2 |
3 | |
4 | |
9 | |
None of the above |
Discuss it
Question 3 |
|X|=1,|Y|=97 | |
|X|=97,|Y|=1 | |
|X|=97,|Y|=97 | |
None of the above |
Discuss it
Question 4 |
The set of rational numbers is an abelian group under addition | |
The set of integers in an abelian group under addition | |
The set of rational numbers form an abelian group under multiplication | |
The set of real numbers excluding zero is an abelian group under multiplication |
Discuss it
Question 5 |
1/36 | |
1/3 | |
25/36 | |
11/36 |
Discuss it
- Case 1: Exactly one dice has 6 facing up and other dice can have any number from 1,2,3,4,5 facing up. There will be 5*2=10 such occurrences.
- Case 2: Both of the dices having 6 coming up. Only one possible case exists for the same.
This explanation is contributed by Pradeep Pandey.
Question 6 |

A | |
B | |
C | |
D |
Discuss it
f'(x0) = (f(x0+h) - f(x0))/hso an approximation of the second derivative of an f at a point x0 is
f''(x0) = (f'(x0) - f'(x0-h))/h =[ ((f(x0+h) - f(x0))/h )- (( f'(x0) - f'(x0-h))/h)]/h =[ f(x0+h)-2f(x0)+f(x0-h)] /h^2Hence , option (D) is correct.
Question 7 |
The system has a solution if and only if, both A and the augmented matrix [Ab] have the same rank | |
If m | |
If m=n and b is a non-zero vector, then the system has a unique solution | |
The system will have only a trivial solution when m=n, b is the zero vector and rank(A) = n |
Discuss it
Following are the possibilities for a system of linear equations:
(i) If matrix A and augmented matrix [AB] have same rank, then the system has solutions otherwise there is no solution.
(ii) If matrix A and augmented matrix [AB] have same rank which is equal to the no. of variables, then the system has unique solutions and if B is zero vector then the system have only a trivial solution.
(iii) If matrix A and augmented matrix [AB] have same rank which is less than the number of variables, then the system has infinite solutions.
Therefore, option (C) is false because if m=n and B is non-zero vector, then it is not necessary that system has a unique solutions , because m is the number of equations ( quantity ) and not the number of linearly independent equations ( quality ).
Question 8 |
(i) and (ii) | |
(ii) and (iii) | |
(i) and (iii) | |
(iii) and (iv) |
Discuss it
(00)*(ε+0) = (00)*.ε+ (00)*.0 = (00)* + (00)*0 = 0*It is equal to (iii) [ using regular expression properties ]. Here, we see that (00)* generates strings of even length and (00)*0 generated the strings of odd length. Option (C) is correct.
Question 9 |
The Halting Problem of Turing machines is undecidable | |
Determining whether a context-free grammar is ambiguous is undecidable | |
Given two arbitrary context-free grammars G1 and G2 it is undecidable whether L(G1)=L(G2) | |
Given two regular grammars G1 and G2 it is undecidable whether L(G1)=L(G2) |
Discuss it
Question 10 |
L = { x | x has an equal number of a's and b's } is regular | |
L = { anbn | n ≥ 1 } is regular | |
L = { x | x has more a's than b's } is regular | |
L = {ambn | m ? 1, n ? 1 } is regular |
Discuss it