Process Queues When a process is represented in terms of states, they are actually represented in process queues. These queues are generally implemented as Linked Lists. Now as we already know abo
Read MoreStates of a Process Theoretically and practically both combined there are more than 5 states of the process and in our explanation, we are going to learn a process state diagram with the help of 7 st
Read MoreWhat actually is a process in terms of computing? A process is nothing but an instance or a single occurrence of a particular program in an operating system. There can be many cases of a process:
Read MoreMulti-programming? What is it? How does it work? Multi-programming Operating System? It is defined as when a program is treated by the CPU in parts instead of a whole at once and this helps an Operat
Read MoreFew Operating Systems There are several types of operating systems out there in the market but we are going to understand some of the basic ones in order to understand the fundamental basics of compu
Read MoreIntroduction Operating System is an interface between User and Hardware and the relation is shown in the picture below: Things handled by the Operating System Resource Allocating When we have
Read More