Year-wise GATE papers
GATE 2019
13 questions and papers
GATE CS 2019 — Question 37
For \(\Sigma = \{a,b\}\), let us consider the regular language \(L = \{x \mid x = a^{2+3k}\) or \(x = b^{10+12k},\ k \ge 0\}\). Which one of the following can be a pumping length (the constant guaranteed by the pumping…
GATE CS 2019 — Question 12
Consider the following C program:#include <stdio.h> int jumble(int x, int y) { x = 2 * x + y; return x; } int main() { int x =…
GATE CS 2019 — Question 28
Suppose \(Y\) is distributed uniformly in the open interval \((1,6)\). The probability that the polynomial \(3x^{2}+6xY+3Y+6\) has only real roots is (rounded off to 1 decimal place) ______.
GATE CS 2019 — General Aptitude Q1
The strategies that the company ________ to sell its products ________ house-to-house marketing.Choose the correct option to fill in the blanks.
GATE CS 2019 — Question 11
Let \(X\) be a square matrix. Consider the following two statements on \(X\).I. \(X\) is invertible.II. Determinant of \(X\) is non-zero.Which one of the following is TRUE?
GATE CS 2019 — Question 11
Consider \(Z = X - Y\), where \(X\), \(Y\) and \(Z\) are all in sign-magnitude form. \(X\) and \(Y\) are each represented in \(n\) bits. To avoid overflow, the representation of \(Z\)…
GATE CS 2019 — Question 35
Consider the following two statements about database transaction schedules:I. Strict two-phase locking protocol generates conflict serializable schedules that are also recoverable.II. Timestamp-ordering concurrency control protocol with Thomas' Write…
GATE CS 2019 — Question 11
A certain processor uses a fully associative cache of size 16 kB. The cache block size is 16 bytes. Assume that the main memory is byte addressable and…
GATE CS 2019 — Question 21
Consider that 15 machines need to be connected in a LAN using 8-port Ethernet switches. Assume that these switches do not have any separate uplink ports. The minimum…
Answers and explanations unlock on sign-in
Every question here is free to read. A free account adds the verified key, the worked solution and your progress.