GATE CS Syllabus
GATE CS Syllabus
Engineering Mathematics
Probability: Conditional Probability; Mean, Median, Mode and Standard Deviation; Random
Variables; Distributions; uniform, normal, exponential, Poisson, Binomial.
Set Theory & Algebra: Sets; Relations; Functions; Groups; Partial Orders; Lattice; Boolean
Algebra.
Graph Theory: Connectivity; spanning trees; Cut vertices & edges; covering; matching;
independent sets; Colouring; Planarity; Isomorphism.
Linear Algebra: Algebra of matrices, determinants, systems of linear equations, Eigen values and
Eigen vectors.
Numerical Methods: LU decomposition for systems of linear equations; numerical solutions of non-
linear algebraic equations by Secant, Bisection and Newton-Raphson Methods; Numerical
integration by trapezoidal and Simpson's rules.
Calculus: Limit, Continuity & differentiability, Mean value Theorems, Theorems of integral
calculus, evaluation of definite & improper integrals, Partial derivatives, Total derivatives, maxima
& minima.
Digital Logic: Logic functions, Minimization, Design and synthesis of combinational and sequential
circuits; Number representation and computer arithmetic (fixed and floating point).
Computer Organization and Architecture: Machine instructions and addressing modes, ALU and
data-path, CPU control design, Memory interface, I/O interface (Interrupt and DMA mode),
Instruction pipelining, Cache and main memory, Secondary storage.
Theory of Computation: Regular languages and finite automata, Context free languages and Push-
down automata, Recursively enumerable sets and Turing machines, Undecidability.
Compiler Design: Lexical analysis, Parsing, Syntax directed translation, Runtime environments,
Intermediate and target code generation, Basics of code optimization.
Databases: ER-model, Relational model (relational algebra, tuple calculus), Database design
(integrity constraints, normal forms), Query languages (SQL), File structures (sequential files,
indexing, B and B+ trees), Transactions and concurrency control.
Information Systems and Software Engineering: information gathering, requirement and feasibility
analysis, data flow diagrams, process specifications, input/output design, process life cycle,
planning and managing the project, design, coding, testing, implementation, maintenance.
Computer Networks: ISO/OSI stack, LAN technologies (Ethernet, Token ring), Flow and error
control techniques, Routing algorithms, Congestion control, TCP/UDP and sockets, IP(v4),
Application layer protocols (icmp, dns, smtp, pop, ftp, http); Basic concepts of hubs, switches,
gateways, and routers. Network security basic concepts of public key and private key
cryptography, digital signature, firewalls.
Algorithms:
Automata theory:
Cohen – quite easy & its good for theory as well as problems
#Martin – good for exercise problems & you can get the solutions over net
Ullman – good for theory & some critical problems & again u can get the ans & some exercise
really really important, get the approach for solutions
Discrete mathematics:
(collect formulae, write them down on blank pages & go on pasting them over room walls, & read
them daily)
Overall
15 days
Data organization & program control & structure first two points:
8hr * 3 days
C:
Systems:
Compilers
#Ullman, sethi - Principles of compilers (esp parsers & its techniques)
(very detailed explanation of every theory)
10 hr * 4 days
Operating systems:
6 hr * 4 hr
#Forouzan – Data communication & networking (do only networking part, & some algorithms are
sensibly explained in only this book eg “swith spanning tree”, execise problems, protocols)
Also covers Internet structures
8 hr * 2 days
#Tanenbaum – very interesting & critical for problems esp data link & network layer problems
(essential for net problems)
8 hr * 2 days
Databases:
#Navathe: good for SQL( & for general query languages) & normalization part ( it includes some
terrific techniques & tests to solve normalization problems)
5 hr * 2 days
#Korth: ER model & Transaction management
6 hr * 1 day
Computer Organization
#Zaki – pipelining & cache 10 hr * 1 day
Stallings – CPU design
Henssy patterson also