Lecture Notes by Michael K

Monday, October 12, 2015

LFU Program

›
LFU Program #include<stdio.h> struct page    {       int pno;       int counter;     }pages[10]; void print(int a[],int n)     { ...
Wednesday, October 7, 2015

LRU Program

›
                                      LRU Program #include<stdio.h> struct page    {       int pno;       int at;       }pages[...
Wednesday, September 30, 2015

FIFO- Page Replacement Algorithms

›
Program for FIFO PAge Replacement Algorithm #include<stdio.h> #include<conio.h> void print(int a[],int n)    {...
Friday, September 25, 2015

Main Memory - ppt link & paging doc

›
Main Memory Download  PPT paging DOC Paging: ·         NO External Fragmentation ·         But Internal Fragmentation exist...

CONTIGUOUS MEMORY ALLOCATION

›
CONTIGUOUS MEMORY ALLOCATION Download here  Contiguous Memory Allocation ·          Memory is divided into 2 partitions: 1.       ...
‹
›
Home
View web version

About Me

My photo
Michael Kona
Vijayawada, Andhra Pradesh, India
Working as Assistant Professor in the Department of CSE, PVP Siddhartha Institute of Technology.
View my complete profile
Powered by Blogger.