Simran Fathima

I'm Pursuing My Btech.

Student at Rishi ms Institute of Technology and engineering for women

First In First Out Page Replacement Algorithm Program.

A C PROGRAM TO STIMULATE THE FIFO PAGE REPLACEMENT ALGORITHM.

Best Fit Contiguous Memory Allocation Techniques Program.

A C PROGRAM TO STIMULATE THE CONTIGUOUS MEMORY ALLOCATION TECHNIQUES IN BEST FIT.

Round Robin Cpu Scheduling Algorithm Program.

A C PROGRAM TO STIMULATE THE ROUND ROBIN CPU SCHEDULING ALGORITHM.

Priority Cpu Scheduling Algorithm Program.

A C PROGRAM TO STIMULATE THE PRIORITY CPU SCHEDULING ALGORITHM.

Worst Fit Contiguous Memory Allocation Techniques Program.

A C PROGRAM TO STIMULATE THE CONTIGUOUS MEMORY ALLOCATION TECHNIQUES IN WORST FIT.

MFT (Multiprogramming with a Fixed number of Tasks) Memory Management Technique Program.

A C PROGRAM TO STIMULATE THE MFT MEMORY MANAGEMENT TECHNIQUE.

Least Frequently Used Page Replacement Algorithm Program.

A C PROGRAM TO STIMULATE THE LFU PAGE REPLACEMENT ALGORITHM.

First Fit Contiguous Memory Allocation Techniques Program.

A C PROGRAM TO STIMULATE THE FIRST FIT CONTIGUOUS MEMORY ALLOCATION TECHNIQUES.

Computer Organization.

I. This document it is explaining about computer organization lab. With the theory, programs n outputs. This lab manual is for R-16 Btech 2nd year CSE group.

Database Management System Text Book.

Here in this document it is explaining about the DBMS (Database management system). All chapters in a clearly way.

Singly Linked List Program.

A C++ PROGRAM THAT USES FUNCTIONS TO PERFORM THE FOLLOWING: A.CREATE A SINGLY LINKED LIST OF INTEGERS. B.DELETE A GIVEN INTEGER FROM THE ABOVE LINKED LIST. C.DISPLAY THE CONTENTS OF THE ABOVE LIST AFTER DELETION.

Stack Operations Program.

A C++ PROGRAM THAT USES STACK OPERATION TO CONVERT A GIVEN INFIX EXPRESSIONS IN TO ITS POSTFIX EXPRESSIONS EQUIVALENT,IMPLEMENTS THE STACK USING AN ARRAY.