While reading this blog, you may be listening to music or doing some other work. In other words, you may be performing different tasks parallelly.…
CPU scheduling algorithm Scheduling of processes/work is done to finish the work on time. CPU Scheduling is a process that allows one process to use the CPU…
What is a Process In the Operating System, a Process is something that is currently under execution. So, an active program can be called 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…
The main difference between hyper threading and multithreading is that hyper threading converts a single physical processor into two virtual processors while multithreading executes multiple…