Anonymous

Which Best Book Of Gate Preparation In Computer Science?

1

1 Answers

Anonymous Profile
Anonymous answered
This is the list of standard text books along with GATE 2009 syllabus which you can follow for various subjects during your preparation...

ENGINEERING MATHEMATICS

Mathematical Logic: Propositional Logic; First Order Logic.
Set Theory & Algebra: Sets; Relations; Functions;Groups; Partial Orders;Lattice; Boolean Algebra.

Textbook : "Discrete Mathematics" by Tremblay and Manohar

Graph Theory: Connectivity; spanning trees; Cut vertices & edges; covering; matching; independent sets; Colouring; Planarity; Isomorphism

Textbook : "Intoduction to Graph Theory" by Narsing Deo

Probability: Conditional Probability; Mean, Median, Mode and Standard Deviation; Random Variables;Distributions; uniform, normal, exponential,Poisson,Binomial.

Textbook :"Probability,statistics and queuing theory" by S.C.Gupta & Kapoor

Combinatorics: Permutations; Combinations; Counting; Summation; generating functions; recurrence relations;asymptotics.

Textbook : "Intermediate Mathematics " , S.Chand publications

"Higher Engineering Mathematics" B.S.Grewal

"Intoduction to Graph Theory" Narsing Deo

Linear Algebra: Algebra of matrices, determinants, systems of linear equations, Eigen values and Eigen vectors.

Textbook : "Higher Engineering Mathematics" .S.Grewal

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.

Textbook : "Numerical Methods " - by S.S.Sastry

Calculus: Limit, Continuity & differentiability, Mean value Theorems, Theorems of integral calculus, evaluation of definite & improper integrals, Partial derivatives, Total derivatives, maxima & minima.

Textbook :"Intermediate Mathematics " , S.chand
COMPUTER SCIENCE AND INFORMATION TECHNOLOGY

Theory of Computation: Regular languages and finite automata, Context free languages and Push-down automata, Recursively enumerable sets and Turing machines, Undecidability.

Textbook :"Formal Languages and Automata theory " ,J.D.Ullman etal

Algorithms: Analysis, Asymptotic notation, Notions of space and time complexity, Worst and average case analysis; Design: Greedy approach, Dynamic programming, Divide-and-conquer; Tree and graph traversals, Connected components, Spanning trees, Shortest paths; Hashing, Sorting, Searching.Asymptotic analysis (best, worst, average cases) of time and space, upper and lower bounds, Basic concepts of complexity classes – P, NP, NP- hard, NP-complete.

Textbook :"Introduction to algorithms" Cormen etal

"Computer Algorithms" Horowitz and Sahani

Digital Logic: Logic functions, Minimization, Design and synthesis of combinational and sequential circuits; Number representation and computer arithmetic (fixed and floating point).

Textbook :"Digital Logic circuits and Design " by Morris Mano

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.

Textbook :"Computer Organisation " by Morris Mano

"Computer Architecture " by Briggs {pipelining}

Programming and Data Structures: Programming in C;Functions, Recursion, Parameter passing, Scope,Binding; Abstract data types, Arrays, Stacks,Queues, Linked Lists, Trees, Binary search trees,Binary heaps.

Textbook :"Data structures" by Horowitz and Sahani

"Data structures " Schaumm's outline

"Data structures and Algorithms" by Weiss etal

"Programming with C " - Byron Gottfried

"Principles of Programming Languages " by Robert W Sebesta Addison Wesley

Compiler Design: Lexical analysis, Parsing, Syntax directed translation, Runtime environments, Intermediate and target code generation, Basics of code optimization.

Textbook :"Principles of Compiler Design " Aho , Ullman

"Systems Programming " by John . J Donovan

Operating System: Processes, Threads, Inter-process communication, Concurrency, Synchronization,Deadlock, CPU scheduling, Memory management and virtual memory, File systems, I/O systems, Protection and security.

Textbook :"Operating system concepts" by Abraham Silberschatz and Peter Galvin

"Operating system" Tenenbaum

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.

Textbook :"Database Management systems" Raghu RamaKrishnan

"Database system concepts " Silberschatz , Korth Sudarshan

"Principles of Database Systems " J.D.Ullman

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.

Textbook : "Computer Networks " - Tenenbaum

"Data communications and Networking " - William Stallings

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.

Textbook : Fundamentals of software engg by carlo ghezzi

Answer Question

Anonymous