Está en la página 1de 66

12/25/13

GATE CS Tips !! | Whiteswami's Blog

whiteswamis blog
Dubito ergo cogito; cogito ergo sum.[I doubt, therefore I think; I think therefore I am]

GATE CS Tips !!

i 30 Votes This particular post is for all the GATE Computer Science Aspirants[GCSA]. I am currently pursuing my M.Tech in EE[Communications] at IIT Bombay. You might be wondering CS > EE??? How?? Go through my post GATE IIT Admissions, youll know it. Many people ask me when is the best time to write a GATE CS exam. I naively tell them, once you are prepared ;-). I think six months is a good time period for this exam. I wrote this exam after more than 2 and half years of my job experience. Aspirants who are in their 3rd/4th year of engineering curriculum might think they are at a better position to crack GATE. But, I would totally deny that. The only difference between working professional and engg. student is the amount of time they can allot to studies. The latter are in more advantageous position in this regard. This post can be taken as a set of guidelines for the GCSA. I indeed got some tips from the following documents: 1. 2. 3. 4. advice_by_GATE_AIR_8.doc Rajs Collection given in the doc Books-GATE.doc. The Analysis_CS.jpg gives a good picture of how the marks are distributed. Analysis_CS_2003_08 [The best resource before you start preparing]

whiteswami.wordpress.com/2010/04/06/gate-cs-prepare/

1/66

12/25/13

GATE CS Tips !! | Whiteswami's Blog

whiteswami.wordpress.com/2010/04/06/gate-cs-prepare/

2/66

12/25/13

GATE CS Tips !! | Whiteswami's Blog

Analysus_CS_2003_08_PART1
whiteswami.wordpress.com/2010/04/06/gate-cs-prepare/ 3/66

12/25/13

GATE CS Tips !! | Whiteswami's Blog

whiteswami.wordpress.com/2010/04/06/gate-cs-prepare/

4/66

12/25/13

GATE CS Tips !! | Whiteswami's Blog

Analysus_CS_2003_08_PART2
whiteswami.wordpress.com/2010/04/06/gate-cs-prepare/ 5/66

12/25/13

GATE CS Tips !! | Whiteswami's Blog

The above resources marked 1 and 2 are a good starting point for people who are not sure which books to read. The 3rd and 4th resource are analysis of GATE CS papers over the relevant years. The last two resources lets one also decide which subjects to skip in case one is short of time.The 4th resource, gives subject-wise and topic wise breakup of the distribution of marks over the years. Also, one need not cover the entire topics mentioned in the syllabus. Aspirants can as well leave out some of the subjects in which they are not interested or not proficient. Some of the subjects which are very essential for scoring high are: Discrete Maths, ToC, Digital Logic, Programming and Data Structures, Algorithms. Solving the previous year papers almost covers the entire scoring area. So, it is always nice to solve GATE papers subject-wise. I would particularly insist the GCSA to cover the Engg. Mathematics. The reason being, the questions asked in this area are pretty straightforward and hence, quite easy. Most of the aspirants generally ignore this area and that is what becomes the deciding factor for good and great scores. Also try to know quicker ways of solving problems and that would give you more time to solve problems from other area. I personally feel that the choice of books differs from one person to another and therefore, the list of books suggested can be omitted altogether in case one finds another book being superior/more suitable for their needs. My suggestions[Personal choice] for the references would be: Engg Maths: Materials from Vani/ACE/Elite is very handy Discrete Maths: Discrete mathematics & its applications, Kenneth H. Rosen Graph Theory: Graph Theory, Narsingh Deo ToC: Introduction to Automata Theory, Languages, and Computation, John E. Hopcroft, Jeffery D. Ullman Compilers: Introduction to Compiler Design by Aho(first 7 chapters do not miss LALR parser) Digital Logic: By Givon or Morris Mano. Both are equivalently good. Computer Organization: By Hamacher Programming & Data Structures: Book by Mark Allen Weiss is good + Relevant stuffs from http://cslibrary.stanford.edu/ is more than enough. Use wiki for any topic. Wiki is a very reliable source for this area. Algorithms: Book by Cormen. + Use wiki for any algorithm. Wiki is a very reliable source for this area. Operating Systems: Book by Galvin, Gagne, silberschatz is good except for Process synchronization. Use internet or Tanenbaums book for this particular topic. Databases: Best book I feel is Navathe. Use Raghu Ramakrishna for Transactions & Concurrency control. Computer Networks:Computer-Networks by Larry-L-Peterson, Bruce-S-Davie as well as book A top-down approach by Kurose & Ross are equivalently good. Software Engg: I do not know any good resource as I skipped this subject. But I feel, Pankaj Jalote seems to serve the purpose. Web/Html: Internet is the best resource for this. w3schools site for html is good. One important suggestion: Kindly do not use books like Handa, GK etc. they are simply a waste of

whiteswami.wordpress.com/2010/04/06/gate-cs-prepare/

6/66

12/25/13

GATE CS Tips !! | Whiteswami's Blog

One important suggestion: Kindly do not use books like Handa, GK etc. they are simply a waste of time. Gathering the concepts and knowing the tricks are the best ammunition for cracking GATE. Ill be updating this post with important topics in each subject in short time. For the time being .. Ill just put the GATE 2010 CS Syllabus and will update it with scoring areas as an inline comment.

CS-Computer Science and Engineering


ENGINEERING MATHEMATICS Mathematical Logic: Propositional Logic; First Order Logic. 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. Combinatorics: Permutations; Combinations; Counting; Summation; generating functions; recurrence relations; asymptotics. 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 nonlinear algebraic equations by Secant, Bisection and Newton-Raphson Methods; Numerical integration by trapezoidal and Simpsons rules. Calculus: Limit, Continuity & differentiability, Mean value Theorems, Theorems of integral calculus, evaluation of definite & improper integrals, Partial derivatives, Total derivatives, maxima & minima. COMPUTER SCIENCE AND ENGINEERING Theory of Computation: Regular languages and finite automata, Context free languages and Pushdown automata, Recursively enumerable sets and Turing machines, Undecidability; NPcompleteness. 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 datapath, CPU control design, Memory interface, I/O interface (Interrupt and DMA mode), Instruction pipelining, Cache and main memory, Secondary storage.
whiteswami.wordpress.com/2010/04/06/gate-cs-prepare/ 7/66

12/25/13

GATE CS Tips !! | Whiteswami's Blog

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. 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. Compiler Design: Lexical analysis, Parsing, Syntax directed translation, Runtime environments, Intermediate and target code generation, Basics of code optimization. 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. 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. 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.

You May Like


1.

About these ads

April 6, 2010 whiteswami Categories: Computer Science, GATE, IIT

151 responses to GATE CS Tips !!


Brahm September 11th, 2010 at 08:33
whiteswami.wordpress.com/2010/04/06/gate-cs-prepare/ 8/66

12/25/13

GATE CS Tips !! | Whiteswami's Blog

0 1 i Rate This Very thanx plz tell me how can i make best my preparation for GATE-2011. I have made easy study material..but i want to know on which subjects i should focus most which topic i should never leavewhat books i should use.what should my strategy to crack gate-2011..plz guide me by email. Reply Santosh October 19th, 2010 at 01:30 3 0 i Rate This Excellent post. Its really helpful for GATE aspirants. Thanks a lot. Reply Preethi November 11th, 2010 at 09:49 0 1 i Rate This Hi sir, Really a great help Pls keep on posting suggestions like this Reply

whiteswami.wordpress.com/2010/04/06/gate-cs-prepare/

9/66

12/25/13

GATE CS Tips !! | Whiteswami's Blog

Bibek November 29th, 2010 at 10:36 0 1 i Rate This hi, i wanted the topic wise distribution for maths cs in particular for the year 2010 and previous years.Pls guide me get the resources . regards, Bibek Reply Whiteswami November 30th, 2010 at 00:15 1 1 i Rate This Try getting a book from Made Easy Publication I took the resources from there. Reply Sharath December 3rd, 2010 at 06:26 0 0 i Rate This nice post dude
whiteswami.wordpress.com/2010/04/06/gate-cs-prepare/ 10/66

12/25/13

GATE CS Tips !! | Whiteswami's Blog

Reply Meetakshi December 8th, 2010 at 11:45 1 0 i Rate This nice gone thru many linksfound ths 1 quite hlpfulthnx.. Reply Vishnu Kishore Tiwari December 12th, 2010 at 22:05 0 0 i Rate This its very good and helpful Reply Raghu January 21st, 2011 at 19:38 0 0 i Rate This very nice blog dude..i am no III CSE appearing for GATE-11but i prepared only for TOC,CN,OS.till now.suggest me something that i can do to qualify if possible RANK<1500. also pls send me RANK vs COLLEGE analysis.to join in IITSpls keep in touch dude raghu369krishna@gmail.com
whiteswami.wordpress.com/2010/04/06/gate-cs-prepare/ 11/66

12/25/13

GATE CS Tips !! | Whiteswami's Blog

BYE. Reply Whiteswami January 21st, 2011 at 22:28 0 0 i Rate This Try to solve previous year papers now. That would do for now. Reply Ravi January 29th, 2011 at 23:28 1 0 i Rate This excellent work dude!!! please tell me book for automata i think ohn E. Hopcroft,is difficult for meplease thanks.. Reply Whiteswami January 30th, 2011 at 18:13 0 0 i Rate This
whiteswami.wordpress.com/2010/04/06/gate-cs-prepare/ 12/66

12/25/13

GATE CS Tips !! | Whiteswami's Blog

I found the following 2 books really useful to my understanding: Introduction to Computer Theory by Cohen An Introduction to Formal Language and Automata by Peter Linz Also , to solve more problem, I used a local author book written by Padmareddy. This book was really of immense help. Reply Shubhangi Gupta February 6th, 2011 at 02:28 0 0 i Rate This hii. i really liked your blogits very helpfulthanx but i have a doubt that whether we are alowed to carry scientific calculators in Gate exams or not Reply Whiteswami February 7th, 2011 at 20:38 1 0 i Rate This Yes indeed. Its allowed. Reply Bidhan Kumar Karan March 2nd, 2011 at 12:50

whiteswami.wordpress.com/2010/04/06/gate-cs-prepare/

13/66

12/25/13

GATE CS Tips !! | Whiteswami's Blog

1 0 i Rate This Hi Bro I have given gate 2011 in cs paper nd according to gateforum answer key i m getting 57.33. What do you think am i eligible for iit? If so then please tell me what shoud i do for interview nd test to qualify next state of iit.One more question which branch should i apply. I like Mathematics, Data-structure and algorithm, robotics nd c. Waiting for ur reply nd thanx for ur suggestion given above. Reply Whiteswami March 3rd, 2011 at 23:25 0 0 i Rate This It also depends on how others have performed. So, wait and watch. Secondly, dont hesitate to apply in IITs and NITs. I think you can get into IITs. BTW, I think for you best would be CS. Youll surely have to appear for interview. But, if your percentile is good enough , youll have the luxury of not writing the test. Reply Shruti July 6th, 2011 at 13:39

whiteswami.wordpress.com/2010/04/06/gate-cs-prepare/

14/66

12/25/13

GATE CS Tips !! | Whiteswami's Blog

0 0 i Rate This people forget once they achieve there goal. u did it n kept on enlightning others too. thanks a million.. well i have completed my btech cse 2011 n stitting back home for 6 months to give my best shot for gate. plz help me on how to study?? Reply Whiteswami July 6th, 2011 at 20:28 0 0 i Rate This Start with previous year question papers, see what level of questions are asked and then accordingly plan out. You need to evaluate your preparation time-to-time. And therefore, you might need to join some kind of coaching(although I am not very much in favour of it) or test series if you have no group to prepare along . Also, get your fundamentals clear in subjects like, Theory of computation, Compilers, Graph theory, etc. Do not ignore maths and discrete maths. They are very vital. Read my blog for more details. Thanks Reply Chitra August 4th, 2011 at 19:22 0 0 i Rate This
whiteswami.wordpress.com/2010/04/06/gate-cs-prepare/ 15/66

12/25/13

GATE CS Tips !! | Whiteswami's Blog

Hi , I have done my Undergraduation in Elex and Communication Engg but I want to appear for Gate in CS as i wish to pursue PG in IT. Since I Come from Elex background, I am familiar with only certain topics from the syllabus like Digital Electronics, Database(coz I have work ex on tht), Computer Networks and Programming and Data Structures. In Maths, the only common topic was Linear Algebra . Is preparing for these topics only sufficient to qualify for GATE?? My aim is just to qualify as I cannot expect more with Elex background.Kindly advice Reply Whiteswami August 4th, 2011 at 19:51 1 0 i Rate This I am not sure what would you achieve by just qualifying. Reply Chitra August 15th, 2011 at 14:02 0 0 i Rate This Hi, Gate qualification is sufficient to get admission in some gud local engg colleges for ME/MTech . Kindly let me know if the topics I lIsted above, if prepared well are enough to score the qualifying marks .Thanks, Whiteswami August 25th, 2011 at 02:32

whiteswami.wordpress.com/2010/04/06/gate-cs-prepare/

16/66

12/25/13

GATE CS Tips !! | Whiteswami's Blog

1 0 i Rate This I think you need to do a bit more. Sanchit August 18th, 2011 at 00:23 0 0 i Rate This hey thanks buddy for such kind of evaluation . Reply Sujiaparna November 30th, 2011 at 18:45 0 0 i Rate This really a great post its really usefull for me Reply Sujiaparna November 30th, 2011 at 18:47

whiteswami.wordpress.com/2010/04/06/gate-cs-prepare/

17/66

12/25/13

GATE CS Tips !! | Whiteswami's Blog

0 0 i Rate This sir plz guide me for gate 2012 i have only short time to prepare.. plz mail me how to prepare well Reply Whiteswami November 30th, 2011 at 19:09 1 0 i Rate This In case of short time , prepare well high impacting subjects like Discrete maths, Data Structures, etc.. as guided on the blog. Regards, Rahul Kumar Mishra Reply HIMA December 2nd, 2011 at 12:18 0 0 i Rate This can I skip TOC..?? Im final year student of Msc in computerr appli & IT so toc was not part of university syllabus.andim going to give gate 2012 CSnow i dont have enough timet to start a completely unknown subject..but people are saying that toc is v imp ..what should i do ?? Reply

whiteswami.wordpress.com/2010/04/06/gate-cs-prepare/

18/66

12/25/13

GATE CS Tips !! | Whiteswami's Blog

Whiteswami December 2nd, 2011 at 12:22 0 0 i Rate This If you are skipping TOC it means you are also leaving out Compilers But, its OK. But just try to go through previous year questions and solutions of a few trivial problems on above subjects. You shouldnt be starting a new subject now. At the same time try to be as thorough as possible with other subjects considering you have only these to score. Regards, Rahul Kumar Mishra Reply HIMA December 2nd, 2011 at 12:37 0 0 i Rate This thanks for reply. In compilers i can solve problems on all parsings & regular expressions & DFA ,NFA , code optimization other part of TOC like turing machines,PDA n all , regularity of lang,CFG.. i dont kn anything about that. regards. Whiteswami December 2nd, 2011 at 12:56

whiteswami.wordpress.com/2010/04/06/gate-cs-prepare/

19/66

12/25/13

GATE CS Tips !! | Whiteswami's Blog

1 0 i Rate This cool.. make it thorough what you know first leave the rest for time being. Regards, Rahul Kumar Mishra Sakshi December 25th, 2011 at 01:05 0 0 i Rate This hi i have only one and half month n than from where i have to start. i have made easy previous years paper solution book Reply Whiteswami December 28th, 2011 at 11:22 2 0 i Rate This Try to solve previous year papers and also get thorough with Discrete maths, C programming and data structures, algorithms, database, OS, Logic design at least. Reply Reena January 3rd, 2012 at 20:50

whiteswami.wordpress.com/2010/04/06/gate-cs-prepare/

20/66

12/25/13

GATE CS Tips !! | Whiteswami's Blog

1 0 i Rate This hi, ur blog is superb n i foung this 5 monts ago. i have 2 questions. 1.can i skip compilers?? 2.im good in ds, algo, toc, db n os. Do u think this is enough for me to crack gate? pls do reply. Whiteswami January 3rd, 2012 at 21:09 1 0 i Rate This You also need to complete Discrete maths and Digital logic design for good score. You may skip compilers in case you find it tough but do look at the previous year questions of compilers. Regards, Rahul K Mishra http://www.ee.iitb.ac.in/student/~rahulkmishra/ Honeybee January 4th, 2012 at 17:58 0 0 i Rate This i am i cs 2nd yr student from a private engg colg and want to get into iit fr further studies.what should b my strategy?i m vry weak in programming ryt now. Reply
whiteswami.wordpress.com/2010/04/06/gate-cs-prepare/ 21/66

12/25/13

GATE CS Tips !! | Whiteswami's Blog

Whiteswami January 5th, 2012 at 01:47 0 0 i Rate This You are in a very advantageous position that you know your weakness. Many do not even know that. You just now need to work on it. Regards, Rahul Kumar Mishra http://www.ee.iitb.ac.in/student/~rahulkmishra/ Reply Honeybee January 5th, 2012 at 12:28 0 0 i Rate This thanks sir.but other than that what should be my strategy from now on??which books to foolow?please guide me. Prashant January 16th, 2012 at 22:18 0 0 i Rate This Sirjee, Every Subject is OK but I have very less time to prepare(20 days only).How to prepare for General aptitude? I dont have time for that stupid RS Aggarwal book
whiteswami.wordpress.com/2010/04/06/gate-cs-prepare/ 22/66

12/25/13

GATE CS Tips !! | Whiteswami's Blog

Reply Whiteswami January 16th, 2012 at 22:38 0 0 i Rate This No idea May be Quicker maths by M.Tyra or some CAT material like IMS or TIME might help. Regards, Rahul Kumar Mishra http://www.ee.iitb.ac.in/student/~rahulkmishra/ Reply Prashant January 17th, 2012 at 10:21 0 0 i Rate This Someone help me in OS.Galvin is not sufficient and also very boring..Does nyone know some better book? Whiteswami January 17th, 2012 at 11:01 0 0 i Rate This Modern OS by Tanenbaum is a good book.
whiteswami.wordpress.com/2010/04/06/gate-cs-prepare/ 23/66

12/25/13

GATE CS Tips !! | Whiteswami's Blog

Regards, Rahul Kumar Mishra http://www.ee.iitb.ac.in/student/~rahulkmishra/ Prashant January 18th, 2012 at 23:41 0 0 i Rate This Sir Please Help me I m in big trouble.. As you know that GATE is just around the corner (12th February)..this is my first attemp and I am a final year student and was so was busy in my studies and everything and was not able to prepare for it well throughout the year.now as I have started preparing.I want a quick and effective approach for studying since seeing the GATE papers i found that for cracking it I just cant go through the books..I want to pass the exam whatever the rank may be PLEASE TELL ME A GOOD APPROACH FOR PREPARING AT THIS STAGE.I WILL ALWAYS BE THANKFUL FOR IT. Whiteswami January 19th, 2012 at 10:35 0 0 i Rate This If you have read the blog you wouldnt be asking this. Regards, Rahul Kumar Mishra http://www.ee.iitb.ac.in/student/~rahulkmishra/ Sujitha January 22nd, 2012 at 09:53

whiteswami.wordpress.com/2010/04/06/gate-cs-prepare/

24/66

12/25/13

GATE CS Tips !! | Whiteswami's Blog

0 0 i Rate This hi tis is the first time im attempting for gate and i dont like maths much so suggest me some main topics to b cover in maths plz Reply Whiteswami January 22nd, 2012 at 13:34 0 0 i Rate This Please check previous year papers and youll be able to figure out. I dont exactly remember. Regards, Rahul Kumar Mishra http://www.ee.iitb.ac.in/student/~rahulkmishra/ Reply Prashant January 22nd, 2012 at 14:09 0 0 i Rate This Rahul Sir, what should be my strategy in february(10 days before gate)?.i know that only knowing concepts will not be the only help Reply
whiteswami.wordpress.com/2010/04/06/gate-cs-prepare/ 25/66

12/25/13

GATE CS Tips !! | Whiteswami's Blog

Whiteswami January 22nd, 2012 at 20:36 0 0 i Rate This I think, you should try to solve mock papers(1-2 per day) and then analyze your weakness and accordingly prepare for rest of the day. Regards, Rahul Kumar Mishra http://www.ee.iitb.ac.in/student/~rahulkmishra/ Prashant January 23rd, 2012 at 13:45 0 0 i Rate This everything is ok but what about numericals? i an just referring the papers to get the formulae will it help me? No reference book has formulas so how to practice? Reply Whiteswami January 23rd, 2012 at 14:21 0 0 i Rate This Check Study materials from Brilliant tutorials/Gateforum etc . I hope it helps. Regards,

whiteswami.wordpress.com/2010/04/06/gate-cs-prepare/

26/66

12/25/13

GATE CS Tips !! | Whiteswami's Blog

Regards, Rahul Kumar Mishra http://www.ee.iitb.ac.in/student/~rahulkmishra/ Reply Prashant K January 31st, 2012 at 12:52 0 0 i Rate This Sir, please guide me.I am facing some problems in TOC,DLD and Maths.the problem is not that they are hard but seeing the papers I feel the questions asked are trickyif i refer to the Reference books they clear theoritical concepts but there is not much time left to do them fully also reading the coaching material is not sufficientso as per your guidance i am trying preparing them by solving previous year papers but how? (means how to solve papers in a manner so that the concepts become clear in less time?i am askig especially for TOC. Whiteswami January 31st, 2012 at 13:33 0 0 i Rate This I am not quiet sure as what kind of problems you are having but once you solve previous year papers youll get a hang of it. Further, you might like to try solving excercise problems from your textbook/reference book. You might even like to go through MIT OCW lectures on ToC to clear some concepts. I hope it helps. Regards, Rahul Kumar Mishra http://www.ee.iitb.ac.in/student/~rahulkmishra/ Prashant Kumar February 2nd, 2012 at 21:43

whiteswami.wordpress.com/2010/04/06/gate-cs-prepare/

27/66

12/25/13

GATE CS Tips !! | Whiteswami's Blog

1 0 i Rate This Just one thing more.. there are just 9 days left for the exam. i have somewhat done the syllabus but the main problem now is revision.i am confused as how to do that? should i first revise my notes subjectwise then solve the mock papers or should i do the mock papers first then revise this is the most important time for the preparation and i will follow whatever u advice me Whiteswami February 8th, 2012 at 20:45 1 0 i Rate This Sorry for late reply I think revision of notes subjectwise followed by questions of only that subject will be more productive. Best Wishes, Rahul Kumar Mishra http://www.ee.iitb.ac.in/student/~rahulkmishra/ Arc January 25th, 2012 at 20:12 0 0 i Rate This ive not done anything so far..still have 18 days left for gate 2012so what shall i do to get a score for atleast getting a job in the government sector like iocl..as im a final year cse student..they hire considering the gate score..please help..im unemployed..never passed the aptitude test of campus
whiteswami.wordpress.com/2010/04/06/gate-cs-prepare/ 28/66

12/25/13

GATE CS Tips !! | Whiteswami's Blog

recruitment..so disheartened ..like ..gonna be my doomsday?? Reply Whiteswami January 25th, 2012 at 22:13 0 0 i Rate This Firstly, dont be disheartened else you wouldnt be able to prepare anything. To start with, try to solve as many previous year question papers as you can and also some papers from current year test series papers from institutes like ACE, GATEFORUM etc.. Let me know how you fare. Regards, Rahul Kumar Mishra http://www.ee.iitb.ac.in/student/~rahulkmishra/ Reply Arijit Sannihrahi February 11th, 2012 at 16:44 0 0 i Rate This hi i have joined syntel om 5 dec 2011 as a graduate trainee and currently posted in mumbai(brnch..cse).i am about start my prep for gate 2013.plz suggest me best coaching institute which gives best study material..plz.. Reply Whiteswami February 12th, 2012 at 12:48

whiteswami.wordpress.com/2010/04/06/gate-cs-prepare/

29/66

12/25/13

GATE CS Tips !! | Whiteswami's Blog

0 0 i Rate This Arijit, I am not sure about the current scenario. But, in my times it was ACE Academy and Vani classes which were preferred most Best Wishes, Rahul Kumar Mishra http://www.ee.iitb.ac.in/student/~rahulkmishra/ Reply Cheap Bean Bag Chairs February 21st, 2012 at 02:19 0 0 i Rate This Hello ! I saw your weblog and I seriously like itthe design is incredibly fantastic.Did you do it yourself or employed a template? ( i searched on net and i saw you will discover lots of for wordpress) I dont have but a domain but Ill obtain a single so i can blog myself also.Anyway good information and great internet sitebtw I hope Good luck Reply Shiv Kumar March 2nd, 2012 at 16:31 0 0 i Rate This
whiteswami.wordpress.com/2010/04/06/gate-cs-prepare/ 30/66

12/25/13

GATE CS Tips !! | Whiteswami's Blog

hi sir, ur post is really good for all gate aspirants.. & motivate towards achiving their goals. sir i m in 6 th sem of B.tech(cse). how much coaching institute assists for gate exam prepration.because i m doing my self study(from Refrence book) for gate 2013.so i m in delima about coaching Institute. i m good in mathematics & other gate subject in cse. but my programming part is not so strong as cmpare to some student.ir kindly reply sir. Reply Whiteswami March 2nd, 2012 at 23:25 1 0 i Rate This Nice that you know your weakness so early before your GATE. You are actually in a advantageous position since you can start working on it right away. Check the other replies on this post about coaching institute. Regards, Rahul K Mishra http://www.ee.iitb.ac.in/student/~rahulkmishra Reply TUMMALA ANVESH March 2nd, 2012 at 22:20 0 0 i Rate This Hai sir,this is anvesh ,i want to prepare for gate 2013 cse.All my friends are going to coatching .is it not possible to prepare with out that.what should i have to do? Reply

whiteswami.wordpress.com/2010/04/06/gate-cs-prepare/

31/66

12/25/13

GATE CS Tips !! | Whiteswami's Blog

Whiteswami March 2nd, 2012 at 23:22 0 0 i Rate This Its not necessary to go to coaching institutes. Coaching institutes are mainly for those who are not self motivated. THose who are actually self motivated can do on their own. But, do make sure to assess yourself time to time by giving mock tests. Also, try getting the tricks from your friends who are going to coaching institutes some of the tricks they teach makes you solve the problems in quicker time. Regards, Rahul K Mishra http://www.ee.iitb.ac.in/student/~rahulkmishra Reply Shiv Kumar March 5th, 2012 at 09:11 0 0 i Rate This sir ..what is the difference b/w RA & TA in M.tech in iits. Reply Whiteswami March 5th, 2012 at 11:19

whiteswami.wordpress.com/2010/04/06/gate-cs-prepare/

32/66

12/25/13

GATE CS Tips !! | Whiteswami's Blog

0 0 i Rate This RA-[Research Assistantship]- 3 years(Youll also need to carry out research/project along with studies) TA-[Teaching Assistantship] 2years(You need to help some teacher on their course evaluation) Regards, Rahul K Mishra http://www.ee.iitb.ac.in/student/~rahulkmishra Reply Rajasri March 14th, 2012 at 11:26 0 0 i Rate This Hi, I am doing job currently, have 2 years of experice. I want to do M.Tech(CSE) in IIT, so planning for GATE 2013. Could you please let me know how to prepare myself as I can not go for coaching due to my job. Thanks in advance Reply Whiteswami March 14th, 2012 at 13:09

whiteswami.wordpress.com/2010/04/06/gate-cs-prepare/

33/66

12/25/13

GATE CS Tips !! | Whiteswami's Blog

0 0 i Rate This That is what this blog post is about. If you have anything specific please let me know via chat/comment Reply Rajasri March 14th, 2012 at 14:43 0 0 i Rate This Yeahbut still I am in confusion , what should be the starting point Whiteswami March 15th, 2012 at 12:29 0 0 i Rate This Start seeing the previous year(last 3-5 years) Question papers. Get acquainted to it. And then accordingly start prep. Rajasri March 15th, 2012 at 19:03

whiteswami.wordpress.com/2010/04/06/gate-cs-prepare/

34/66

12/25/13

GATE CS Tips !! | Whiteswami's Blog

0 0 i Rate This Thanks a lot for your suggestion Reply Rajasri March 20th, 2012 at 16:37 0 0 i Rate This Hi , Could you please let me know is there any book which contains previous gate papers with solutions. Reply Rahul March 20th, 2012 at 18:55 0 0 i Rate This Many books. Just google it. I know a few: GATE Solved Papers by Made Easy Publications and another by GK Publications. Reply Sabarimani R April 3rd, 2012 at 19:19
whiteswami.wordpress.com/2010/04/06/gate-cs-prepare/ 35/66

12/25/13

GATE CS Tips !! | Whiteswami's Blog

0 0 i Rate This pls tel the techniques to prepare for gate2012 i am in starting point ..ur response only guide me to next step.. i am eagerly waiting for the response. Reply Ankur April 10th, 2012 at 15:04 0 0 i Rate This is fx_991 es allowed in gate exam// its non programable bt hs memory ./ i dnt knw if all scientific calcis hav memory??? nd fx_991 es allosed in gate or nt?? pls gve me sure rep soon .. pls. Reply Whiteswami April 10th, 2012 at 15:31 0 0 i Rate This During our times, we could use any calci we just needed to make sure that the memory is emptied. Not sure of the current status. Regards, Rahul Reply
whiteswami.wordpress.com/2010/04/06/gate-cs-prepare/ 36/66

12/25/13

GATE CS Tips !! | Whiteswami's Blog

Anil April 19th, 2012 at 20:06 0 0 i Rate This Hi Rahul, I have done B.E. in Electronics and Communications discipline and I have decided to appear for GATE CS 2013. As I am from EC and currently working on embedded systems, I am comfortable with Digital electronics, Programming and DS, Computer organization, Computer networks, OS and Maths but I do not have any idea about TOC, DBMS and Compiler Design. As per your blog post I went through previous GATE papers but I am not able to understand most of the questions related to these subjects. I want to prepare these subjects in minimum amount of time. What you would suggest me in this regard? Thank you for such a nice article and some very good comments for the questions asked. Anil Reply Whiteswami April 19th, 2012 at 21:24 0 0 i Rate This Since you are new to TOC, DBMS and Compiler Design I would suggest you to join coaching classes like ACE, Vani, etc. There are twin advantages: firstly, youll get someone to clear your doubts and secondly: you can have a group to study along so that you are not lost while preparing. In case you are working, join weekend classes. But do join else its gonna be tough nut to crack. Regards, Rahul K Mishra Reply
whiteswami.wordpress.com/2010/04/06/gate-cs-prepare/ 37/66

12/25/13

GATE CS Tips !! | Whiteswami's Blog

Prabhakar May 5th, 2012 at 20:23 0 0 i Rate This hi Rahul ! Brilliant Post !!.I am a 3rd year (6th sem) EE student and i am planning now on higher studies.I want to pursue my higher studies in CS as i interested in it and so i want take GATE for CS and i think if i plan well i can make it but when i discussed this with my friends in CS dep ,they were not supportive at all and now i am a bit confused.I just want to have your opinion like what you think its doable or not (practically ) for a guy like me.I have moderate programming exposure. Reply Whiteswami May 7th, 2012 at 01:57 0 0 i Rate This Prabhakar, It is very much doable. You just need to put extra efforts. Theres nothing rocket science in it. Regards, Rahul Reply Prabhakar May 7th, 2012 at 08:51

whiteswami.wordpress.com/2010/04/06/gate-cs-prepare/

38/66

12/25/13

GATE CS Tips !! | Whiteswami's Blog

0 0 i Rate This Thanks for your time. regards Prabhakar Prashant May 11th, 2012 at 09:19 0 0 i Rate This Thanks to your help sir somehow i qualified gate 2012 in a short period not a good score but i an satisfied. Now i need your help for the psu. i am a final year student going to pass out in june. i am trying for several psu jobs. i have given 1-2 papers and found view were easier than gate.i an able to attempt around 80% Of the paper but still the results are not in my favour. i am so confused as to how to prepare for psu and how to attempt the paper (Means how much questions to be answered correctly) to attempt qualify in test.Being a general category student it seems to be very high score is required. but negative marking suggests that taking risk is futile please help of what to do as this is my ultimate target in life Whiteswami May 11th, 2012 at 18:52 0 0 i Rate This No idea dear
whiteswami.wordpress.com/2010/04/06/gate-cs-prepare/ 39/66

12/25/13

GATE CS Tips !! | Whiteswami's Blog

Rama Krishna May 20th, 2012 at 12:24 1 0 i Rate This Have a look at this: http://www.flipkart.com/data-structures-algorithms-gate8192107507/p/itmd68vzfhzsbqcw?pid=9788192107509&affid=karumanchi&wgtid=FK-AF-SPB His (Narasimha Karumanchi) books are famous for GATE preparation and interview preparation. His personal site: http://www.CareerMonk.com Reply Reka June 2nd, 2012 at 10:16 0 0 i Rate This hello siri found this website quite useful and inspiring..am just starting with my 7th semester as well as my gate preparations.i couldnt get a grip with dbms ..please suggest a good book to understand dbms from basics.. Reply Whiteswami June 2nd, 2012 at 10:37 0 0 i Rate This
whiteswami.wordpress.com/2010/04/06/gate-cs-prepare/ 40/66

12/25/13

GATE CS Tips !! | Whiteswami's Blog

Book by Elmasri navathe is good. I have read most of the stuffs from here. Book by Korth is good as well. Book by Raghu Ramkrishna is good for transactions management Reply Vishal Vk June 4th, 2012 at 11:46 0 0 i Rate This Hello Rahul Your blog is a boon to CS students and your active responses makes it more interesting.Thanks a million. I have a query ;there are some topics which I find very difficult to understand like critical section in OS and transaction mechanism in DBMS. w.r.t. examination point of view .Pls suggest me any simple book or any study material to start with and have comprehensive understanding in order to solve problems. Reply Whiteswami June 4th, 2012 at 12:06 1 0 i Rate This You might like to watch lectures from ocw.mit.edu or similar resources from ucb. Reply VRock June 7th, 2012 at 14:11

whiteswami.wordpress.com/2010/04/06/gate-cs-prepare/

41/66

12/25/13

GATE CS Tips !! | Whiteswami's Blog

0 0 i Rate This Dear sir, i need study material from brilliant tuition classes2013 or 2012 .pdf . if u have plz post the link and also for mock test if any material is there Reply Whiteswami June 7th, 2012 at 14:23 0 0 i Rate This Dont have any Reply Prashant June 7th, 2012 at 14:36 0 1 i Rate This See vrock, if u really want to prepare sincerely, then dont search for coaching or any coaching material, refer to the standard reference books as mentioned in whiteswami blog. for any other guidance ask me at pkrcs62@gmail.com and please dont mail me for asking any pdf. VRock June 10th, 2012 at 09:59

whiteswami.wordpress.com/2010/04/06/gate-cs-prepare/

42/66

12/25/13

GATE CS Tips !! | Whiteswami's Blog

0 0 i Rate This @PRASHANT i wanted to solve q from tuitions material . VRock June 10th, 2012 at 08:03 0 0 i Rate This need guidance to prepare Algorithms Reply Whiteswami June 10th, 2012 at 12:42 1 0 i Rate This ocw.mit.edu Reply VRock June 10th, 2012 at 13:14

whiteswami.wordpress.com/2010/04/06/gate-cs-prepare/

43/66

12/25/13

GATE CS Tips !! | Whiteswami's Blog

0 0 i Rate This ThnX VRock June 10th, 2012 at 13:54 0 0 i Rate This Dear sir, Also for theory of comp and compiler design Whiteswami June 12th, 2012 at 14:15 0 0 i Rate This Read the indicators for ToC on my blog. For compiler design and ToC you may also check for coursera.org. Santanu June 10th, 2012 at 13:35

whiteswami.wordpress.com/2010/04/06/gate-cs-prepare/

44/66

12/25/13

GATE CS Tips !! | Whiteswami's Blog

0 0 i Rate This Hi WhiteSwami, Thanx a lot for your blog. Its just a boon for the working gate aspirants like me. Working a bit for GATE 2013. But I just confused regarding whther or not to join any coaching class(VANI)..I can prepare on my own, except a few topics i get stuck at!!! like Synchronization. The web helps though.still , need your guidance. Santanu Reply Whiteswami June 10th, 2012 at 13:45 0 0 i Rate This As said in the blogit isnt that necessary to join coaching classes but one should be highly selfmotivated. But, if you are not joining coaching classes atleast join the test series so that you can assess yourself time-to-time and accordingly focus on your weak areas. Reply VRock June 10th, 2012 at 14:00 0 0 i Rate This

whiteswami.wordpress.com/2010/04/06/gate-cs-prepare/

hi, WhiteSwam

45/66

12/25/13

GATE CS Tips !! | Whiteswami's Blog

hi, WhiteSwam where i can fing online test seriese? Reply VRock June 10th, 2012 at 14:03 0 0 i Rate This hi, WhiteSwam where i can find online test seriese? links plz if u have. Reply Whiteswami June 12th, 2012 at 14:13 0 0 i Rate This Dont remember. Please google your way out. Reply VRock June 25th, 2012 at 19:13 0 0 i Rate This
whiteswami.wordpress.com/2010/04/06/gate-cs-prepare/ 46/66

12/25/13

GATE CS Tips !! | Whiteswami's Blog

dear, whiteswami i m really thankful to u, Your links were quite useful.i want suggestion for data structure. Blogs link is not working for video tutorials . Reply Whiteswami June 28th, 2012 at 13:41 1 0 i Rate This Ill let you know if I come across something good. Reply Prashant June 28th, 2012 at 18:07 0 0 i Rate This Dear aashna, The algorithms topic in gate is very broad. sticking to the reference book is a good option but plz Dont mug up the algo. just analyse and solve some examples that show its working. learn up the complexities and try to find out the complexities of various sample algorithms. Aashna June 28th, 2012 at 11:03

whiteswami.wordpress.com/2010/04/06/gate-cs-prepare/

47/66

12/25/13

GATE CS Tips !! | Whiteswami's Blog

0 0 i Rate This Sir i just need to know about how to prepare for algorithms paper in gate..should i follow the text book and learn all the algorithms given under a certain topic or should i generalize on the topic alone..pls suggest me as to how to adopt a strategy for preparing for gate 2013 Reply Prashant June 28th, 2012 at 18:07 0 0 i Rate This Dear aashna, The algorithms topic in gate is very broad. sticking to the reference book is a good option but plz foot mug up the algo. just analyse and solve some examples that show its working. learn up the complexities and try to find out the complexities of various sample algorithms. Reply VRock July 10th, 2012 at 18:57 0 0 i Rate This Dear whiteswami,
48/66 Is gateforum study material is good after reading subjects from reference book.and online test series are

whiteswami.wordpress.com/2010/04/06/gate-cs-prepare/

12/25/13

GATE CS Tips !! | Whiteswami's Blog

Is gateforum study material is good after reading subjects from reference book.and online test series are usefull? plz give guidance.. Reply AK July 15th, 2012 at 18:15 0 0 i Rate This Hello, Decided to go for GATE` 2013 CS. I dont know if its too late or not for the preparation. What do you think? as I have to start from the scratch. One more thing- graduated in 2011 I have been contributing to our family business for immediate need. Will the 2 yrs gap be a big problem for me now or later on admission? Will it affect on recruitment? or if I travelled for teaching field will it create any hurdle? I am very much interested in Post Grad. Reply Whiteswami July 16th, 2012 at 08:57 0 0 i Rate This It wouldnt be an issue if you crack the GATE with good score and get admitted to premier institute. THe only thing the recruiters look for in the candidate is the knowledge(practical and theoretical) and te personal skills. Hence, it isnt gonna affect. Regards, Rahul Reply

whiteswami.wordpress.com/2010/04/06/gate-cs-prepare/

49/66

12/25/13

GATE CS Tips !! | Whiteswami's Blog

AK July 16th, 2012 at 16:22 0 0 i Rate This Thanks for our Reply. Could you plz tell me if its possible to crack the upcoming GATE if I start preparing now dedicating 5 hrs per day 4 days per week.Becoz the knowledge I obtained b4 2 yrs have fainted due to the detachment from my course. Got CGPA 8.65 during my B.tech. Study always interests me . Only lack of confidence/ inspiration ( 2 yrs gap burn out study) is dragging me backward. What do you think? Will it be too hard for me to crack the GATE? Whiteswami July 31st, 2012 at 13:07 0 0 i Rate This Since every individual is different and so is their grasping power therefore, I would suggest you to start preparing and analyze your progress time-to-time by giving mock-tests. This would also help you identifying your weak and strong areas. By the way, exams like these are always difficult to crack. But, you dont need to be intimidated by it. Regards, Rahul Kumar Mishra Juhi July 31st, 2012 at 11:40 0 0 i Rate This
whiteswami.wordpress.com/2010/04/06/gate-cs-prepare/ 50/66

12/25/13

GATE CS Tips !! | Whiteswami's Blog

thnax sir , it helps me alott..for GATE 2013. Reply Sakshi August 10th, 2012 at 00:09 0 0 i Rate This i want to ask firstly which subject i have to start for exam. i want to prepare without coaching classes so which books and study material i have to start Reply Whiteswami August 10th, 2012 at 10:41 0 0 i Rate This Plan your own strategy is the mantra. Reply Mona August 24th, 2012 at 09:52 0 0 i Rate This be student 3 year cs branch/.
whiteswami.wordpress.com/2010/04/06/gate-cs-prepare/ 51/66

12/25/13

GATE CS Tips !! | Whiteswami's Blog

Reply Mona August 24th, 2012 at 09:55 0 0 i Rate This sir i want to start my prepration for gate exami m in 5 sem right nowi m quite confused how to start up the prepration..should i join coaching for that?????????and how much time to devote for gate studies for regular basis????????// Reply Whiteswami August 24th, 2012 at 14:00 0 0 i Rate This It really depends from person to person. There is no hard and fast rule. You might want to do a first hand analysis of previous GATE papers and depending upon interest and importance a optimal choice can be made. Reply Himani August 25th, 2012 at 18:06 0 0 i Rate This Hellosir i have completed ma b.tech(c.s) and want to prepare for gatesir plz tell me on which

whiteswami.wordpress.com/2010/04/06/gate-cs-prepare/

52/66

12/25/13

GATE CS Tips !! | Whiteswami's Blog

Hellosir i have completed ma b.tech(c.s) and want to prepare for gatesir plz tell me on which subjects should i focus more and also tell me either i should study from standard books or some study material like made easy etc? Reply Whiteswami August 26th, 2012 at 14:34 0 0 i Rate This Please read the blog and its comments for the answer you are looking for. Reply Reka August 26th, 2012 at 20:08 0 0 i Rate This Hello sir My gate preparation z nt at al consistent owing to the rigorous acedamic schedule..i have planned to solve problems from two subjects daily..pl tel me will this suffice to crack gate 2013 and get into good institutes like iits? Reply Prashant August 27th, 2012 at 07:22

whiteswami.wordpress.com/2010/04/06/gate-cs-prepare/

53/66

12/25/13

GATE CS Tips !! | Whiteswami's Blog

0 0 i Rate This Dear reka, The amount of preparation depends upon person to person. I have given gate 2012 And had the same prob as you but it took me just 1 month of sincere preparation to crack the examfor any other advice you can mail me at pkumar51182@gmail.com Reply Reka August 29th, 2012 at 19:16 0 0 i Rate This Thank u sir..regarding computer networks cn u please suggest good materials esp subnetting concepts.. Reply Whiteswami August 29th, 2012 at 20:42 0 0 i Rate This Oopsits long time I dont remember much. Please google your way out. Reply Prashant September 1st, 2012 at 08:49
whiteswami.wordpress.com/2010/04/06/gate-cs-prepare/ 54/66

12/25/13

GATE CS Tips !! | Whiteswami's Blog

0 0 i Rate This Now you must have been completed your M.tech. I just want to ask what are you doing next..PhD or lecturership and where? I want to know what your thoughts are coz I am also currently pursuing M.tech and want a advice Reply Rohit September 2nd, 2012 at 13:12 0 0 i Rate This sir i want to know which previous year solved question paper is good for 2013 GATE(CS) Reply Whiteswami September 2nd, 2012 at 15:11 0 0 i Rate This I am not sure what you are asking. Please clarify. Reply Rohit September 3rd, 2012 at 17:01

whiteswami.wordpress.com/2010/04/06/gate-cs-prepare/

55/66

12/25/13

GATE CS Tips !! | Whiteswami's Blog

0 0 i Rate This i m in mca final year and wants to appear in GATE 2013 in Computer science. so i want to knw about the previous year solved question paper for GATE(CS). Reply Whiteswami September 11th, 2012 at 23:03 0 0 i Rate This No idea Reply VRock October 6th, 2012 at 10:21 0 0 i Rate This Hi dear, I want the solution manual for computer algorithm by sahni horowitz Reply Arc October 14th, 2012 at 14:17
whiteswami.wordpress.com/2010/04/06/gate-cs-prepare/ 56/66

12/25/13

GATE CS Tips !! | Whiteswami's Blog

0 0 i Rate This I have just started to prepare for gate 2013i know its late but then again i believe in better late than never..i wanna be a part of iits..i hv completed btech in cs this yr onlyso cud u pls tell me what are the subjects i must give more emphasis to crack the exam???thanx in advance Reply Whiteswami October 20th, 2012 at 21:00 0 0 i Rate This Check out previous year papers and accordingly decide. Reply Amit Dhumal October 20th, 2012 at 18:18 0 0 i Rate This Hi sir, I am using Balagurusamy book for learning C.is it ok???and which book can i refer for MCQ of C??? waitng for ur reply.. Reply Whiteswami October 20th, 2012 at 20:59
whiteswami.wordpress.com/2010/04/06/gate-cs-prepare/ 57/66

12/25/13

GATE CS Tips !! | Whiteswami's Blog

1 0 i Rate This K&R C http://en.wikipedia.org/wiki/The_C_Programming_Language For MCQ theres nothing standard.. but Kanetkars test your C skills is a good resource. Reply Kiranmai November 12th, 2012 at 12:39 0 0 i Rate This can u pls tell me best books for cs students Reply Sanjay November 16th, 2012 at 13:52 0 0 i Rate This Thanks for all the info. Youre doing an awesome job. Keep up the good work Reply M.Rushikesh November 30th, 2012 at 20:26

whiteswami.wordpress.com/2010/04/06/gate-cs-prepare/

58/66

12/25/13

GATE CS Tips !! | Whiteswami's Blog

0 0 i Rate This hello sir, myself rushi plz guide me for gate 2013 i heard tht gate 2013 is going to be tougher as iit mumbai is making question plz tel me in which subject should i stay focused in so that i can fetch max marks am very seriuos abt gate this time only 2 mnths left plz refer some material. Reply Whiteswami November 30th, 2012 at 23:28 0 0 i Rate This Hard and easy is very relative. Just prepare well. Guidelines are already there on my blog but it might be outdated so prepare according to latest trends and pattern which I am unaware of. Reply Swagata December 10th, 2012 at 00:37 0 0 i Rate This Hi.. I am in job for 3 yrs and 4 months..however i had a long desire for doing Masters,though I cud nt have the motivation due to my family problem..but now,I want to fulfill my desire..I just started my preparation since last 20days..I got ur blog and thought to be very helpful..I have started
whiteswami.wordpress.com/2010/04/06/gate-cs-prepare/ 59/66

12/25/13

GATE CS Tips !! | Whiteswami's Blog

Datastructure,digital logic,database and THOC.Also trying to solve previous yr ques papers after going thru the theories.As u knw it is long gap with studies,I m finding a lil difficulties also..Please give sm suggestion so that I can fulfill my dream of doing masters in 2013.please help Reply Whiteswami December 10th, 2012 at 11:04 0 0 i Rate This First thing is to do a SWOT analysis of oneself and then start preparation according to analysis results. For doing SWOT analysis try giving 1 test per day for atleast a week and you would be able measure yourself in each dept. Also, do take a mini test series so that you can compare yourself with others and accordingly evaluate your prep. BR Reply Komal December 11th, 2012 at 15:25 0 0 i Rate This hello sir, im preparing for gate (cs).its peek time to ask.. but can u pls suggest me ways to prepare in 2 months..hw do i study.. im sure i can cover it.. but ur sggestions will help me alot. thank you in advance Reply Whiteswami December 11th, 2012 at 18:24

whiteswami.wordpress.com/2010/04/06/gate-cs-prepare/

60/66

12/25/13

GATE CS Tips !! | Whiteswami's Blog

0 0 i Rate This Give as many tests(possibly 1 every alternate day) as you can to assess yourself what you are good at and what you are bad at Once you are aware of your weakness , try to improve upon it. Reply Komal December 11th, 2012 at 18:54 0 0 i Rate This thank you so much sir.. n some altrnative solutions?? i mean.. some imprtnt points or chapters dat shld b well prepared? Reply JEET January 10th, 2013 at 13:58 0 0 i Rate This SIR CAN YOU PLEASE SUGGEST ME SOME TIPS FOR GATE-2014 PREPARATION.I AM CONFUSED ABOUT WHICH SUBJECTS TO BE GIVEN HIGHER PRIORITY AND THE 1 TO GIVE LOWEST. Reply Whiteswami January 10th, 2013 at 15:16
whiteswami.wordpress.com/2010/04/06/gate-cs-prepare/ 61/66

12/25/13

GATE CS Tips !! | Whiteswami's Blog

0 0 i Rate This Whatever I could suggest is in the blogs and comments. Reply Tulika Saha February 23rd, 2013 at 02:34 0 0 i Rate This Sir could u plz mention d details of the ace institute or academy wich u referred 2 in one of ur blogs.details as in d full name of d institute or academyphone no.,email id and address Reply Whiteswami February 23rd, 2013 at 20:02 0 0 i Rate This lmgtfy. http://www.aceenggacademy.com/main/ Reply Tulika Saha February 24th, 2013 at 01:00

whiteswami.wordpress.com/2010/04/06/gate-cs-prepare/

62/66

12/25/13

GATE CS Tips !! | Whiteswami's Blog

0 0 i Rate This Thanx a lot sir for d info.vl get back 2 u soon for any suggestion or inquiry..eagerly waiting 4 more of ur experiences on IITs Mona April 20th, 2013 at 19:48 0 0 i Rate This sir, i have started preparing for gate 2014.i m from cs branch..and i have also joined coaching institudebt sir hw to start up.shud i see papers first and.cud u suggest any book for gud test papers that i cud solve to anayze my performance timely Reply Viraj August 29th, 2013 at 10:45 0 0 i Rate This hiii sir i just hv completed my 1st yr frm hnb central university.sir from nowonward only i wants to start preparation for my gate 2016.sir i really2 need guidence and wants to start focusing toward my goal .sir plz tell me wat sud i start studing in 2nd yr wch subjects r most imp. n tell me how to prepare for aptitude frm nwonwards only plz i need guidence sir Reply

whiteswami.wordpress.com/2010/04/06/gate-cs-prepare/

63/66

12/25/13

GATE CS Tips !! | Whiteswami's Blog

Exams Tips September 4th, 2013 at 17:45 0 0 i Rate This Excellent points! Thank you Reply Prashant September 9th, 2013 at 16:41 0 0 i Rate This Please tell me the answers for the following questions.Actually they came in one exam i gave recently but I feel what they mentioned in their answer key is wrong so plz do give your answers I will see if i am right or wrong. Please reply ASAP http://goo.gl/MyMM7g Reply GATE Solutions September 24th, 2013 at 16:58 0 0 i Rate This Hello, Explaining about GATE CS which is really informative and your tips for students is really helpful.
whiteswami.wordpress.com/2010/04/06/gate-cs-prepare/ 64/66

12/25/13

GATE CS Tips !! | Whiteswami's Blog

Thank you. Coaching for GATE | Coaching Institutes for IES |GATE Preparation Reply

4 Trackbacks / Pingbacks
GATE IIT Admissions Whiteswamis Blog May 30th, 2010 at 12:27 2 0 i Rate This [...] preparations. Aspirants seeking guidelines for preparing GATE CS might like to look at my post GATE CS Prepare. I had done pretty well in the preparation of GATE and also featured in top 25 in 2 out of 4 tests [...] 2010 in review Whiteswamis Blog January 2nd, 2011 at 16:42 2 0 i Rate This [...] GATE CS Tips !! April 20109 comments 3 [...] Survey Questions: What was your GATE experience like? - Quora October 17th, 2012 at 07:28 0 0 i Rate This
whiteswami.wordpress.com/2010/04/06/gate-cs-prepare/ 65/66

12/25/13

GATE CS Tips !! | Whiteswami's Blog

[...] K Mishra, spent 3 years in IIT Bombayspent 3 years in IIT Bombayhttp://whiteswami.wordpress.com/http://whiteswami.wordpress.coComment Loading Share Embed Just now Add [...] How Rahul Mishra Cracked GATE To Enter IIT-B October 15th, 2013 at 21:57 0 0 i Rate This [] Based on his experience shared on his blog []

Blog at WordPress.com. | The Dark Wood Theme. Follow

Follow Whiteswami's Blog


Powered by WordPress.com

whiteswami.wordpress.com/2010/04/06/gate-cs-prepare/

66/66

También podría gustarte