<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: Program for FIFO page replacement algorithm	</title>
	<atom:link href="https://studentprojects.in/software-development/c-tutorials/c/program-for-fifo-page-replacement-algorithm/feed/" rel="self" type="application/rss+xml" />
	<link>https://studentprojects.in/software-development/c-tutorials/c/program-for-fifo-page-replacement-algorithm/</link>
	<description>Microcontroller projects, Circuit Diagrams, Project Ideas</description>
	<lastBuildDate>Fri, 21 Aug 2015 06:08:41 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.1.7</generator>
	<item>
		<title>
		By: NIRAJ		</title>
		<link>https://studentprojects.in/software-development/c-tutorials/c/program-for-fifo-page-replacement-algorithm/comment-page-1/#comment-125521</link>

		<dc:creator><![CDATA[NIRAJ]]></dc:creator>
		<pubDate>Fri, 21 Aug 2015 06:08:41 +0000</pubDate>
		<guid isPermaLink="false">http://studentprojects.in/?p=773#comment-125521</guid>

					<description><![CDATA[Check this simple program http://www.javaengineeringprograms.com/first-in-first-out-page-replacement-algorithm-fifo-program-in-java/]]></description>
			<content:encoded><![CDATA[<p>Check this simple program <a href="http://www.javaengineeringprograms.com/first-in-first-out-page-replacement-algorithm-fifo-program-in-java/" rel="nofollow ugc">http://www.javaengineeringprograms.com/first-in-first-out-page-replacement-algorithm-fifo-program-in-java/</a></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Aditya pareek		</title>
		<link>https://studentprojects.in/software-development/c-tutorials/c/program-for-fifo-page-replacement-algorithm/comment-page-1/#comment-54284</link>

		<dc:creator><![CDATA[Aditya pareek]]></dc:creator>
		<pubDate>Sun, 30 Nov 2014 13:33:06 +0000</pubDate>
		<guid isPermaLink="false">http://studentprojects.in/?p=773#comment-54284</guid>

					<description><![CDATA[And also there will be a line
Pf++ just before line 33 because initially when we enter pages in frame array the page fault is considered because that page was not present there in the frames.]]></description>
			<content:encoded><![CDATA[<p>And also there will be a line<br />
Pf++ just before line 33 because initially when we enter pages in frame array the page fault is considered because that page was not present there in the frames.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Aditya pareek		</title>
		<link>https://studentprojects.in/software-development/c-tutorials/c/program-for-fifo-page-replacement-algorithm/comment-page-1/#comment-54272</link>

		<dc:creator><![CDATA[Aditya pareek]]></dc:creator>
		<pubDate>Sun, 30 Nov 2014 12:34:50 +0000</pubDate>
		<guid isPermaLink="false">http://studentprojects.in/?p=773#comment-54272</guid>

					<description><![CDATA[Sorry but the program is incorrect it won&#039;t give right answer unless you 
Replace line no.  18 from 
for(i=0;i&#060;12;i++)
To 
for(i=0;i&#060;frsize;i++)]]></description>
			<content:encoded><![CDATA[<p>Sorry but the program is incorrect it won&#8217;t give right answer unless you<br />
Replace line no.  18 from<br />
for(i=0;i&lt;12;i++)<br />
To<br />
for(i=0;i&lt;frsize;i++)</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: anum bakhtiar		</title>
		<link>https://studentprojects.in/software-development/c-tutorials/c/program-for-fifo-page-replacement-algorithm/comment-page-1/#comment-10402</link>

		<dc:creator><![CDATA[anum bakhtiar]]></dc:creator>
		<pubDate>Sun, 12 Jan 2014 08:50:49 +0000</pubDate>
		<guid isPermaLink="false">http://studentprojects.in/?p=773#comment-10402</guid>

					<description><![CDATA[hey all i need simulation of not recently used page replacement in c or c++ 
help me in this ........ if some one have then send me on my mail
bsse.2641@gmail.com]]></description>
			<content:encoded><![CDATA[<p>hey all i need simulation of not recently used page replacement in c or c++<br />
help me in this &#8230;&#8230;.. if some one have then send me on my mail<br />
<a href="mailto:bsse.2641@gmail.com">bsse.2641@gmail.com</a></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Rex_of_linux		</title>
		<link>https://studentprojects.in/software-development/c-tutorials/c/program-for-fifo-page-replacement-algorithm/comment-page-1/#comment-10368</link>

		<dc:creator><![CDATA[Rex_of_linux]]></dc:creator>
		<pubDate>Mon, 02 Dec 2013 14:27:38 +0000</pubDate>
		<guid isPermaLink="false">http://studentprojects.in/?p=773#comment-10368</guid>

					<description><![CDATA[jab na aaye na to program nai post karna chahiye !!!
ache se padh le phir program post kareooo
You know moron, How to calculate Page fault,if didn&#039;t know then y u The bullshit are u doing.....A Poor Worker Alwaz Blame His Tools .]]></description>
			<content:encoded><![CDATA[<p>jab na aaye na to program nai post karna chahiye !!!<br />
ache se padh le phir program post kareooo<br />
You know moron, How to calculate Page fault,if didn&#8217;t know then y u The bullshit are u doing&#8230;..A Poor Worker Alwaz Blame His Tools .</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: vishwa		</title>
		<link>https://studentprojects.in/software-development/c-tutorials/c/program-for-fifo-page-replacement-algorithm/comment-page-1/#comment-10022</link>

		<dc:creator><![CDATA[vishwa]]></dc:creator>
		<pubDate>Fri, 16 Aug 2013 15:49:12 +0000</pubDate>
		<guid isPermaLink="false">http://studentprojects.in/?p=773#comment-10022</guid>

					<description><![CDATA[line 34 is flag=0;]]></description>
			<content:encoded><![CDATA[<p>line 34 is flag=0;</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: sagana		</title>
		<link>https://studentprojects.in/software-development/c-tutorials/c/program-for-fifo-page-replacement-algorithm/comment-page-1/#comment-9378</link>

		<dc:creator><![CDATA[sagana]]></dc:creator>
		<pubDate>Fri, 04 Jan 2013 13:04:36 +0000</pubDate>
		<guid isPermaLink="false">http://studentprojects.in/?p=773#comment-9378</guid>

					<description><![CDATA[anyone help me to write java coding for working set clock page replacement algorithm]]></description>
			<content:encoded><![CDATA[<p>anyone help me to write java coding for working set clock page replacement algorithm</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: kinzang		</title>
		<link>https://studentprojects.in/software-development/c-tutorials/c/program-for-fifo-page-replacement-algorithm/comment-page-1/#comment-9120</link>

		<dc:creator><![CDATA[kinzang]]></dc:creator>
		<pubDate>Fri, 26 Oct 2012 08:36:34 +0000</pubDate>
		<guid isPermaLink="false">http://studentprojects.in/?p=773#comment-9120</guid>

					<description><![CDATA[can ani one help me ....&quot;Write a program that implements the FIFO page- replacement algorithms.First, generate a random page reference string where page numbers range from 0 to 9. Apply the random page-reference string to each algorithm. Implement the replacement algorithms so that the number of page frames can vary from 1 to 7. Assume that demand paging is used. &quot;]]></description>
			<content:encoded><![CDATA[<p>can ani one help me &#8230;.&#8221;Write a program that implements the FIFO page- replacement algorithms.First, generate a random page reference string where page numbers range from 0 to 9. Apply the random page-reference string to each algorithm. Implement the replacement algorithms so that the number of page frames can vary from 1 to 7. Assume that demand paging is used. &#8220;</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: murthy		</title>
		<link>https://studentprojects.in/software-development/c-tutorials/c/program-for-fifo-page-replacement-algorithm/comment-page-1/#comment-4218</link>

		<dc:creator><![CDATA[murthy]]></dc:creator>
		<pubDate>Tue, 15 Feb 2011 17:03:45 +0000</pubDate>
		<guid isPermaLink="false">http://studentprojects.in/?p=773#comment-4218</guid>

					<description><![CDATA[can uplz give me the algorithm steps for scheduling algorithms(fcfs,sjf,priority,round robin0
and also for page replacement algorithms(fifo,lru)]]></description>
			<content:encoded><![CDATA[<p>can uplz give me the algorithm steps for scheduling algorithms(fcfs,sjf,priority,round robin0<br />
and also for page replacement algorithms(fifo,lru)</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: prachi		</title>
		<link>https://studentprojects.in/software-development/c-tutorials/c/program-for-fifo-page-replacement-algorithm/comment-page-1/#comment-3661</link>

		<dc:creator><![CDATA[prachi]]></dc:creator>
		<pubDate>Sun, 05 Dec 2010 16:39:58 +0000</pubDate>
		<guid isPermaLink="false">http://studentprojects.in/?p=773#comment-3661</guid>

					<description><![CDATA[the code in line 18 is wrong......
the correct code  will be
for(i=0;i&#060;3;i++)]]></description>
			<content:encoded><![CDATA[<p>the code in line 18 is wrong&#8230;&#8230;<br />
the correct code  will be<br />
for(i=0;i&lt;3;i++)</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
