Deadlock

A Deadlock is a situation where a set of processes are blocked because each process is holding a resource and waiting for another resource acquired by some other process. Consider an example…

0 Comments

Process Management

A question that arises in discussing operating systems involves what to call all the CPU activities. A batch system executes jobs, whereas a time-shared system has user programs or tasks.…

0 Comments

What is Operating System

An Operating System (OS) is software that acts as an interface between computer hardware components and the user. Every computer must have at least one operating system to run other programs. Applications…

0 Comments