<?xml version="1.0" encoding="utf-8"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" >
<channel>
<title>testing </title>
<link>http://ciscoengineer.nireblog.com</link>
<description> </description>
<pubDate>Wed, 10 Feb 2010 01:55:58 +0100</pubDate>
<image>
<title>testing </title>
<url>http://static.nireblog.com/imagenes/logo.png</url>
<link>http://ciscoengineer.nireblog.com</link>
</image>
<generator>http://nireblog.com</generator>
	<item>
	<title>mike paget 'conversions note'</title>
	<link>http://ciscoengineer.nireblog.com/post/2007/09/11/mike-paget-conversions-note</link>
	<guid>http://ciscoengineer.nireblog.com/post/2007/09/11/mike-paget-conversions-note</guid>
		<description><![CDATA[<p>Hex to Decimal: Do “3AC”</p>
<p>(16^3) + 3x(16^2) + Ax(16^1) + Cx(16^0)<br />
start at left:</p>
<p>12X1 = 12<br />
10X16=160<br />
3X256=768<br />
total = 940</p>
<p>Decimal to HEX<br />
Convert 940 to hex</p>
<p>16|940=12 “C”<br />
16|58 = 10 “A”<br />
r =3<br />
answer: 3AC</p>
<p>Decimal to binary:<br />
87 to binary</p>
<p>2^7 2^6 2^5 2^4 2^3 2^2 2^1 2^0<br />
128 64 32 16 8 4 2 1<br />
0 1 0 1 0 1 1 1 </p>
<p>87-64 =23<br />
23- 16=7<br />
7- 4= 3<br />
3-2=1<br />
1-1=0<br />
Done!<br />
Binary to Decimal </p>
<p>Convert 11010011 to Decimal:</p>
<p>2^7 2^6 2^5 2^4 2^3 2^2 2^1 2^0<br />
128 64 32 16 8 4 2 1<br />
1 1 0 1 0 0 1 1</p>
<p>add it:<br />
128 + 64 + 16 + 2 + 1 =211 Done!
</p>
<p><a href="http://ciscoengineer.nireblog.com/post/2007/09/11/mike-paget-conversions-note#comments">Comments</a></p>]]></description>
	<pubDate>Tue, 11 Sep 2007 18:42:49 +0100</pubDate>	</item>
</channel>	
</rss>
 
