#operating-system
Read more stories on Hashnode
Articles with this tag
Deadlock · Define the four necessary conditions that characterize deadlock ? Deadlock can arise if four conditions hold simultaneously. Mutual...
Memory Management · What is the difference between Logical Address and Physical Address Space? Logical and Physical Addresses are same in compile time...
Process Management and Concurrency · How OS creates a process? Initializes the program and the static data. Allocate stack for variables. Allocate...