Compiler Design GATE Questions for Practice Compiler Design GATE Questions for practice are explained in this tutorial. Compiler Design is and important subject for GATE(CS/IT) and UGC NET exam. Compiler design mcq for GATE exam explained in this tutorial will be beneficial for GATE aspirants. So they are requested to practice these questions very well. […]
gate study material for cse
Pipelining GATE Questions
Pipelining GATE Questions and Pipelining Problems with Solution Pipelining questions are generally asked in GATE exam every year. Today in this tutorial we will discuss Pipelining Problems with solutions in detail. Some Pipelining GATE questions are discussed here. Students are suggested to practice these pipelining problems with their solution. Pipelining Gate Questions with Solutions Some […]
Conditional Statements in C Programming
Conditional Statements in C Programming Condition statements in C are used almost in every program written in the C programming language. This is a very important concept and a useful building block of programming construct. Every student should know how to use conditional statements in a C program ? The objective of this tutorial is to […]
File Handling in C Language
File Handling in C Language File handling in c language plays a vital role in managing the data. Here the term managing the data means several tasks to be performed in data management. File handling in c language is used to update, create, read, and delete a file stored on the local file system on […]
ER Diagram Examples Tutorial
Entity Relationship Diagram Explanation with Examples This ER diagram examples based tutorial will learn about some important concepts of entity-relationship diagrams such as ER diagram definition, ER diagram symbols and notations, ER diagram examples, and different components of an ER diagram. The entity Relation Diagram is an important model that helps design relation or table in a relational database […]
Database Management System Tutorials
DBMS Tutorial Database Management Systems or DBMS is an essential subject of the Computer Science Branch. Questions from DBMS are generally asked in the GATE CSE and UGC NET exams. DBMS Tutorial for various topics of DBMS are appropriately explained here. These Database Management System notes are prepared for computer science students or those preparing for the GATE (CS/IT) […]
Network Layer of OSI Model – Design Issues
Design Issues of Network Layer Network Layer in OSI Model and design issues of network layer are covered in this tutorial. This tutorial will be helpful in understanding the concepts of different protocols of the network layer, network layer functions, OSI model of networking. This network layer of OSI tutorial is prepared for computer science […]
Looping Statements in C Programming
Looping Statements in C Programming Looping statements in C are used to repeat a block of code or statements until a condition is satisfied. In C Programming there are three types of Loops For Loop While Loop Do-while Loop This tutorial covers the concepts of looping statements in c with example. Advantages of using loops have […]
Domain Name System Server in Computer Networks
Domain Name System Server in Computer Network Domain Name System Server in Computer Networks is an important concepts of internet. Every web site has a unique Domain Name and IP Address. Today in this post we have explained some important concepts of Domain Name System example. I hope this Domain Name System in Computer Networks […]
IP Address Classes Tutorial
IP Address Classes In this IP Address Classes-based tutorial today, we will learn about IP address-related concepts such as IP Address Meaning, IP Address Classes, types of IP address, Classful Addressing, and loopback IP address and its use. IP Class Addressing is an important topic for the GATE (CS/IT) exam. Some questions based on logical addressing are […]
Physical Layer and It’s Functions
Physical Layer of OSI Model Lowest layer of OSI model is physical layer. Major concerns of this layer is to deal with the physical medium which is used for data communication between sender and receiver node or host or devices. This physical medium is also known as transmission media this may be copper wire, fiber […]
Characteristics of DBMS , DBMS Basics Concepts
Characteristics of DBMS and DBMS Introduction Some Important Characteristics and features of DBMS are as follow – Reduce redundancy Data Consistency Security Concurrent Access Support to SQL Transaction Support Characteristics of Database Management System based this tutorial is specially written for computer science students. This DBMS Tutorial is helpful in understanding the basics concepts of […]
AVL Tree concepts and example
What is AVL Tree ? AVL stands for ADELSON, VELSKI AND LANDIS. It is a tree representation commonly known as ‘AVL TREE’.Here we have explained an avl tree example in the figure. AVL tree is just like a binary search tree(BST) but it is a balanced tree in data structure. Here the the term balanced […]
Types of errors in c programming
Types of errors in c programming What are different types of errors in c ? Difference between syntax error and semantic error. How logical errors are different from run time errors?. Differentiate compiler and interpreter. In this technical article different types of errors in c programming are explained. This article also covers the difference between syntax […]
Memory Management GATE Questions and Answers
Memory Management GATE Questions Memory Management GATE Questions are always asked in the GATE examination. Memory Management is an important topic of operating system This post covers the memory management questions and answers for GATE exam. Various gate questions on virtual memory are explained in this post. So let’s practice these operating system memory management […]
Cache Memory and Types of Cache Memory
Cache Memory and Types of Cache Memory Cache memory is also known as associative memory. Cache memory plays and important in computer architecture. Today in this tutorial we explained the cache memory concepts. Overview of cache memory, types of cache memory and locality of references are also explained here in this tutorial. Questions related to […]
Types of Addressing Modes in Computer Architecture
Types of Addressing Modes Types of addressing modes are an important topic in computer architecture. Questions are always asked in the GATE (CS/IT) and UGC NET(CS) Exam. Students who are preparing for the GATE exam are requested to read this tutorial completely. After reading this tutorial, they will able to solve the questions asked in GATE. Addressing […]
Thrashing in Operating System | Cause of Thrashing in OS
Causes of Thrashing in OS The causes of thrashing in os are explained here in this tutorial. In this thrashing tutorial, we will learn about Thrashing and its causes and how to overcome Thrashing in os. Dear readers after reading this tutorial you will able to answer the questions related to thrashing concept is operating system. Frequently Asked Questions After reading […]
Types of Operating System
Types of Operating System Tutorial In this operating system tutorial, we will study some basic concepts of operating systems and the types of operating systems commonly used in different real-world applications. This Topic is mainly helpful for computer science students. Some time a conceptual question of 1 mark is asked from Operating System Types in GATE(CS/IT) and UGC […]
Threads in operating system
Threads in Operating System Threads in operating system play an important role in improving the overall performance. There are several benefits of using the threads. These benefits are discussed in this tutorial. Multithreading is an important concept used by most of the operating system. Computer science students should have knowledge about threads and multithreading. Questions […]