And they release the syllabus every year. Preparing for GATE like any other entrance exams require a disciplined approach and if you are a really self disciplined person then nothing can be better than online courses. Previous Year GATE; GATE Overflow Book; Aptitude Overflow; Analysis; About Us; GATE CSE. 1 New Syllabus; 2 … Similarly, the dates for the registration, admit card and result is also announced in the latest GATE Brochure. How to Prepare for Microsoft Software Development Engineering Interview? Start Your Preparation Today We provide best collection of basic to advanced level topic wise and miscellaneous test. I was a third-year student at M.B.M. cscopeacademy@gmail.com +91-8299729830, 9717278579. Section 4: Programming and Data Structures, Section 8: Computer Organization and Architecture. When does the worst case of Quicksort occur? GATE 2021 Exam Preparation Solved Questions Papers – This app is by GATE EduRev. Every year 7 Indian Institute of Technology (IIT) and Indian Institute of Science IISc conducts exams which leads to admission in M.E, MTech, PhD and other PSUs. Network Devices (Hub, Repeater, Bridge, Switch, Router and Gateways), Cryptography | Introduction to Crypto-terminologies, Types of DNS Attacks and Tactics for Security, Types of Security attacks | Active and Passive attacks, LZW (Lempel–Ziv–Welch) Compression technique, RSA Algorithm using Multiple Precision Arithmetic Library, Weak RSA decryption with Chinese-remainder theorem, Implementation of Diffie-Hellman Algorithm, HTTP Non-Persistent & Persistent Connection | Set 2 (Practice Question), Commonly asked Computer Networks Interview Questions | Set 1, Notes – Web Resources on Computer Networks by Tanenbaum, Instruction Formats (Zero, One, Two and Three Address Instruction), Single Accumulator based CPU organization, Difference between CALL and JUMP instructions, Hardware architecture (parallel computing), Hardwired v/s Micro-programmed Control Unit, Hardwired Vs Micro-programmed Control unit | Set 2, Horizontal micro-programmed Vs Vertical micro-programmed control unit, Pipelining | Set 1 (Execution, Stages and Throughput), Pipelining | Set 2 (Dependencies and Data Hazard), Memory Hierarchy Design and its Characteristics. What is the syllabus for GATE 2021? You can refer the syllabus which is present in the website: GATE CS Syllabus; Regularly study for 6 hours if you’re preparing in the last 7-8 months. Clearing the competitive exams like GATE with flying colors demands good preparation … Sudo GATE will help the aspirants track and improve the preparation through questions of various difficulty levels. ACET Unique Features of Avatto's app are - 1. Also, indexing the topics according to their difficulty level will make things … What’s difference between Priority Inversion and Priority Inheritance ? Looking at the students interest, I am sharing a study plan forGATE Preparation and have named it “GATE Preparation in 90 days”. These may or may not work for everyone but this is how I went about preparing for GATE myself. The app provides preparation guidance for GATE CE, ME, EE, CS, ECE. Stay calm as GATE consists of 10 subjects at a time so it’s all about the mind game. 90 likes. of a’s and b’s}, Closure Properties of Context Free Languages, Converting Context Free Grammar to Chomsky Normal Form, Converting Context Free Grammar to Greibach Normal Form, Relationship between grammar and language, Context-sensitive Grammar (CSG) and Language (CSL), Recursive and Recursive Enumerable Languages, Construct a Turing Machine for language L = {0, Construct a Turing Machine for language L = {ww, Construct a Turing Machine for language L = {ww | w ∈ {0,1}}, Proof that Hamiltonian Path is NP-Complete, CATEGORY ARCHIVES: THEORY OF COMPUTATION & AUTOMATA, Last Minute Notes – Theory of Computation, Practice problems on finite automata | Set 2, Context free languages and Push-down automata, Recursively enumerable sets and Turing machines, C program to detect tokens in a C program, Program to calculate First and Follow sets of given grammar, S – attributed and L – attributed SDTs in Syntax directed translation, Detection of a Loop in Three Address Code, MCQ on Memory allocation and compilation process, Difference between combinational and sequential circuit, Half Adder and Half Subtractor using NAND NOR gates, Amortized analysis for increment in counter, Code Converters – BCD(8421) to/from Excess-3, Code Converters – Binary to/from Gray Code, Program for Hexadecimal to Decimal Conversion. Trick is that if any problem takes more than 2 to 3 steps then you’re probably solving it wrong, so you would skip that question and solve it in the end. Note down GATE Latest syllabus. Process Management | Deadlock Introduction, Program for Banker’s Algorithm | Set 1 (Safety Algorithm), Banker’s Algorithm : Print all the safe state, Methods of resource allocation to processes by operating system, Mapping virtual address to physical addresses, Logical vs Physical Address in Operating System, Memory Management | Partition Allocation Method, Program for First Fit algorithm in Memory Management, Program for Next Fit algorithm in Memory Management, Program for Optimal Page Replacement Algorithm, Second Chance (or Clock) Page Replacement Policy, Difference between Spooling and Buffering, Difference between FAT32, exFAT, and NTFS File System, Program for SSTF disk scheduling algorithm, Commonly Asked Operating Systems Interview Questions | Set 1, Book – William Stallings Practice Problems and Solutions, Notes – Some Interesting problems on Virtual memory, Database Management System – Introduction | Set 1, Database Management System Introduction | Set 2 (3-Tier Architecture), Mapping from ER Model to Relational Model, Relational Model Introduction and Codd Rules, Keys in Relational Model (Candidate, Super, Primary, Alternate and Foreign), DBMS | How to solve Relational Algebra problems for GATE, DBMS | Row oriented vs. column oriented data stores, Functional Dependency and Attribute Closure, Finding Attribute Closure and Candidate Keys using Functional Dependencies, Lossless Join and Dependency Preserving Decomposition, DBMS | How to find the highest normal form of a relation, Armstrong’s Axioms in Functional Dependency, SQL queries on clustered and non-clustered Indexes, DBMS | Types of Recoverability of Schedules and easiest way to test schedule, Precedence Graph For Testing Conflict Serializability. Attention reader! The GATE CS Engineering 2019 Exam Prep App is powered by the Youth4work Group which is one of the top portals in India created and aimed to carefully prepare Computer Science Engineering Student in only a few months to become top students in the GATE test and for other advanced competitive exams preparation. Download the following notes by clicking on the download button. GATE Class Notes … Please Improve this article if you find anything incorrect by clicking on the "Improve Article" button below. How to make Mergesort to perform O(n) comparisons in best case? I knew I couldn’t get much if I had been here only. You will have confusion or problem with many subjects. Hello Rohit , Yes you can clear GATE exam with very good rank if you just study 1-2 hours daily targeting GATE exam. Count Inversions in an array | Set 1 (Using Merge Sort), Divide and Conquer | Set 2 (Closest Pair of Points), Divide and Conquer | Set 5 (Strassen’s Matrix Multiplication), K’th Smallest/Largest Element in Unsorted Array | Set 2 (Expected Linear Time), Greedy Algorithms | Set 1 (Activity Selection Problem), Job Sequencing Problem | Set 1 (Greedy Algorithm), Greedy Algorithms | Set 3 (Huffman Coding), Greedy Algorithms | Set 4 (Efficient Huffman Coding for Sorted Input), Greedy Algorithms | Set 2 (Kruskal’s Minimum Spanning Tree Algorithm), Greedy Algorithms | Set 5 (Prim’s Minimum Spanning Tree (MST)), Greedy Algorithms | Set 6 (Prim’s MST for Adjacency List Representation), Applications of Minimum Spanning Tree Problem, Greedy Algorithms | Set 7 (Dijkstra’s shortest path algorithm), Greedy Algorithms | Set 8 (Dijkstra’s Algorithm for Adjacency List Representation), Greedy Algorithm to find Minimum number of Coins, Breadth First Traversal or BFS for a Graph, Disjoint Set (Or Union-Find) | Set 1 (Detect Cycle in an Undirected Graph), Some interesting shortest path questions | Set 1, Shortest path with exactly k edges in a directed and weighted graph, Articulation Points (or Cut Vertices) in a Graph, Check if a graph is strongly connected | Set 1 (Kosaraju using DFS), Graph Algorithms | DFS and BFS | Minimum Spanning Tree | Shortest Paths | Connectivity, Dynamic Programming | Set 1 (Overlapping Subproblems Property), Dynamic Programming | Set 2 (Optimal Substructure Property), Dynamic Programming | Set 4 (Longest Common Subsequence), Dynamic Programming | Set 8 (Matrix Chain Multiplication), Dynamic Programming | Set 10 ( 0-1 Knapsack Problem), Dynamic Programming | Set 6 (Min Cost Path), Dynamic Programming | Set 25 (Subset Sum Problem), Dynamic Programming | Set 23 (Bellman–Ford Algorithm), Dynamic Programming | Set 16 (Floyd Warshall Algorithm), Total number of non-decreasing numbers with n digits, Vertex Cover Problem | Set 2 (Dynamic Programming Solution for Tree), Smallest power of 2 greater than or equal to n, Travelling Salesman Problem | Set 1 (Naive and Dynamic Programming), Travelling Salesman Problem | Set 2 (Approximate using MST), Find subarray with given sum | Set 2 (Handles Negative Numbers), Largest subarray with equal number of 0s and 1s, Find four elements a, b, c and d in an array such that a+b = c+d, Given an array A[] and a number x, check for pair in A[] with sum as x, Union and Intersection of two Linked Lists, Find whether an array is subset of another array | Added Method 3, Top 20 Hashing Technique based Interview Questions, Commonly Asked Algorithm Interview Questions | Set 1, Notes – Master Theorem problems and answers, Principle of programming languages | Set 1, Commonly Asked Data Structure Interview Questions | Set 1, Privileged and Non-Privileged Instructions, Process Table and Process Control Block (PCB), Difference between dispatcher and scheduler, Program for FCFS Scheduling | Set 2 (Processes with different arrival times), Program for preemptive priority CPU scheduling, Program for Round Robin scheduling | Set 1, Round Robin Scheduling with different arrival times, Program for Shortest Job First (or SJF) scheduling | Set 1 (Non- preemptive), Program for Shortest Job First (SJF) scheduling | Set 2 (Preemptive), Shortest Job First scheduling with predicted burst time, Longest Remaining Time First (LRTF) algorithm, Longest Remaining Time First (LRTF) Program, Highest Response Ratio Next (HRRN) Scheduling, Priority Scheduling with different arrival time | Set 2, Starvation and Aging in Operating Systems, Process-based and Thread-based Multitasking, Monolithic Kernel and key differences from Microkernel, Difference between multitasking, multithreading and multiprocessing, Operating System | Process Synchronization | Set 2, Peterson’s Algorithm for Mutual Exclusion | Set 1 (Basic C implementation), Peterson’s Algorithm for Mutual Exclusion | Set 2 (CPU Cycles and Memory Fence), Peterson’s Algorithm (Using processes and shared memory), Readers-Writers Problem | Set 1 (Introduction and Readers Preference Solution), Producer Consumer Problem using Semaphores | Set 1, Producer-Consumer solution using Semaphores in Java | Set 2, Dining-Philosophers Solution Using Monitors, Dining Philosopher Problem Using Semaphores. Avatto's app helps in preparation of many exams like - 1. We use cookies to ensure you have the best browsing experience on our website. For example, you can start with General Aptitude because this section does require much time and also the weightage of this section very less in the … Usually GATE preparations requires 7-8 months and finish one topic at a time. Aggarwal, Introduction to Propositional Logic Set 1, Introduction to Propositional Logic Set 2, Inclusion-Exclusion and its various Applications, Closure of Relations and Equivalence Relations, Inverse functions and composition of functions, Walks, Trails, Paths, Cycles and Circuits in Graph, Number of nodes and height of binary tree, Graph measurements: length, distance, diameter, eccentricity, radius, center, Different types of recurrence relations and their solutions, Bayes’s formula for Conditional Probability, Probability Distributions Set 1 (Uniform Distribution), Probability Distributions Set 2 (Exponential Distribution), Probability Distributions Set 3 (Normal Distribution), Probability Distributions Set 4 (Binomial Distribution), Probability Distributions Set 5 (Poisson Distribution), Finding nth term of any polynomial sequence, CATEGORY ARCHIVES: ENGINEERING MATHEMATICS, Last Minute Notes – Engineering Mathematics, Video – MIT Discrete Mathematics Lectures, Analysis of Algorithms | Set 1 (Asymptotic Analysis), Analysis of Algorithms | Set 2 (Worst, Average and Best Cases), Analysis of Algorithms | Set 3 (Asymptotic Notations), Analysis of Algorithms | Set 4 (Analysis of Loops), Analysis of Algorithm | Set 5 (Amortized Analysis Introduction), Analysis of algorithms | little o and little omega notations, Analysis of Algorithm | Set 4 (Solving Recurrences), Divide and Conquer | Set 1 (Introduction). What’s difference between Ping and Traceroute? How To Prepare For InfyTQ (Infosys Certification Exam)? Previous year papers GATE CS, solutions and explanations year-wise and topic-wise. GATE Online Coaching free, Top 15 YouTube Channel for GATE Preparation. UGC-NET. As well as we teach programming language C, C++,Java, Python and we also provide placement preparation to students,who are looking to get placed in TOP MNC's. Make individual notes of your own. Yes. Minimization, Number representations and computer arithmetic (fixed and floating point). Previous year questions will help you to understand the depth of the subject in GATE examination. It is updated according to latest Syllabus 2. Data Scientist 7. How to prepare in Last 10 days to score high in GATE? By using our site, you Ideal course for student starting their GATE prep early I can assure you if youprepare for GATE Exam as per 90 days plan, it will be good enough to crack GATE Exam. view Now There will be two sessions (forenoon & afternoon) conducted each day on 5th, 6th, 7th, 12th, 13tth & 14th February 2020. Go through different websites like NPTEL, GFG and Youtube for tough topics. Don’t stop learning now. I secured All India Rank 62 in GATE 2020 CSE. Please use ide.geeksforgeeks.org, generate link and share the link here. Prepare for GATE (Graduate Aptitude Test In Engineering) Preparation- Computer Science & Information Technology from Top Educators with comprehensive, structured and crash courses along with practice section for GATE (Graduate Aptitude Test In Engineering) Preparation- Computer Science & Information Technology for free. Make individual notes of your own. A platform wherein complete learning could be made with the help of Open course & free videos and customized quiz, materials, useful links, discussions, mock exams from btechguru.com. Experience, Sets, relations, functions, partial orders and lattices. What’s difference between http:// and https:// ? CMA foundation 9. What’s difference between HTML and HTTP ? Buy test series as many as possible, Test series help a lot to clear the exam. Contact us Featured … We use cookies to ensure you have the best browsing experience on our website. GATE … There are some questions related to the Gate preparation, students ask me. Blog. It is being conducted once a year and the eligibility criteria is 3rd year student and above. Multiplexing and Demultiplexing in Transport Layer, Dynamic Host Configuration Protocol (DHCP). Restoring Division Algorithm For Unsigned Integer, Non-Restoring Division For Unsigned Integer, CATEGORY ARCHIVES: DIGITAL ELECTRONICS & LOGIC DESIGN, Notes – IEEE Standard 754 Floating Point Numbers, Important Topics for GATE 2020 Computer Science, Top 5 Topics for Each Section of GATE CS Syllabus. GATE Exam 2021 Preparation Timetable - Careers360 presents the strategy to devise a proper GATE preparation time table. UGC NET Commerce Exams 4. What’s difference between The Internet and The Web ? UGC NET Paper 1 2. Try finishing your notes before last 3 months and solve all the previous year papers and revise well in the last month. (Every year it is organized by one of the IITs). You need this while preparation. Contents. The GATE exam will be Computer Based Test (CBT) consisting of three kinds of questions, Multiple Choice Questions (MCQ), Multiple Select Questions (MSQ), and Numerical Answer Type (NAT) Questions. Now, GATE exam is just a few months away ( GATE CS 2021 Official Important Dates), so GeeksforGeeks is here to help you gauge your GATE preparation and guide you through this crucial time. The GATE Exam will be 180 minutes long. Topic-wise GATE Handwritten Notes and best study material for GATE 2021 exam preparation. UGC NET Computer Science 3. CScope Academy is a best GATE CS/IT caoching institute in Gwalior which runs by IIT Alumni. Preparation; Experiences; GATE CSE Resources. We have collected subject-wise study material and notes of all GATE papers (ME, CE, EE, CS & ECE) . Difference between Big Oh, Big Omega and Big Theta, Difference between NP hard and NP complete problem, Software Engineering | Classification of Software Requirements, Draw a moving car using computer graphics programming in C, Write Interview Preparation Tips for GATE CS Paper. Why is Binary Search preferred over Ternary Search? A 9 months preparation plan. UGC NET Management Exam 5.GATE Computer Science 6. The app is specially designed for GATE ME, CSE, EE, CE, ECE. I would like to appreciate your passion towards GATE exam and your eagerness for clearing this exam. CFA Level 1 10. Key Features of the GATE CS 2021 Course "Get the BEST of both online and offline experience" No Pre-requisites, We will cover the concepts from fundamentals. GATE CSE exam pattern 2021 has been released along with the detailed brochure. How to read Standard books? … There will be two Test Series covering the whole syllabus of GATE, including Mathematics and Aptitude. Please write to us at contribute@geeksforgeeks.org to report any issue with the above content. It saves user progress 3. Importance of Sudo GATE CS 2021 Test Series, 6 Tips to Prepare Behavioural Interview Questions. Writing code in comment? If you like GeeksforGeeks and would like to contribute, you can also write an article using contribute.geeksforgeeks.org or mail your article to contribute@geeksforgeeks.org. Get hold of all the important CS Theory concepts for SDE interviews with the CS Theory Course at a student-friendly price and become industry ready. Look at the table below and get all the important dates for the upcoming GATE CS exam. Prepare for GATE CS & IT Exam, Highest Slection ratio in India for GATE Computer Science Coaching. This page contains GATE CS Preparation Notes / Tutorials on Mathematics, Digital Logic, Computer Organization and Architecture, Programming and Data Structures, Algorithms, Theory of Computation, Compiler Design, Operating Systems, Database Management Systems (DBMS), and Computer Networks listed according to the GATE CS 2021 syllabus. Gate preparation. admin September 28, 2017 at 10:48 am. Clear your basic concepts for engineering with the help of short videos, problem discussion by expert faculty. Priority Interrupts | (S/W Polling and Daisy Chaining), Asynchronous input output synchronization, Human – Computer interaction through the ages, CATEGORY ARCHIVES: COMPUTER ORGANIZATION & ARCHITECTURE, Regular Expressions, Regular Grammar and Regular Languages, How to identify if a language is regular or not, Designing Finite Automata from Regular Expression, Generating regular expression from finite automata, Union & Intersection of Regular languages with CFL, Designing Deterministic Finite Automata (Set 1), Designing Deterministic Finite Automata (Set 2), DFA of a string with at least two 0’s and at least two 1’s, DFA machines accepting odd number of 0’s or/and even number of 1’s, Star Height of Regular Expression and Regular Language, Difference between Mealy machine and Moore machine, Pushdown Automata Acceptance by Final State, Check if the language is Context Free or Not, Construct Pushdown Automata for given languages, Construct Pushdown Automata for all length palindrome, NPDA for the language L ={wϵ{a,b}*| w contains equal no. This will help you learn and recollect all the concepts. acknowledge that you have read and understood our, GATE CS Original Papers and Official Keys, ISRO CS Original Papers and Official Keys, ISRO CS Syllabus for Scientist/Engineer Exam, Placements | English | Error Detection and Correction, Placements | English | Passage/Sentence Re-arrangement, Placements | English | Fill in the Blanks, Placements | English | Comprehension Passages, Book – Quantitative Aptitude by R.S. Before moving on with some preparation tips, it is very important that candidates should have good knowledge about exam pattern and syllabus of Computer Science and Information Technology. Best Books for GATE 2021-Candidates preparing for GATE 2021 should have the details of the best GATE 2021 books. Free videos: YouTube (Not full course) But good for initiating the preparation.The sources are already mentioned in … Guyse u can upload your gate related questions here and we will try to ans them. This will help you learn and recollect all the concepts. GATE CS and IT exam paper consist of questions from aptitude and the core subjects (CS and IT). See your article appearing on the GeeksforGeeks main page and help other Geeks. Write Interview Home. How to Prepare For GSoC (Google Summer of Code) - A Complete Guide. Resource Portal of GATE Overflow . Why Quick Sort preferred for Arrays and Merge Sort for Linked Lists? The GATE CS exam will be conducted in the month of February 2021. Many more such questions float in the mind before starting GATE preparation. This is fully updated class notes for all GATE/IES/PSU candidates. How DHCP server dynamically assigns IP address to a host? Simple network management protocol (SNMP), HTTP Non-Persistent & Persistent Connection, Multipurpose Internet mail extension (MIME). Test paper has been set by our experienced team dedicated in researching the pattern of Gate papers. After the test we provide fully solved and solutions with detailed explaination of each topic. In this post I will discuss some ideas related to GATE preparation. How to test if two schedules are View Equal or not ? How to Prepare a Word List for the GRE General Test, Important Tips on How To Prepare for the GRE. No Pre-requisites, We will cover the concepts from fundamentals. Pro-One is a product from btechguru.com that helps in the preparation of technical competitive exams such as GATE, IES, DRDO, BARC, JTO, etc. Graduate Aptitude Test in Engineering (GATE) is one of the toughest exams all over India. Understanding GATE syllabus prior starting GATE preparation will help the candidates effectively plan the preparation strategy and score better marks. It is advised to start preparing early, preferably in the pre-final year of the undergraduate programme so that students have ample time to cover the entire GATE syllabus. GATE is possible without coaching and there is no compulsion to join any coaching. Take a print out of it or write it on your pad or just bookmark the page. CS foundation 8. Explanation of each question will be provided at … Tracks will cover important questions from previous GATE CS exams, whereas in Contests will have contain fresh questions. By using our site, you What’s difference between 1’s Complement and 2’s Complement? How to prepare for Google Asia Pacific University (APAC) Test ? Reply. It has an on and average passing percentage of 15 to 20 percent. However, students with a good basic understanding of all subjects covered in the GATE can crack the exam in as less as 6 months preparation and that too with a good score. Check the detailed information about topics from GATE CSE Paper here, GENERAL APTITUDE. GATE 2021 will be conducted by IIT Bombay. I am first year student cs branch..can I try preparation of gate exam.can I successfully qulify gate exam. It consists of 100 marks paper which consists of 65 questions. It will help to know the topics that will feature in the entrance exam. You can refer the syllabus which is present in the website: Regularly study for 6 hours if you’re preparing in the last 7-8 months. GATE (CS/IT) Placement Preparation. Go through different websites like NPTEL, GFG and Youtube for tough topics. GATE CS Preparation by Manu Kaushik on 4:21 pm 0 Comment GATE CS Preparation . October 23, 2015 by Arjun Suresh 19 Comments. Ideally you should have started the preparation by now. This page contains GATE CS Preparation Notes / Tutorials on Mathematics, Digital Logic, Computer Organization and Architecture, Programming and Data Structures, Algorithms, Theory of Computation, Compiler Design, Operating Systems, Database Management Systems (DBMS), and Computer Networks listed according to the GATE CS 2021 syllabus. How to prepare test case report for a Project? Usually GATE preparations requires 7-8 months and finish one topic at a time. We teach each concept from the ground up assuming you have no background in them. Experience. GATE CSE Division of Syllabus for Three-Month Preparation When you are preparing for an entrance exam like GATE in three months, it is important to give allocate more time for the exam preparation. Concurrency Control Protocols | Lock Based Protocol, Concurrency Control Protocol | Two Phase Locking (2-PL)-I, Concurrency Control Protocol | Two Phase Locking (2-PL)-II, Concurrency Control Protocol | Two Phase Locking (2-PL)-III, Concurrency Control Protocol | Thomas Write Rule, Concurrency Control Protocols | Timestamp Ordering Protocols, Concurrency Control Protocol | Multiple Granularity Locking, Concurrency Control Protocol | Graph Based Protocol, Introduction to TimeStamp and Deadlock Prevention Schemes, File Organization – Set 2 (Hashing in DBMS), Database File Indexing – B+ Tree (Introduction), File structures (sequential files, indexing, B and B+ trees), Commonly asked DBMS interview questions | Set 1, Commonly asked DBMS interview questions | Set 2, Notes – Lecture Slides Silberschatz, Korth and Sudarshan, Notes – Lecture Slides Raghu Ramakrishnan and Johannes Gehrke, Notes – Stanford DBMS course Lecture Slides, Types of area networks – LAN, MAN and WAN, Transmission Modes in Computer Networks (Simplex, Half-Duplex and Full-Duplex), Difference between Unipolar, Polar and Bipolar Line Coding Schemes, Difference between Broadband and Baseband Transmission, Difference between Byte stuffing and Bit stuffing, Sliding Window Protocol | Set 1 (Sender Side), Sliding Window Protocol | Set 2 (Receiver Side), Sliding Window Protocol | Set 3 (Selective Repeat), Sliding Window protocols Summary With Questions, Program to remotely Power On a PC over the internet using the Wake-on-LAN protocol, Program to calculate the Round Trip Time (RTT), Maximum data rate (channel capacity) for noiseless and noisy channels, Difference between Unicast, Broadcast and Multicast, IP Addressing | Introduction and Classful Addressing, Network Layer | Introduction and IPv4 Datagram Header, Network Layer | Ipv4 Datagram Fragmentation and Delays, Internet Protocol version 6 (IPv6) Header, Computer Networks | Longest Prefix Matching in Routers, Program to determine class, Network and Host ID of an IPv4 address, C Program to find IP Address, Subnet Mask & Default Gateway, Introduction to variable length subnet mask (VLSM), Types of Network address translation (NAT), Classification of Routing Algorithms – Set 1, Distance vector routing v/s Link state routing, Routing Protocols Set 1 (Distance Vector Routing), Route Poisoning and Count to infinity problem, Internet Control Message Protocol (ICMP) | Computer Networks, Root Bridge Election in Spanning Tree Protocol, Features of Enhanced Interior Gateway Routing Protocol (EIGRP), Administrative Distance (AD) and Autonomous System (AS), Differences between Virtual Circuits & Datagram Networks, Computer Network | Circuit Switching VS Packet Switching, ARP, Reverse ARP(RARP), Inverse ARP(InARP), Proxy ARP and Gratuitous ARP, Difference between layer-2 and layer-3 switches. How to prepare for Infosys - The Complete guide. Must Read: PSU Recruitment through GATE 2021 for CS/IT. Top quality content, test series & study material. While you are preparing for the Gate-2020 Exam. What is Competitive Programming and How to Prepare for It? acknowledge that you have read and understood our, GATE CS Original Papers and Official Keys, ISRO CS Original Papers and Official Keys, ISRO CS Syllabus for Scientist/Engineer Exam, Important Topics for GATE 2020 Computer Science, Top 5 Topics for Each Section of GATE CS Syllabus, Previous Year Gate CSE/IT papers with solutions, GATE Cut-offs needed to get into IITs, NITs, etc, Gate 2019 Mock Test | Geeksforgeeks Sudo-GATE, Software Engineering | Coupling and Cohesion. I started my preparation from April 26 , 2019. Monoids, Groups, Mean, median, mode and standard deviation, Uniform, normal, exponential, Poisson and binomial distributions, Conditional probability and Bayes theorem, Asymptotic worst case time and space complexity, Graph traversals, minimum spanning trees, shortest paths, Arrays, stacks, queues, linked lists, trees, binary search trees, binary heaps, graphs, Processes, System calls, threads, CPU scheduling, Inter‐process communication, concurrency and synchronization, deadlock, File organization, indexing (e.g., B and B+ trees), Machine instructions and addressing modes, Context-free grammars and push-down automata, Regular and context-free languages, pumping lemma, Lexical analysis, parsing, syntax-directed translation, Combinational and sequential circuits. Here is my story of GATE 2019 preparation. Engineering College, Jodhpur (a regular Tier — 3 college). These are the scan copy of notebooks written by students while studying for the competitive exam preparation. Verbal Aptitude . You are here: Home / Preparation / Books, Videos & Mock Tests / Best Books for GATE CSE Best Books for GATE CSE. Learn what is included in the GATE syllabus - It is important that you know what the GATE syllabus for CS is before starting your preparation for GATE. FAQ. Also, check GATE 2021 preparation tips, important topics and previous year toppers advice and much more. What’s difference between CPU Cache and TLB? When to Start As of writing this post, its September. Once you have gone through the syllabus of GATE, break it down in smaller segments to be tackled one at a time. The following study material is useful for GATE/IES/PSUs exam. Study Online from best faculties of top IIT's & IISc. Please write comments if you find anything incorrect, or you want to share more information about the topic discussed above! The division of syllabus is same as six-month preparation.