Year-wise GATE papers

GATE 2016

21 questions and papers

GATE CS 2016 Set 1 — Question 19

Multiple choice 1 mark Theory of Computation GATE CS — Computer Science & IT

Language \(L_1\) is defined by the grammar: \(S_1 \rightarrow a S_1 b \mid \varepsilon\)Language \(L_2\) is defined by the grammar: \(S_2 \rightarrow ab S_2 \mid \varepsilon\)Consider the following statements:P: \(L_1\) is regularQ: \(L_2\) is regularWhich one of the following is…

GATE CS 2016 Set 1 – Question 49

Numerical answer 2 marks Operating Systems GATE CS — Computer Science & IT

Consider a computer system with 40-bit virtual addressing and page size of sixteen kilobytes. If the computer system has a one-level page table per process and each page…

GATE CS 2016 Set 2 — Question 47

Numerical answer 2 marks Engineering Mathematics GATE CS — Computer Science & IT

Consider the following experiment.Step 1. Flip a fair coin twice.Step 2. If the outcomes are (TAILS, HEADS) then output Y and stop.Step 3. If the outcomes are either…