<?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: How computers work (in terms of electricity and voltage)?</title>
	<atom:link href="http://www.fatebistro.com/how-computers-work-in-terms-of-electricity-and-voltage.php/feed" rel="self" type="application/rss+xml" />
	<link>http://www.fatebistro.com/how-computers-work-in-terms-of-electricity-and-voltage.php</link>
	<description>The world of computers at your fingertips</description>
	<lastBuildDate>Sun, 15 Aug 2010 17:58:49 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: David F</title>
		<link>http://www.fatebistro.com/how-computers-work-in-terms-of-electricity-and-voltage.php/comment-page-1#comment-162</link>
		<dc:creator>David F</dc:creator>
		<pubDate>Sun, 12 Apr 2009 19:10:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.fatebistro.com/how-computers-work-in-terms-of-electricity-and-voltage.php#comment-162</guid>
		<description>Time to look up boolean logic, logic gates, followed by FPGA, and then CPU.

Once you understand binary numbering, the next step is binary logic.  Transistors are wired together to make logic gates, which basically take one or more bits (binary digits) and produce an output.

Logic gates are how a computer can make decisions.

For example, a gate called and looks at two (or more) input bits, and if all bits are 1, the gate (transistor circuit) generates a 1 output.  If any input is 0, the output is 0.



There&#039;s also or and not gates.  By combining these 3 gates in different combinations, (including feeding them back into each other), all kinds of circuits can be made: adders, multipliers, flip-flops, memory cells, registers, and even an entire CPU.</description>
		<content:encoded><![CDATA[<p>Time to look up boolean logic, logic gates, followed by FPGA, and then CPU.</p>
<p>Once you understand binary numbering, the next step is binary logic.  Transistors are wired together to make logic gates, which basically take one or more bits (binary digits) and produce an output.</p>
<p>Logic gates are how a computer can make decisions.</p>
<p>For example, a gate called and looks at two (or more) input bits, and if all bits are 1, the gate (transistor circuit) generates a 1 output.  If any input is 0, the output is 0.</p>
<p>There&#8217;s also or and not gates.  By combining these 3 gates in different combinations, (including feeding them back into each other), all kinds of circuits can be made: adders, multipliers, flip-flops, memory cells, registers, and even an entire CPU.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
