Mutex Mutex is stand for mutual exclusion object. In computer programming, a mutex is a program object that allows multiple program threads (light weight process) to
Month: September 2015
What is process migration?
Process migration In simple word Process migration means move a process between machines during its lifetime. It is the act
What is process swapping?
process swapping For improving the performance of the system we use the concept of swapping. Swapping is a simple memory/process
What is suspended process?
Suspended process also called blocked process. Sometimes there will be no processes in the Ready state, because they are all
Q97 Write a C Program to find an Armstrong number.
Before writing a program we should know what is Armstrong number. An Armstrong number of three digits is an integer
Q96 Write a C Program to convert Celsius To Fahrenheit.
Conversion of Celsius to Fahrenheit Celsius to Fahrenheit conversion formula is given below fah = ( cel * 9.0 / 5.0