<?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 I Taught My Mother Binary Numbers</title>
	<atom:link href="http://www.exploringbinary.com/how-i-taught-my-mother-binary-numbers/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.exploringbinary.com/how-i-taught-my-mother-binary-numbers/</link>
	<description>Binary Numbers, Binary Code, and Binary Logic</description>
	<lastBuildDate>Mon, 30 Jan 2012 01:37:52 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: pete wilson</title>
		<link>http://www.exploringbinary.com/how-i-taught-my-mother-binary-numbers/comment-page-1/#comment-5578</link>
		<dc:creator>pete wilson</dc:creator>
		<pubDate>Sat, 24 Dec 2011 18:02:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.exploringbinary.com/?p=236#comment-5578</guid>
		<description>Rick -- Thanks for taking the trouble to write this up. Very interesting. I&#039;m mainly impressed by your evident commitment to effective pedagogy and its priceless rewards: &quot;the light bulb went on :-)&quot; Nice!</description>
		<content:encoded><![CDATA[<p>Rick &#8212; Thanks for taking the trouble to write this up. Very interesting. I&#8217;m mainly impressed by your evident commitment to effective pedagogy and its priceless rewards: &#8220;the light bulb went on <img src='http://www.exploringbinary.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> &#8221; Nice!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rick Regan</title>
		<link>http://www.exploringbinary.com/how-i-taught-my-mother-binary-numbers/comment-page-1/#comment-4419</link>
		<dc:creator>Rick Regan</dc:creator>
		<pubDate>Sun, 31 Oct 2010 02:21:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.exploringbinary.com/?p=236#comment-4419</guid>
		<description>Sue,

Yes, starting at &quot;the top&quot; is the way the conversion from decimal to powers of two works. That&#039;s the way I explained the conversion of 17 and 56 (notice how I wrote the powers of two in descending order -- 17 = 16 + 1 and 56 = 32 + 16 + 8 -- reflecting starting at &quot;the top&quot;).

At the point of the text you quoted, we were just trying to build the binary number from the already computed list of powers of two. I could have built it in any order, but it seemed natural -- at the time at least -- to build it from right to left.

So this is a two-step process: conversion from decimal to powers of two, which must proceed &quot;top down,&quot; and conversion from powers of two to binary, which can be done in any order. I should have wrote more explicitly about the algorithm of the first step (I just edited the article as such); as for the second step, the next time I teach someone I&#039;ll think about which order makes more sense, if any (I can&#039;t recall if I put any thought into different orders at the time).

Thanks for the feedback!</description>
		<content:encoded><![CDATA[<p>Sue,</p>
<p>Yes, starting at &#8220;the top&#8221; is the way the conversion from decimal to powers of two works. That&#8217;s the way I explained the conversion of 17 and 56 (notice how I wrote the powers of two in descending order &#8212; 17 = 16 + 1 and 56 = 32 + 16 + 8 &#8212; reflecting starting at &#8220;the top&#8221;).</p>
<p>At the point of the text you quoted, we were just trying to build the binary number from the already computed list of powers of two. I could have built it in any order, but it seemed natural &#8212; at the time at least &#8212; to build it from right to left.</p>
<p>So this is a two-step process: conversion from decimal to powers of two, which must proceed &#8220;top down,&#8221; and conversion from powers of two to binary, which can be done in any order. I should have wrote more explicitly about the algorithm of the first step (I just edited the article as such); as for the second step, the next time I teach someone I&#8217;ll think about which order makes more sense, if any (I can&#8217;t recall if I put any thought into different orders at the time).</p>
<p>Thanks for the feedback!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sue VanHattum</title>
		<link>http://www.exploringbinary.com/how-i-taught-my-mother-binary-numbers/comment-page-1/#comment-4418</link>
		<dc:creator>Sue VanHattum</dc:creator>
		<pubDate>Sat, 30 Oct 2010 15:17:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.exploringbinary.com/?p=236#comment-4418</guid>
		<description>&gt;I then took 17 and said “OK, does it have a 1 in it? Yes. Let’s write 1 for yes and 0 for no in the blanks. Does it have a 2? No, write down 0. 4? No, write 0. 8? No, write 0. 16? Yes, write 1.”

How do you know it doesn&#039;t have a 2 if you start at the bottom, from 1? I always start at the top, 16 in this case. Then once I&#039;ve taken the 16, all that&#039;s left is a 1.</description>
		<content:encoded><![CDATA[<p>&gt;I then took 17 and said “OK, does it have a 1 in it? Yes. Let’s write 1 for yes and 0 for no in the blanks. Does it have a 2? No, write down 0. 4? No, write 0. 8? No, write 0. 16? Yes, write 1.”</p>
<p>How do you know it doesn&#8217;t have a 2 if you start at the bottom, from 1? I always start at the top, 16 in this case. Then once I&#8217;ve taken the 16, all that&#8217;s left is a 1.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: krish</title>
		<link>http://www.exploringbinary.com/how-i-taught-my-mother-binary-numbers/comment-page-1/#comment-4232</link>
		<dc:creator>krish</dc:creator>
		<pubDate>Thu, 01 Oct 2009 19:14:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.exploringbinary.com/?p=236#comment-4232</guid>
		<description>Thanks You ,very very helpful</description>
		<content:encoded><![CDATA[<p>Thanks You ,very very helpful</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Jones</title>
		<link>http://www.exploringbinary.com/how-i-taught-my-mother-binary-numbers/comment-page-1/#comment-4231</link>
		<dc:creator>Michael Jones</dc:creator>
		<pubDate>Wed, 23 Sep 2009 11:44:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.exploringbinary.com/?p=236#comment-4231</guid>
		<description>I learned binary numbers in a math class and it is very confusing. I think you did a very good job on this.

Thank you

Michael</description>
		<content:encoded><![CDATA[<p>I learned binary numbers in a math class and it is very confusing. I think you did a very good job on this.</p>
<p>Thank you</p>
<p>Michael</p>
]]></content:encoded>
	</item>
</channel>
</rss>

