Year-wise GATE papers

GATE 2014

19 questions and papers

GATE CS 2014 — Question 16

Numerical answer 2 marks Digital Logic GATE CS — Computer Science & IT

Consider the equation \((123)_5 = (x8)_y\) with \(x\) and \(y\) as unknown. The number of possible solutions is _______ .

GATE CS 2014 Set 2 — Question 30

Multiple choice 2 marks Databases GATE CS — Computer Science & IT

Consider the following relational schema:employee(empId, empName, empDept) customer(custId, custName, salesRepId, rating)salesRepId is a foreign key referring to empId of the employee relation. Assume that each employee makes a…

GATE CS 2014 Set 1 — Question 47

Numerical answer 2 marks Computer Networks GATE CS — Computer Science & IT

Consider a selective repeat sliding window protocol that uses a frame size of 1 KB to send data on a 1.5 Mbps link with a one-way latency of…

GATE CS 2014 Set 2 – Question 38

Numerical answer 2 marks Algorithms GATE CS — Computer Science & IT

Suppose \(P\), \(Q\), \(R\), \(S\), \(T\) are sorted sequences having lengths 20, 24, 30, 35, 50 respectively. They are to be merged into a single sequence by merging…