Articles by Team EasyExamNotes

Flynn’s Classification

Flyns classification depends on Data stream and Instruction stream. Data stream- A data stream is the operations performed by the processor on data. A data stream … Read more

Process State Diagram

A process passes from number of states during its life, states are as follows-1) New state2) Ready state3) Running state4) Wait state5) Termination state6) Suspend … Read more

How many page faults

Prob. How many page faults will occur with a reference string 0,1,7,2,3,2,7,1,0,3?There are four frames which are initially empty.Use OPTIMAL Page replacement algorithm Sol. OPTIMAL … Read more

File Systems

A filesystem is the methods and data structures that an operating system uses to keep track of files on a disk or partition, that is, … Read more