• Courses
  • Tutorials
  • Jobs
  • Practice
  • Contests

GATE CS 2010

Question 1

Let G = (V,E) be a graph. Define ξ(G) = Σd id x d, where id is the number of vertices of degree d in G. If S and T are two different trees with ξ(S) = ξ(T),then
  • |S| = 2|T|
  • |S| = |T|-1
  • |S| = |T|
  • |S| = |T|+1

Question 2

Newton-Raphson method is used to compute a root of the equation x2-13=0 with 3.5 as the initial value. The approximation after one iteration is
 

  • 3.607
     

  • 3.667
     

  • 3.676
     

  • 3.575
     

Question 3

What is the possible number of reflexive relations on a set of 5 elements?
 

  • 225
     

  • 220
     

  • 215
     

  • 210
     

Question 4

Consider the set S = {1, ω, ω2}, where ω and w2 are cube roots of unity. If * denotes the multiplication operation, the structure (S, *) forms
  • A group
  • A ring
  • An integral domain
  • A field

Question 5

What is the value of Limn->∞(1-1/n)2n ?
 

  • 1
     

  • e-2
     

  • e-1/2
     

  • 0
     

Question 6

The minterm expansion of f(P, Q, R) = PQ + QR\' + PR\' is
  • m2 + m4 + m6 + m7
  • m0 + m1 + m3 + m5
  • m0 + m1 + m6 + m7
  • m2 + m3 + m4 + m5

Question 7

A main memory unit with a capacity of 4 megabytes is built using 1M × 1-bit DRAM chips. Each DRAM chip has 1K rows of cells with 1K cells in each row. The time taken for a single refresh operation is 100 nanoseconds. The time required to perform one refresh operation on all the cells in the memory unit is:- 
A.100 nanoseconds
B.100×210 nanoseconds
C.100×220 nanoseconds
D.3200×220 nanoseconds

  • A

  • B

  • C

  • D

Question 8

P is a 16-bit signed integer. The 2\'s complement representation of P is (F87B)16.The 2\'s complement representation of 8*P
 

  • (C3D8)16
     

  • (187B)16
     

  • (F878)16
     

  • (987B)16
     

Question 9

The Boolean expression for the output \'f\' of the multiplexer shown below is:

[caption width="800"] [/caption]
  • (P(XOR)Q(XOR)R)\'

  • P(XOR)Q(XOR)R

  • (P+Q+R)\'

  • P+Q+R

Question 10

Two alternative packages A and B are available for processing a database having 10k records. Package A requires 0.0001n2 time units and package B requires 10nlog10n time units to process n records. What is the smallest value of k for which package B will be preferred over A?

  • 12

  • 10

  • 6

  • 5

There are 63 questions to complete.

Last Updated :
Take a part in the ongoing discussion