<?xml version="1.0"?>
<rss version="2.0">
   <channel>
      <title>SISTEMAS DE NUMERACION  by </title>
      <link>https://padlet.com/sofitasillo00/vh1y57f3iopz</link>
      <description>Made with whimsy</description>
      <language>en-us</language>
      <pubDate>2016-09-19 17:14:44 UTC</pubDate>
      <lastBuildDate>2016-09-26 17:50:10 UTC</lastBuildDate>
      <webMaster>hello@padlet.com</webMaster>
      <image>
         <url></url>
      </image>
      <item>
         <title>PASAJE DECIMAL-BINARIO</title>
         <author>sofitasillo00</author>
         <link>https://padlet.com/sofitasillo00/vh1y57f3iopz/wish/124838165</link>
         <description><![CDATA[<div><strong>1)Dividir el numero por dos hasta que el cociente sea 0<br>2)Escribir el numero binario que se obtuvo empezando por el&nbsp; ultimo cociente&nbsp;</strong></div><div><strong>ejemplo: 156</strong><strong><em>10</em></strong><strong>=10011100</strong><strong><em>2</em></strong></div>]]></description>
         <enclosure url="" />
         <pubDate>2016-09-19 17:24:38 UTC</pubDate>
         <guid>https://padlet.com/sofitasillo00/vh1y57f3iopz/wish/124838165</guid>
      </item>
      <item>
         <title>PASAJE BINARIO-DECIMAL</title>
         <author>sofitasillo00</author>
         <link>https://padlet.com/sofitasillo00/vh1y57f3iopz/wish/124839051</link>
         <description><![CDATA[<div><br></div><ol><li><strong>Comenzar por el lado derecho del número en binario. Multiplique cada dígito por 2 elevado a la potencia consecutiva (comenzando por la potencia 0, 20).</strong></li><li><strong>Después de realizar cada una de las multiplicaciones, súmelas todas y el número resultante será el equivalente al sistema decimal.</strong></li></ol>]]></description>
         <enclosure url="" />
         <pubDate>2016-09-19 17:26:41 UTC</pubDate>
         <guid>https://padlet.com/sofitasillo00/vh1y57f3iopz/wish/124839051</guid>
      </item>
      <item>
         <title>PASAJE  BINARIO- HEXADECIMAL</title>
         <author>sofitasillo00</author>
         <link>https://padlet.com/sofitasillo00/vh1y57f3iopz/wish/124840114</link>
         <description><![CDATA[<div>&nbsp;<strong>(1) Formar grupos de 4 bits, recorriendo de derecha a izquierda el numero dado; si es necesario, completar con ceros a izquierda en el ultimo grupo.<br>&nbsp;(2) Como cada grupo de 4 bits representa un dıgito hexadecimal, hacer los reemplazos correspondientes. Sea, por ejemplo, a2 = 101011011; aplicando esta tecnica :<br>&nbsp;0001(1)0101(5)1011(B) ,<br>&nbsp;Se obtiene a16 = 15B.&nbsp;</strong></div>]]></description>
         <enclosure url="" />
         <pubDate>2016-09-19 17:28:54 UTC</pubDate>
         <guid>https://padlet.com/sofitasillo00/vh1y57f3iopz/wish/124840114</guid>
      </item>
      <item>
         <title>PASAJE HEXADECIMAL-BINARIO</title>
         <author>sofitasillo00</author>
         <link>https://padlet.com/sofitasillo00/vh1y57f3iopz/wish/124845824</link>
         <description><![CDATA[<div><strong>&nbsp;Se debe reemplazar cada dıgito hexadecimal por su equivalente en binario, utilizando 4 bits en cada caso. Por ejemplo, b16 = A83, <br>1010(A)0100(8)0011(3)</strong><br>&nbsp;</div>]]></description>
         <enclosure url="" />
         <pubDate>2016-09-19 17:42:32 UTC</pubDate>
         <guid>https://padlet.com/sofitasillo00/vh1y57f3iopz/wish/124845824</guid>
      </item>
      <item>
         <title>PASAJE DECIMAL-HEXADECIMAL</title>
         <author>sofitasillo00</author>
         <link>https://padlet.com/sofitasillo00/vh1y57f3iopz/wish/126449946</link>
         <description><![CDATA[<div><strong>&nbsp;Ejemplo a) Convertiremos 51 decimal ------&gt; Número Hexadecimal:<br>&nbsp; 1- Se separa la cifra binaria en grupos de 4, de derecha a izquierda: (11) (0011)<br>&nbsp;2- Los números que no se completan en grupos de 4, se rellenan con ceros: (0011) (0011)<br>&nbsp;3- Basándose en la tabla de equivalencia entre Binario y Hexadecimal, se buscan los números equivalentes: (0011) = 3 y (0011) = 3<br>&nbsp; 4- Se unen los números equivalentes en Hexadecimal: 33<br><br>&nbsp;51 Decimal = 33 Hexadecimal</strong></div><div><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2016-09-26 17:09:49 UTC</pubDate>
         <guid>https://padlet.com/sofitasillo00/vh1y57f3iopz/wish/126449946</guid>
      </item>
      <item>
         <title>PASAJE HEXADECIMAL-DECIMAL</title>
         <author>sofitasillo00</author>
         <link>https://padlet.com/sofitasillo00/vh1y57f3iopz/wish/126458070</link>
         <description><![CDATA[<div><strong>&nbsp;Ejemplo: Convertir a decimal los siguientes números hexadecimales: (a) 1C16 (b) A8516 Solución. Primero, hay que convertir a binario el número hexadecimal, y después a decimal: (a) 1 C 0001 1100 = 24 + 23 + 22 = 16 + 8 + 4 = 2810<br>&nbsp;(b) A 8 5 1010 1000 0101 = 211 + 29 + 27 + 22 + 20 = 2048 + 512 + 128 + 4 + 1 = 269310&nbsp;</strong></div>]]></description>
         <enclosure url="" />
         <pubDate>2016-09-26 17:32:21 UTC</pubDate>
         <guid>https://padlet.com/sofitasillo00/vh1y57f3iopz/wish/126458070</guid>
      </item>
   </channel>
</rss>
