• Courses
  • Tutorials
  • Jobs
  • Practice
  • Contests

GATE-CS-2017 (Set 2)

Question 61

Consider the following database table named top_scorer. g2017_13 Consider the following SQL query:
SELECT ta.player FROM top_scorer AS ta
WHERE ta.goals > ALL ( SELECT tb.goals
		       FROM top_scorer AS tb
		       WHERE tb.country = \'Spain\' )
      AND ta.goals > ANY (SELECT tc.goals
	       	        FROM top_scorer AS tc
		        WHERE tc.country = \'Germany\')
The number of tuples returned by the above SQL query is ____. Note: This questions appeared as Numerical Answer Type.
  • 6
  • 7
  • 8
  • 9

Question 62

If a random variable X has a Poisson distribution with mean 5, then the expression E[(X + 2)2] equals _____.

Note: This question appeared as Numerical Answer Type.
  • 54
  • 55
  • 56
  • 57

Question 63

Given f(w, x, y, z) = Σm(0,1,2,3,7,8,10) + Σd(5,6,11,15), where d represents the don\'t-care condition in Karnaugh maps. Which of the following is a minimum product-of-sums(POS) form of f(w,x,y,z)?
  • f = (w\' + z\' )( x\' + z )
  • f = (w\' + z ) ( x + z )
  • f = ( w + z ) ( x \' + z )
  • f = ( w + z\' ) ( x\' + z )

Question 64

Two transactions T1 and T2 are given as:

T1: r1(X)w1(X)r1(Y)w1(Y)

T2 : r2(Y)w2(Y)r2(Z)w2(Z)

where ri(V) denotes a read operation by transaction Ti on a variable V and wi(V) denotes a write operation by transaction Ti on a variable V. The total number of conflict serializable schedules that can be formed by T1 and T2 is ______ 

Note: This question appeared as Numerical Answer Type.

  • 54

  • 55

  • 56

  • 57

Question 65

If the characteristic polynomial of a 3 × 3 matrix M over R (the set of real numbers) is λ3 - 4λ2 + aλ + 30, where a ∈ R, and one eigen value of M is 2, then the largest among the absolute values of the eigenvalues of M is _______
Note: This question appeared as Numerical Answer Type.
  • 2
  • 3
  • 4
  • 5

There are 65 questions to complete.

Last Updated :
Take a part in the ongoing discussion