Year-wise GATE papers

GATE 2016

21 questions and papers

GATE CS 2016 Set 1 — Question 49

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

Consider the following expressions:(i) false(ii) \(Q\)(iii) true(iv) \(P \vee Q\)(v) \(\neg Q \vee P\)The number of expressions given above that are logically implied by \(P \wedge (P \Rightarrow Q)\) is ______.

GATE CS 2016 Set 2 — Question 8

Numerical answer 1 mark Digital Logic GATE CS — Computer Science & IT

Let \(X\) be the number of distinct 16-bit integers in 2's complement representation. Let \(Y\) be the number of distinct 16-bit integers in sign magnitude representation. Then \(X - Y\)…

GATE CS 2016 Set 1 — Question 41

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

Consider an eight-bit ripple-carry adder for computing the sum of \(A\) and \(B\), where \(A\) and \(B\) are integers represented in 2's complement form. If the decimal value…

GATE CS 2016 Set 1 — Question 16

Multiple choice 1 mark Databases GATE CS — Computer Science & IT

Which one of the following is NOT a superkey in a relational schema with attributes \(V, W, X, Y, Z\) and primary key \(VY\)?

GATE CS 2016 Set 1 — Question 52

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

A sender uses the Stop-and-Wait ARQ protocol for reliable transmission of frames. Frames are of size 1000 bytes and the transmission rate at the sender is 80 Kbps…

GATE CS 2016 Set 2 — Question 42

Numerical answer 2 marks Compiler Design GATE CS — Computer Science & IT

The attributes of three arithmetic operators in some programming language are given below.OperatorPrecedenceAssociativityArity+HighLeftBinary−MediumRightBinary*LowLeftBinaryThe value of the expression 2 − 5 + 1 − 7 * 3 in this…

GATE CS 2016 Set 2 – Question 36

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

Let \(G\) be a complete undirected graph on 4 vertices, having 6 edges with weights being 1, 2, 3, 4, 5 and 6. The maximum possible weight that…