Year-wise GATE papers
GATE 2014
19 questions and papers
GATE CS 2014 Set 3 — Question 16
Let \(L\) be a language and \(\bar{L}\) be its complement. Which one of the following is NOT a viable possibility?
GATE CS 2014 Set 2 — Question 35
Let \(L_1 = \{w \in \{0,1\}^* \mid w\) has at least as many occurrences of (110)'s as (011)'s\(\}\). Let \(L_2 = \{w \in \{0,1\}^* \mid w\) has at least as many occurrences of (000)'s as (111)'s\(\}\). Which one of the following is TRUE?
GATE CS 2014 Set 3 — Question 41
Consider the following function:int f(int n) { static int r = 0; if (n <= 0) return 1; if (n > 3) { r = n; return f(n…
GATE CS 2014 Set 1 — Question 48
Four fair six-sided dice are rolled. The probability of the sum of the results being 22 is \(\dfrac{X}{1296}\). The value of \(X\) is ______.
GATE CS 2014 Set 2 – Question 40
An operating system uses the Banker's algorithm for deadlock avoidance when managing the allocation of three resource types X, Y and Z to three processes P0, P1 and…
GATE CS 2014 Set 1 – Question 32
A system uses 3 page frames for storing process pages in main memory. It uses the Least Recently Used (LRU) page replacement policy. Assume that all the page…
GATE CS 2014 Set 3 — Question 48
Four fair six-sided dice are rolled. The probability that the sum of the results being 22 is \(\dfrac{X}{1296}\). The value of \(X\) is ______.
GATE CS 2014 Set 3 — Question 15
The function \(f(x) = x\sin x\) satisfies the following equation: \(f''(x) + f(x) + t\cos x = 0\). The value of \(t\) is ______.
GATE CS 2014 Set 1 — Question 5
Each of the nine words in the sentence “The quick brown fox jumps over the lazy dog” is written on a separate piece of paper. These nine pieces…
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.