<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: A/B Test Questions</title>
	<atom:link href="http://craigmounthighercomputing.wordpress.com/2007/10/04/ab-test-questions/feed/" rel="self" type="application/rss+xml" />
	<link>http://craigmounthighercomputing.wordpress.com/2007/10/04/ab-test-questions/</link>
	<description>Higher Computing 2007 - 2008 at Craigmount</description>
	<lastBuildDate>Wed, 29 Apr 2009 20:59:15 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Steven Donoghue</title>
		<link>http://craigmounthighercomputing.wordpress.com/2007/10/04/ab-test-questions/#comment-115</link>
		<dc:creator>Steven Donoghue</dc:creator>
		<pubDate>Sun, 13 Apr 2008 14:34:50 +0000</pubDate>
		<guid isPermaLink="false">http://craigmounthighercomputing.wordpress.com/2007/10/04/ab-test-questions/#comment-115</guid>
		<description>program counter &gt; Memory address register
Active the read line
Memory address register &gt; Memory data register
Add 1 to Program counter
Memory data register &gt; Instruction register
Decode Instruction register</description>
		<content:encoded><![CDATA[<p>program counter &gt; Memory address register<br />
Active the read line<br />
Memory address register &gt; Memory data register<br />
Add 1 to Program counter<br />
Memory data register &gt; Instruction register<br />
Decode Instruction register</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dale</title>
		<link>http://craigmounthighercomputing.wordpress.com/2007/10/04/ab-test-questions/#comment-28</link>
		<dc:creator>Dale</dc:creator>
		<pubDate>Fri, 05 Oct 2007 09:21:04 +0000</pubDate>
		<guid isPermaLink="false">http://craigmounthighercomputing.wordpress.com/2007/10/04/ab-test-questions/#comment-28</guid>
		<description>The CPU puts the address of the location that it wants on the Address Bus. The read line of the Control Bus is then activated. The data that comes from the address then travels along the Data Bus. If the CPU is puting data onto RAM it does the following. The location of the address is recieved along the address bus, the write line is then activated. The data that is required then travels along the Data Bus.</description>
		<content:encoded><![CDATA[<p>The CPU puts the address of the location that it wants on the Address Bus. The read line of the Control Bus is then activated. The data that comes from the address then travels along the Data Bus. If the CPU is puting data onto RAM it does the following. The location of the address is recieved along the address bus, the write line is then activated. The data that is required then travels along the Data Bus.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: craig aka (P'nut)</title>
		<link>http://craigmounthighercomputing.wordpress.com/2007/10/04/ab-test-questions/#comment-27</link>
		<dc:creator>craig aka (P'nut)</dc:creator>
		<pubDate>Fri, 05 Oct 2007 09:20:17 +0000</pubDate>
		<guid isPermaLink="false">http://craigmounthighercomputing.wordpress.com/2007/10/04/ab-test-questions/#comment-27</guid>
		<description>the fetch cycle reads instructions from main memory in to the prosessor. the memory addres of the instruction is placed on the address bus. then the read signal is activated on the read line. then the data stored at the addressed memory location is placed on the data bus and transfered to a register which holds it until it is carried out</description>
		<content:encoded><![CDATA[<p>the fetch cycle reads instructions from main memory in to the prosessor. the memory addres of the instruction is placed on the address bus. then the read signal is activated on the read line. then the data stored at the addressed memory location is placed on the data bus and transfered to a register which holds it until it is carried out</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Natalie</title>
		<link>http://craigmounthighercomputing.wordpress.com/2007/10/04/ab-test-questions/#comment-26</link>
		<dc:creator>Natalie</dc:creator>
		<pubDate>Fri, 05 Oct 2007 09:19:56 +0000</pubDate>
		<guid isPermaLink="false">http://craigmounthighercomputing.wordpress.com/2007/10/04/ab-test-questions/#comment-26</guid>
		<description>There is lots of stages in the cycle.  To read data from memory, the address has to be placed onto the address bus, which the read line of the control bus is activated. The data is then placed onto the data bus which goes into the CPU. To write data onto the memory the data has to be put onto the data bus, which the address is then placed onto the address bus. The last part of the cycle is when the write line of the control bus is then activated and the data is sent along the data bus to the memory location it is gettin sent to</description>
		<content:encoded><![CDATA[<p>There is lots of stages in the cycle.  To read data from memory, the address has to be placed onto the address bus, which the read line of the control bus is activated. The data is then placed onto the data bus which goes into the CPU. To write data onto the memory the data has to be put onto the data bus, which the address is then placed onto the address bus. The last part of the cycle is when the write line of the control bus is then activated and the data is sent along the data bus to the memory location it is gettin sent to</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kirsty Henderson</title>
		<link>http://craigmounthighercomputing.wordpress.com/2007/10/04/ab-test-questions/#comment-25</link>
		<dc:creator>Kirsty Henderson</dc:creator>
		<pubDate>Fri, 05 Oct 2007 09:19:08 +0000</pubDate>
		<guid isPermaLink="false">http://craigmounthighercomputing.wordpress.com/2007/10/04/ab-test-questions/#comment-25</guid>
		<description>The address the data that is to be read from is placed on the address bus. The read line is then activated on the control bus. The memory then accesses that location and the data in that location is then placed on the data bus. The data is then decoded and executed.</description>
		<content:encoded><![CDATA[<p>The address the data that is to be read from is placed on the address bus. The read line is then activated on the control bus. The memory then accesses that location and the data in that location is then placed on the data bus. The data is then decoded and executed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gary</title>
		<link>http://craigmounthighercomputing.wordpress.com/2007/10/04/ab-test-questions/#comment-24</link>
		<dc:creator>Gary</dc:creator>
		<pubDate>Fri, 05 Oct 2007 09:16:56 +0000</pubDate>
		<guid isPermaLink="false">http://craigmounthighercomputing.wordpress.com/2007/10/04/ab-test-questions/#comment-24</guid>
		<description>Address of memory location is placed on the address bus.

The write line is activated on the control bus so that the data is written to the location/ read line is activated so that the memory is taken from the location and put on the data bus

Data is placed on the data bus and sent along to the memory location/ data is taken from the memory and placed on the data bus and taken along to the CPU.</description>
		<content:encoded><![CDATA[<p>Address of memory location is placed on the address bus.</p>
<p>The write line is activated on the control bus so that the data is written to the location/ read line is activated so that the memory is taken from the location and put on the data bus</p>
<p>Data is placed on the data bus and sent along to the memory location/ data is taken from the memory and placed on the data bus and taken along to the CPU.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roooooy</title>
		<link>http://craigmounthighercomputing.wordpress.com/2007/10/04/ab-test-questions/#comment-23</link>
		<dc:creator>Roooooy</dc:creator>
		<pubDate>Fri, 05 Oct 2007 09:15:56 +0000</pubDate>
		<guid isPermaLink="false">http://craigmounthighercomputing.wordpress.com/2007/10/04/ab-test-questions/#comment-23</guid>
		<description>*A read signal is activiated on the contol bus*
:)</description>
		<content:encoded><![CDATA[<p>*A read signal is activiated on the contol bus*<br />
 <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Katy</title>
		<link>http://craigmounthighercomputing.wordpress.com/2007/10/04/ab-test-questions/#comment-22</link>
		<dc:creator>Katy</dc:creator>
		<pubDate>Fri, 05 Oct 2007 09:15:22 +0000</pubDate>
		<guid isPermaLink="false">http://craigmounthighercomputing.wordpress.com/2007/10/04/ab-test-questions/#comment-22</guid>
		<description>The fetch- execute cycle describes how the processor fetches instructions and then carries them out. It divides into two parts: fetch and execute. Fetch is the part of the cycle that reads the next instruction from main memory into the processor. The memory address of the next instruction is placed in the address bus and then a read signal is activated on the read lines. The data stored at the addressed memory location is placed on the data bus and trasferred to a register which holds it. Execute is the part that interprets and carries out the instructions. The processor interprets the the instruction an d then carries out the instruction.</description>
		<content:encoded><![CDATA[<p>The fetch- execute cycle describes how the processor fetches instructions and then carries them out. It divides into two parts: fetch and execute. Fetch is the part of the cycle that reads the next instruction from main memory into the processor. The memory address of the next instruction is placed in the address bus and then a read signal is activated on the read lines. The data stored at the addressed memory location is placed on the data bus and trasferred to a register which holds it. Execute is the part that interprets and carries out the instructions. The processor interprets the the instruction an d then carries out the instruction.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gaetano</title>
		<link>http://craigmounthighercomputing.wordpress.com/2007/10/04/ab-test-questions/#comment-21</link>
		<dc:creator>Gaetano</dc:creator>
		<pubDate>Fri, 05 Oct 2007 09:14:43 +0000</pubDate>
		<guid isPermaLink="false">http://craigmounthighercomputing.wordpress.com/2007/10/04/ab-test-questions/#comment-21</guid>
		<description>The CPU puts the address of the RAM location it wants on the address bus and activates the read line on the control bus. The data is then passed from RAM to the CPU using the data bus. The CPU carries out a process on the data. When the data is passed back to RAM, the address is put on the address bus, the data on the data bus and the write line is activated. The data goes to the appropriate RAM location.</description>
		<content:encoded><![CDATA[<p>The CPU puts the address of the RAM location it wants on the address bus and activates the read line on the control bus. The data is then passed from RAM to the CPU using the data bus. The CPU carries out a process on the data. When the data is passed back to RAM, the address is put on the address bus, the data on the data bus and the write line is activated. The data goes to the appropriate RAM location.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Abby</title>
		<link>http://craigmounthighercomputing.wordpress.com/2007/10/04/ab-test-questions/#comment-20</link>
		<dc:creator>Abby</dc:creator>
		<pubDate>Fri, 05 Oct 2007 09:14:23 +0000</pubDate>
		<guid isPermaLink="false">http://craigmounthighercomputing.wordpress.com/2007/10/04/ab-test-questions/#comment-20</guid>
		<description>There are many stages to the Fetch-Execute Cycle. In order to read data from memory, the address has to be placed onto the address bus to which the read line of the control bus is activated. After this procedure, the data is placed onto the data bus which goes to the CPU.
In order to write data to the memory, the data has to be placed onto the data bus, to which the address is placed onto the address bus. Afterwards, the write line of the control bus is activated and the data is sent along the data bus to the memory location</description>
		<content:encoded><![CDATA[<p>There are many stages to the Fetch-Execute Cycle. In order to read data from memory, the address has to be placed onto the address bus to which the read line of the control bus is activated. After this procedure, the data is placed onto the data bus which goes to the CPU.<br />
In order to write data to the memory, the data has to be placed onto the data bus, to which the address is placed onto the address bus. Afterwards, the write line of the control bus is activated and the data is sent along the data bus to the memory location</p>
]]></content:encoded>
	</item>
</channel>
</rss>
