<?xml version="1.0"?>
<rss version="2.0">
   <channel>
      <title>Examen by </title>
      <link>https://padlet.com/candy_chen3/jdtgs887t4wh</link>
      <description>Made with joy</description>
      <language>en-us</language>
      <pubDate>2017-09-05 20:39:26 UTC</pubDate>
      <lastBuildDate>2025-09-29 12:27:09 UTC</lastBuildDate>
      <webMaster>hello@padlet.com</webMaster>
      <image>
         <url>https://padlet-assets.s3.amazonaws.com/icons/Lovecoffee.png</url>
      </image>
      <item>
         <title>HISTORIA de C++</title>
         <author>candy_chen3</author>
         <link>https://padlet.com/candy_chen3/jdtgs887t4wh/wish/184937060</link>
         <description><![CDATA[<div>C++ es un lenguaje de programación creado por Bjarne Stroustrup en los laboratorios de At&amp;T en 1983. Stroustrup tomó como base un lenguaje de programación popular en aquella época el cual era C. El C++ es un derivado del mítico lenguaje C, el cual fue creado en la década de los 70 por la mano del finado Dennis Ritchie para la programación del sistema, el cual surgió como un lenguaje orientado a la programación de sistemas y de herramientas.</div>]]></description>
         <enclosure url="http://freefeast.info/wp-content/uploads//2015/08/Bjarne-Stroustrup.jpeg" />
         <pubDate>2017-09-05 20:59:30 UTC</pubDate>
         <guid>https://padlet.com/candy_chen3/jdtgs887t4wh/wish/184937060</guid>
      </item>
      <item>
         <title>VENTAJA DE C++</title>
         <author>candy_chen3</author>
         <link>https://padlet.com/candy_chen3/jdtgs887t4wh/wish/184938417</link>
         <description><![CDATA[<div><strong>Ø</strong> Lenguaje de programación orientado a objetos.</div><div><strong>Ø</strong> Lenguaje muy didáctico, con este lenguaje puedes aprender muchos otros lenguajes con gran facilidad, como C#, Java, Visual Basic, Javascript, PHP, entre otros.</div><div><strong>Ø</strong> Es muy potente en lo que se refiere a creación de sistemas complejos, un lenguaje muy robusto.</div><div><strong>Ø</strong> Actualmente, puede compilar y ejecutar código de C, ya viene con librerías para realizar esta labor.</div>]]></description>
         <enclosure url="https://sites.google.com/site/lenguajecprogramacion/_/rsrc/1361747901430/ventajas-y-desventajas/v1.jpg?height=320&amp;width=320" />
         <pubDate>2017-09-05 21:05:57 UTC</pubDate>
         <guid>https://padlet.com/candy_chen3/jdtgs887t4wh/wish/184938417</guid>
      </item>
      <item>
         <title>CARACTERÍSTICA DE C++</title>
         <author>candy_chen3</author>
         <link>https://padlet.com/candy_chen3/jdtgs887t4wh/wish/184938537</link>
         <description><![CDATA[<div>1.Tiene un conjunto completo de instrucciones de control.</div><div>2.Permite la agrupación de instrucciones.</div><div>3.Incluye el concepto de puntero.</div><div>4.Los argumentos de las funciones se transfieren por su valor.</div><div>5. Se proporciona a través de una biblioteca de funciones.</div><div>6.Permite la separación de un programa en módulos.</div><div>7.Programación de bajo nivel (nivel bit).</div>]]></description>
         <enclosure url="https://www.pcrevue.sk/files/photo/2016-06/15294/24c4b9/c.jpg" />
         <pubDate>2017-09-05 21:06:32 UTC</pubDate>
         <guid>https://padlet.com/candy_chen3/jdtgs887t4wh/wish/184938537</guid>
      </item>
      <item>
         <title>VERSIONES DE C++</title>
         <author>candy_chen3</author>
         <link>https://padlet.com/candy_chen3/jdtgs887t4wh/wish/184938577</link>
         <description><![CDATA[<div>Estas son las "versiones" o nombres de los estándares que ha tomado con el paso del tiempo: <br>C++ <br>C++98 <br>C++03 <br>C++TR1 <br>C++11 <br>C++14 <br>C++17</div>]]></description>
         <enclosure url="https://lh3.googleusercontent.com/QN8hm610HdI4XK3s3eMU1-HJNKwEbN7B5hxcUM43MLNraKn1fakoUaPGq-Uz1W6YbtlQ=w170" />
         <pubDate>2017-09-05 21:06:45 UTC</pubDate>
         <guid>https://padlet.com/candy_chen3/jdtgs887t4wh/wish/184938577</guid>
      </item>
      <item>
         <title>EJEMPLO DE C++</title>
         <author>candy_chen3</author>
         <link>https://padlet.com/candy_chen3/jdtgs887t4wh/wish/184938607</link>
         <description><![CDATA[<div><strong>Programa que nos permite saber si el número introducido es par o impar</strong><br><br>#include &lt;iostream&gt;<br>using std::cout;<br>using std::cin;<br>using std::endl;<br>int main()<br>{<br>	int numero;<br>	cout &lt;&lt; "Introduce un numero: ";<br>	cin &gt;&gt; numero;<br>	if (numero % 2 == 0)<br>	{<br>		cout &lt;&lt; numero &lt;&lt; " es   par." &lt;&lt; endl;<br>	}<br>	else<br>	{<br>		cout &lt;&lt; numero &lt;&lt; " es impar." &lt;&lt; endl;<br>	}<br>	return 0;<br>}</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-09-05 21:06:55 UTC</pubDate>
         <guid>https://padlet.com/candy_chen3/jdtgs887t4wh/wish/184938607</guid>
      </item>
      <item>
         <title>CARACTERÍSTICA DE PROLOG</title>
         <author>candy_chen3</author>
         <link>https://padlet.com/candy_chen3/jdtgs887t4wh/wish/184938686</link>
         <description><![CDATA[<ol><li>Basado en lógica y programación declarativa.&nbsp;</li><li>No se especifica cómo debe hacerse, sino qué debe lograrse.&nbsp;</li><li>Es que una variable sólo puede tener un valor mientras se cumple el objetivo.&nbsp;</li><li>El programador se concentra más en el conocimiento que en los algoritmos.&nbsp;</li></ol>]]></description>
         <enclosure url="http://www.amzi.com/images/ide_nanisrch.jpg" />
         <pubDate>2017-09-05 21:07:18 UTC</pubDate>
         <guid>https://padlet.com/candy_chen3/jdtgs887t4wh/wish/184938686</guid>
      </item>
      <item>
         <title>EJEMPLO DE PROLOG</title>
         <author>candy_chen3</author>
         <link>https://padlet.com/candy_chen3/jdtgs887t4wh/wish/184938835</link>
         <description><![CDATA[<div><strong>Diagnóstico de enfermedades</strong> enfermo_de(manuel,gripe). tiene_sintoma(alicia,cansancio). sintoma_de(fiebre,gripe). sintoma_de(tos,gripe). sintoma_de(cansancio,anemia). elimina(vitaminas,cansancio). elimina(aspirinas,fiebre). elimina(jarabe,tos). recetar_a(X,Y):-enfermo_de(Y,A),alivia(X,A). alivia(X,Y):-elimina(X,A),sintoma_de(A,Y). enfermo_de(X,Y):-tiene_sintoma(X,Z),sintoma_de(Z,Y). </div>]]></description>
         <enclosure url="" />
         <pubDate>2017-09-05 21:07:31 UTC</pubDate>
         <guid>https://padlet.com/candy_chen3/jdtgs887t4wh/wish/184938835</guid>
      </item>
      <item>
         <title>VERSIONES DE PROLOG</title>
         <author>candy_chen3</author>
         <link>https://padlet.com/candy_chen3/jdtgs887t4wh/wish/184938886</link>
         <description><![CDATA[<ul><li><strong>7.5.x</strong>&nbsp;</li><li><strong>7.4.x&nbsp;</strong></li><li><strong>7.2.x</strong>&nbsp;</li><li><strong>6.6.x</strong>&nbsp;</li><li><strong>6.4.x&nbsp;</strong></li><li><strong>6.2.x</strong>&nbsp;</li><li><strong>6.0.x</strong>&nbsp;</li><li><strong>5.11.x</strong>&nbsp;</li><li><strong>5.10.x</strong>&nbsp;</li><li><strong>5.8.x</strong>&nbsp;</li><li><strong>5.6.x</strong></li><li><strong>5.4.x</strong></li><li><strong>5.2.0</strong>&nbsp;</li><li><strong>5.x.y</strong>&nbsp;</li><li><strong>3.4.5</strong>&nbsp;</li><li><strong>3.2.9</strong>&nbsp;</li></ul>]]></description>
         <enclosure url="" />
         <pubDate>2017-09-05 21:07:39 UTC</pubDate>
         <guid>https://padlet.com/candy_chen3/jdtgs887t4wh/wish/184938886</guid>
      </item>
      <item>
         <title>VENTAJA DE PROLOG</title>
         <author>candy_chen3</author>
         <link>https://padlet.com/candy_chen3/jdtgs887t4wh/wish/184938904</link>
         <description><![CDATA[<ol><li>Facilidad para programar ya que se pueden escribir programas rápidamente, con pocos errores.&nbsp;</li><li>Prolog infiere sus respuestas basándose en las reglas declaradas dentro del programa.</li><li>Se puede representar incluso los mismos programas Prolog como estructuras.</li><li>Utiliza un mecanismo de búsqueda independiente de la base de hechos.&nbsp;</li><li>Se utiliza notación prefija e infija.</li></ol>]]></description>
         <enclosure url="https://kevinede.files.wordpress.com/2014/11/win_top2.gif" />
         <pubDate>2017-09-05 21:07:50 UTC</pubDate>
         <guid>https://padlet.com/candy_chen3/jdtgs887t4wh/wish/184938904</guid>
      </item>
      <item>
         <title>HISTORIA DE PROLOG</title>
         <author>candy_chen3</author>
         <link>https://padlet.com/candy_chen3/jdtgs887t4wh/wish/184938979</link>
         <description><![CDATA[<div>Se trata de un lenguaje de programación ideado a principios de los años 70 en la universidad de Aix-Marseille I (Marsella, Francia) por los profesores Alain Colmerauer y Philippe Roussel. Nació de un proyecto que no tenía como objetivo la implementación de un lenguaje de programación, sino el procesamiento de lenguajes naturales. Inicialmente se trataba de un lenguaje totalmente interpretado hasta que, en 1983, David H.D. Warren desarrolló un compilador capaz de traducir Prolog en un conjunto de instrucciones de una máquina abstracta denominada Warren Abstract Machine, o abreviadamente, WAM. Desde entonces Prolog es un lenguaje semi-interpretado.<br><strong><em>Alain Colmerauer</em></strong></div>]]></description>
         <enclosure url="http://www.fanphobia.net/uploads/actors_3/72958/alain-colmerauer.jpg" />
         <pubDate>2017-09-05 21:08:20 UTC</pubDate>
         <guid>https://padlet.com/candy_chen3/jdtgs887t4wh/wish/184938979</guid>
      </item>
      <item>
         <title>DESVENTAJA DE C++</title>
         <author>candy_chen3</author>
         <link>https://padlet.com/candy_chen3/jdtgs887t4wh/wish/184941908</link>
         <description><![CDATA[<div><strong>Ø</strong> Es más difícil de usar que otros lenguajes de programación.</div><div><strong>Ø</strong> Es difícil programar bases de datos</div><div><strong>Ø</strong> Los punteros (es muy complicado su sistema).</div>]]></description>
         <enclosure url="http://chiasedamme.com/assets/news/2017_07/dev210x-about_page_image-318x210.jpg" />
         <pubDate>2017-09-05 21:26:29 UTC</pubDate>
         <guid>https://padlet.com/candy_chen3/jdtgs887t4wh/wish/184941908</guid>
      </item>
      <item>
         <title>DESVENTAJA DE PROLOG</title>
         <author>candy_chen3</author>
         <link>https://padlet.com/candy_chen3/jdtgs887t4wh/wish/184942005</link>
         <description><![CDATA[<ol><li>La resolución automática no siempre es eficiente.</li><li>Poco eficientes.</li><li>Poco utilizado en aplicaciones reales.</li><li>Prolog algunas veces es incapaz de reconocer que un problema es inaplicable o insuficiente. </li><li>Los motores de inferencia poseen algunos límites.</li></ol><div><br></div>]]></description>
         <enclosure url="https://upload.wikimedia.org/wikipedia/en/8/84/Visual_Prolog_IDE_Screenshot.png" />
         <pubDate>2017-09-05 21:27:05 UTC</pubDate>
         <guid>https://padlet.com/candy_chen3/jdtgs887t4wh/wish/184942005</guid>
      </item>
      <item>
         <title>HISTORIA DE JAVA</title>
         <author>candy_chen3</author>
         <link>https://padlet.com/candy_chen3/jdtgs887t4wh/wish/184962711</link>
         <description><![CDATA[<pre>Fue originalmente desarrollado por James Gosling de Sun Microsystems y publicado en 1995 como un componente fundamental de la plataforma Java de Sun Microsystems.Java nace en 1991 con el nombre "OAK", posteriormente cambiado por Green por problemas legales, y finalmente con la denominación actual JAVA. El objetivo de java era crear un lenguaje de programación parecido a C++ en estructura y sintaxis, fuertemente orientado a objetos, pero con una máquina virtual propia.&nbsp;</pre>]]></description>
         <enclosure url="http://freefeast.info/wp-content/uploads//2012/06/freefeast_gosling.jpg" />
         <pubDate>2017-09-06 00:08:10 UTC</pubDate>
         <guid>https://padlet.com/candy_chen3/jdtgs887t4wh/wish/184962711</guid>
      </item>
      <item>
         <title>VENTAJA DE JAVA</title>
         <author>candy_chen3</author>
         <link>https://padlet.com/candy_chen3/jdtgs887t4wh/wish/184963529</link>
         <description><![CDATA[<ol><li>Lenguaje Multi-plataforma</li><li>El manejo de la memoria se hace automáticamente y utilizando el garbage collector.</li><li>¡ Es Gratis!</li><li>Desarrolla aplicaciones web dinámicas.</li><li>Desarrollar aplicaciones de servidor para foros en línea, almacenes, encuestas,procesamiento de formularios HTML y mucho más.</li></ol>]]></description>
         <enclosure url="http://programaenlinea.net/wp-content/uploads/2017/03/java-aprende.jpg" />
         <pubDate>2017-09-06 00:12:34 UTC</pubDate>
         <guid>https://padlet.com/candy_chen3/jdtgs887t4wh/wish/184963529</guid>
      </item>
      <item>
         <title>DESVENTAJA DE JAVA</title>
         <author>candy_chen3</author>
         <link>https://padlet.com/candy_chen3/jdtgs887t4wh/wish/184964550</link>
         <description><![CDATA[<ol><li>Por su lentitud a la hora de ejecutar las aplicaciones (aunque ha mejorado con el tiempo)</li><li>Requiere un intérprete.</li><li>Algunas implementaciones y librerías pueden tener código rebuscado.</li><li>Una mala implementación de un programa en java, puede resultar en algo muy lento.</li><li>Algunas herramientas tienen un costo adicional</li></ol>]]></description>
         <enclosure url="https://s3-us-west-2.amazonaws.com/devcode/media/blog/blog-que-es-java.png" />
         <pubDate>2017-09-06 00:19:29 UTC</pubDate>
         <guid>https://padlet.com/candy_chen3/jdtgs887t4wh/wish/184964550</guid>
      </item>
      <item>
         <title>CARACTERÍSTICA DE JAVA</title>
         <author>candy_chen3</author>
         <link>https://padlet.com/candy_chen3/jdtgs887t4wh/wish/184964981</link>
         <description><![CDATA[<div>Sun describe al lenguaje Java de la siguiente manera:</div><ul><li>Simple</li><li>Orientado a Objetos</li><li>Interpretado</li><li>Robusto</li><li>Seguro</li><li>de Arquitectura Neutral</li><li>Con Recolector de basura (Garbage Collector)</li><li>Portable</li><li>De Alto Rendimiento</li><li>Dinámico</li></ul>]]></description>
         <enclosure url="https://i.ytimg.com/vi/_ACZxHEmgE4/maxresdefault.jpg" />
         <pubDate>2017-09-06 00:22:10 UTC</pubDate>
         <guid>https://padlet.com/candy_chen3/jdtgs887t4wh/wish/184964981</guid>
      </item>
      <item>
         <title>VERSIONES DE JAVA</title>
         <author>candy_chen3</author>
         <link>https://padlet.com/candy_chen3/jdtgs887t4wh/wish/184965018</link>
         <description><![CDATA[<div><strong>JDK 1.0</strong> (1996)</div><div><strong>JDK 1.1</strong> (1997)</div><div><strong>J2SE 1.2</strong> (1998</div><div><strong>J2SE 1.3</strong> (2000)<br><strong>J2SE 1.4</strong> (2002)<br><strong>J2SE 5.0</strong> (2004)<br><strong>Java SE 6</strong> (2006)<br><strong>Java SE 7</strong> (2011)<br><strong>Java SE 8</strong> (2014)</div><div><strong>Java SE 9</strong><br><strong>Java SE 10</strong></div>]]></description>
         <enclosure url="https://www.java.com/ga/images/es/jcp-version.png" />
         <pubDate>2017-09-06 00:22:27 UTC</pubDate>
         <guid>https://padlet.com/candy_chen3/jdtgs887t4wh/wish/184965018</guid>
      </item>
      <item>
         <title>EJEMPLO DE JAVA</title>
         <author>candy_chen3</author>
         <link>https://padlet.com/candy_chen3/jdtgs887t4wh/wish/184965058</link>
         <description><![CDATA[<div>Crear el código de un programa que genera tres números enteros aleatorios a, b, c, comprendidos entre 65 y 90, ambos inclusive. Los mostraremos en pantalla.<br>&nbsp;import java.util.Random;</div><div>&nbsp;public class Programa {</div><div>&nbsp; &nbsp; &nbsp; public static void main(String arg[]) {</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; int a, b, c;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Random rnd = new Random();</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; a = (rnd.nextInt(26) + 65);</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; b = (rnd.nextInt(26) + 65);</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; c = (rnd.nextInt(26) + 65);</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; System.out.println(a);&nbsp; &nbsp; &nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; System.out.println(b);&nbsp; &nbsp; &nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; System.out.println(c);&nbsp; &nbsp; &nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp; &nbsp; }</div><div>&nbsp;}</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-09-06 00:22:43 UTC</pubDate>
         <guid>https://padlet.com/candy_chen3/jdtgs887t4wh/wish/184965058</guid>
      </item>
      <item>
         <title>EJEMPLO DE RUBY</title>
         <author>candy_chen3</author>
         <link>https://padlet.com/candy_chen3/jdtgs887t4wh/wish/185314216</link>
         <description><![CDATA[<div>class mamifero<br>def respira<br>  puts "inhala y exhala"<br>end<br>end<br>class Gato&lt;mamifero<br>def habla<br>  puts "Meow"<br>end<br>end </div><div>misifus = gato.new</div><div>misifus.respira<br>misifus.habla</div>]]></description>
         <enclosure url="http://4.bp.blogspot.com/-QoaXwcerrDQ/Tz10fpanyfI/AAAAAAAACM4/3o7ky_1Ad7I/s1600/Ruby-Vehiculo.png" />
         <pubDate>2017-09-06 20:43:12 UTC</pubDate>
         <guid>https://padlet.com/candy_chen3/jdtgs887t4wh/wish/185314216</guid>
      </item>
      <item>
         <title>VERSIONES DE RUBY</title>
         <author>candy_chen3</author>
         <link>https://padlet.com/candy_chen3/jdtgs887t4wh/wish/185314245</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://www.solvetic.com/uploads/monthly_08_2015/tutorials-2308-0-10433500-1440605348.jpg" />
         <pubDate>2017-09-06 20:43:25 UTC</pubDate>
         <guid>https://padlet.com/candy_chen3/jdtgs887t4wh/wish/185314245</guid>
      </item>
      <item>
         <title>DESVENTAJAS DE RUBY</title>
         <author>candy_chen3</author>
         <link>https://padlet.com/candy_chen3/jdtgs887t4wh/wish/185314277</link>
         <description><![CDATA[<ul><li>Su uso no está muy extendido.</li></ul>]]></description>
         <enclosure url="" />
         <pubDate>2017-09-06 20:43:35 UTC</pubDate>
         <guid>https://padlet.com/candy_chen3/jdtgs887t4wh/wish/185314277</guid>
      </item>
      <item>
         <title>VENTAJAS DE RUBY</title>
         <author>candy_chen3</author>
         <link>https://padlet.com/candy_chen3/jdtgs887t4wh/wish/185314299</link>
         <description><![CDATA[<ul><li>Es un lenguaje sencillo y fácil de leer.</li><li>Soportado por la mayoría de las plataformas web.</li><li>Se trata de un software libre u <em>opensource</em>.</li><li>Integra comandos de manejo de bases de datos.</li></ul>]]></description>
         <enclosure url="" />
         <pubDate>2017-09-06 20:43:43 UTC</pubDate>
         <guid>https://padlet.com/candy_chen3/jdtgs887t4wh/wish/185314299</guid>
      </item>
      <item>
         <title>CARACTERÍSTICA DE RUBY</title>
         <author>candy_chen3</author>
         <link>https://padlet.com/candy_chen3/jdtgs887t4wh/wish/185314328</link>
         <description><![CDATA[<ol><li>Orientado a objetos.&nbsp;</li><li>Cuatro niveles de ámbito de variable: global, clase, instancia y local.</li><li>Manejo de excepciones. &nbsp;</li><li>Recolección de basura automática.&nbsp;</li><li>Altamente portable</li></ol>]]></description>
         <enclosure url="http://1.bp.blogspot.com/-TshLNx6eBPA/TuBGo0giMDI/AAAAAAAAABg/rW8rNRCbi_Y/s1600/ruby.jpg" />
         <pubDate>2017-09-06 20:43:53 UTC</pubDate>
         <guid>https://padlet.com/candy_chen3/jdtgs887t4wh/wish/185314328</guid>
      </item>
      <item>
         <title>HISTORIA DE RUBY</title>
         <author>candy_chen3</author>
         <link>https://padlet.com/candy_chen3/jdtgs887t4wh/wish/185314373</link>
         <description><![CDATA[<div>El lenguaje fue creado por Yukihiro "Matz" Matsumoto, quien empezó a trabajar en Ruby el 24 de febrero de 1993, y lo presentó al público en el año 1995. En el círculo de amigos de Matsumoto se le puso el nombre de Ruby&nbsp; como broma aludiendo al lenguaje de programación Perl .  Los principales desarrolladores han apoyado la máquina virtual proporcionada por el proyecto YARV, que se fusionó en el árbol de código fuente de Ruby el 31 de diciembre de 2006, y se dio a conocer como Ruby 1.9</div>]]></description>
         <enclosure url="https://d15shllkswkct0.cloudfront.net/wp-content/blogs.dir/1/files/2011/08/matz.jpg" />
         <pubDate>2017-09-06 20:44:05 UTC</pubDate>
         <guid>https://padlet.com/candy_chen3/jdtgs887t4wh/wish/185314373</guid>
      </item>
      <item>
         <title>EJEMPLO DE VISUAL BASIC</title>
         <author>candy_chen3</author>
         <link>https://padlet.com/candy_chen3/jdtgs887t4wh/wish/185321768</link>
         <description><![CDATA[<div>Crea un programa que nos calcula el area un cuadrado. Tenemos que pedir el radio de la circunferencia. Podemos obtener el valor de PI, con Math.PI<br> <strong>Sub Main()</strong></div><div><strong>        Console.WriteLine("Escribe el valor de un radio")</strong></div><div><strong>        Dim radio As Double = Console.ReadLine()</strong></div><div><strong>        Dim area As Double = Math.PI * Math.Pow(radio, 2)</strong></div><div><strong>        Console.WriteLine("El area es " &amp; area)</strong></div><div><strong>        Console.ReadLine()</strong></div><div><strong>    End Sub</strong></div><div><strong>End Module</strong></div>]]></description>
         <enclosure url="http://cdn3.scenebeta.com/archivos/www/Captura1Tutorial2VB2008Express.jpg" />
         <pubDate>2017-09-06 21:18:41 UTC</pubDate>
         <guid>https://padlet.com/candy_chen3/jdtgs887t4wh/wish/185321768</guid>
      </item>
      <item>
         <title>VERSIONES DE VISUAL BASIC</title>
         <author>candy_chen3</author>
         <link>https://padlet.com/candy_chen3/jdtgs887t4wh/wish/185321803</link>
         <description><![CDATA[<div>Visual Basic 1.0<br>Visual Basic 2.0</div><div>Visual Basic 3.0<br>Visual Basic 4.0<br>Visual Basic 5.0<br>Visual Basic 6.0</div>]]></description>
         <enclosure url="http://4.bp.blogspot.com/-NbQXJ9H8Gsk/T5iI7ySkWVI/AAAAAAAAAD8/owGVmMtTrGE/s1600/url+versiones.png" />
         <pubDate>2017-09-06 21:18:53 UTC</pubDate>
         <guid>https://padlet.com/candy_chen3/jdtgs887t4wh/wish/185321803</guid>
      </item>
      <item>
         <title>DESVENTAJAS DE VISUAL BASIC</title>
         <author>candy_chen3</author>
         <link>https://padlet.com/candy_chen3/jdtgs887t4wh/wish/185322600</link>
         <description><![CDATA[<ul><li>Soporte pobre para programación orientada a objetos.</li><li>Incapacidad para crear aplicaciones multihilo, sin tener que recurrir a llamadas de la API de Windows.</li><li>La capacidad de utilizar controles en un único formulario es muy limitada en comparación a otras herramientas.</li></ul>]]></description>
         <enclosure url="http://1.bp.blogspot.com/_cNT3i-71tio/TKOsD4xU1eI/AAAAAAAAADE/MyzViRlYZCk/s400/VISUAL+BASIC+6+PORTABLE%5B1%5D.jpg" />
         <pubDate>2017-09-06 21:22:38 UTC</pubDate>
         <guid>https://padlet.com/candy_chen3/jdtgs887t4wh/wish/185322600</guid>
      </item>
      <item>
         <title>VENTAJAS DE VISUAL BASIC</title>
         <author>candy_chen3</author>
         <link>https://padlet.com/candy_chen3/jdtgs887t4wh/wish/185322660</link>
         <description><![CDATA[<ul><li>Es un lenguaje RAD.</li><li>Posee una curva de aprendizaje muy rápida.</li><li>Integra el diseño e implementación de formularios de Windows.</li><li>Permite usar con suma facilidad la plataforma de los sistemas Windows.</li></ul>]]></description>
         <enclosure url="http://queandandiciendo.com/wp-content/uploads/maxresdefault-8.jpg" />
         <pubDate>2017-09-06 21:22:53 UTC</pubDate>
         <guid>https://padlet.com/candy_chen3/jdtgs887t4wh/wish/185322660</guid>
      </item>
      <item>
         <title>CARACTERÍSTICA DE VISUAL BASIC</title>
         <author>candy_chen3</author>
         <link>https://padlet.com/candy_chen3/jdtgs887t4wh/wish/185322707</link>
         <description><![CDATA[<ul><li>Integra el diseño e implementación de formularios de Windows.</li><li>Es uno de los lenguajes de uso más extendido, por lo que resulta fácil encontrar información, documentación y fuentes para los proyectos.</li><li>Posibilita añadir soporte para ejecución de scripts, VBScript o JScript, en las aplicaciones mediante Microsoft Script Control.</li></ul>]]></description>
         <enclosure url="http://acadimax.com/wp-content/uploads/2016/08/lenguaje-c.jpg" />
         <pubDate>2017-09-06 21:23:08 UTC</pubDate>
         <guid>https://padlet.com/candy_chen3/jdtgs887t4wh/wish/185322707</guid>
      </item>
      <item>
         <title>HISTORIA DE VISUAL BASIC</title>
         <author>candy_chen3</author>
         <link>https://padlet.com/candy_chen3/jdtgs887t4wh/wish/185322747</link>
         <description><![CDATA[<div>Visual Basic (VB) es un lenguaje de programación desarrollado por Alan Cooper para Microsoft. Este lenguaje de programación es un dialecto de BASIC, con importantes agregados. El equipo de Microsoft decidió inventar un concepto de programación sencilla para todos. Y el resultado fue Microsoft Visual Basic, que permite generar programas con interfaz gráfica programando de forma sencilla, aunque haciendo programas potentes y estables.</div>]]></description>
         <enclosure url="https://upload.wikimedia.org/wikipedia/commons/thumb/4/44/AlanCooper.jpg/1200px-AlanCooper.jpg" />
         <pubDate>2017-09-06 21:23:23 UTC</pubDate>
         <guid>https://padlet.com/candy_chen3/jdtgs887t4wh/wish/185322747</guid>
      </item>
      <item>
         <title>EJEMPLO DE C</title>
         <author>candy_chen3</author>
         <link>https://padlet.com/candy_chen3/jdtgs887t4wh/wish/185326194</link>
         <description><![CDATA[<div><strong>Declaración de una variable tipo int llamada edad.<br></strong>#include &lt;stdio.h&gt;<br>#include &lt;stdlib.h&gt;<br>int main() {<br>int edad;<br>edad=54;<br>printf ("La edad es %d años\n", edad);</div><div>printf ("Gracias por utilizar este programa del curso aprenderaprogramar.com");</div><div>return 0;<br>}<br><br>El resultado de ejecutar este programa será similar a:</div><div>La edad es 54 a±os<br>Gracias por utilizar este programa</div>]]></description>
         <enclosure url="http://3.bp.blogspot.com/-EUBGTQlM0dM/UG9IzmjK3lI/AAAAAAAAAWg/QXFhph6h_lo/s1600/solucion-ejercicio-c.gif" />
         <pubDate>2017-09-06 21:49:39 UTC</pubDate>
         <guid>https://padlet.com/candy_chen3/jdtgs887t4wh/wish/185326194</guid>
      </item>
      <item>
         <title>VERSIONES DE C</title>
         <author>candy_chen3</author>
         <link>https://padlet.com/candy_chen3/jdtgs887t4wh/wish/185326210</link>
         <description><![CDATA[<div>Hay cinco versiones significativas:<br><br>*C# 1.0, Entregada al publico en el año 2002<br>*C# 1.2 Entregada al público en Abril de 2003<br>*C# 2.0; Entregada al público en Noviembre de 2005<br>*C# 3.0; Entregada al público en Noviembre de 2007<br>*C# 4.0; Entregada al público en Abril de 2010<br>*C# 5.0; Entregada en Agosto de 2012</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-09-06 21:49:47 UTC</pubDate>
         <guid>https://padlet.com/candy_chen3/jdtgs887t4wh/wish/185326210</guid>
      </item>
      <item>
         <title>DESVENTAJAS DE C</title>
         <author>candy_chen3</author>
         <link>https://padlet.com/candy_chen3/jdtgs887t4wh/wish/185326229</link>
         <description><![CDATA[<ol><li>Es más complicado de aprender que otros lenguajes de programación como por ejemplo el Pascal.</li><li>Requiere una cierta experiencia para poder sacarle el máximo rendimiento.</li><li>Sin disciplina es difícil mantener el control del programa.</li></ol>]]></description>
         <enclosure url="" />
         <pubDate>2017-09-06 21:49:55 UTC</pubDate>
         <guid>https://padlet.com/candy_chen3/jdtgs887t4wh/wish/185326229</guid>
      </item>
      <item>
         <title>VENTAJAS DE C</title>
         <author>candy_chen3</author>
         <link>https://padlet.com/candy_chen3/jdtgs887t4wh/wish/185326239</link>
         <description><![CDATA[<ol><li>Es un lenguaje potente y eficiente, permitiendo obtener programas rápidos y compactos.</li><li>Proporciona un completo control de cuanto sucede en el interior del ordenador.</li><li>Permite una amplia libertad de organización del trabajo.</li></ol>]]></description>
         <enclosure url="https://ugc.kn3.net/i/origin/http://www.estrellateyarde.org/wp-content/uploads/image/anjuta.jpg" />
         <pubDate>2017-09-06 21:50:01 UTC</pubDate>
         <guid>https://padlet.com/candy_chen3/jdtgs887t4wh/wish/185326239</guid>
      </item>
      <item>
         <title>CARACTERÍSTICAS DE C</title>
         <author>candy_chen3</author>
         <link>https://padlet.com/candy_chen3/jdtgs887t4wh/wish/185326256</link>
         <description><![CDATA[<div>1.Tiene un conjunto completo de instrucciones de control.<br>2. Permite la agrupación de instrucciones.<br>3. Incluye el concepto de puntero (variable que contiene la dirección de otra variable).<br>4. Los argumentos de las funciones se transfieren por su valor.<br>5. E/S no forma parte del lenguaje, sino que se proporciona a través de una biblioteca de funciones.</div>]]></description>
         <enclosure url="http://www.pisitoenmadrid.com/blog/wp-content/uploads/2011/03/inception-c-code.png" />
         <pubDate>2017-09-06 21:50:06 UTC</pubDate>
         <guid>https://padlet.com/candy_chen3/jdtgs887t4wh/wish/185326256</guid>
      </item>
      <item>
         <title>HISTORIA DE C</title>
         <author>candy_chen3</author>
         <link>https://padlet.com/candy_chen3/jdtgs887t4wh/wish/185326278</link>
         <description><![CDATA[<div>El lenguaje C fue creado por Dennis Ritchie en los laboratorios Bell Telephone en 1972, el C fue creado con un fin específico: el diseño del sistema operativo UNIX. Este lenguaje solo es una modificación del lenguaje B. El lenguaje C se llama de esta forma debido a que su predecesor fue llamado B.&nbsp; </div>]]></description>
         <enclosure url="https://upload.wikimedia.org/wikipedia/commons/2/23/Dennis_Ritchie_2011.jpg" />
         <pubDate>2017-09-06 21:50:18 UTC</pubDate>
         <guid>https://padlet.com/candy_chen3/jdtgs887t4wh/wish/185326278</guid>
      </item>
      <item>
         <title>Examen</title>
         <author>candy_chen3</author>
         <link>https://padlet.com/candy_chen3/jdtgs887t4wh/wish/185330682</link>
         <description><![CDATA[<div>Candy Chen Luo</div><div>XI°B</div><div>10/9/17</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-09-06 22:31:23 UTC</pubDate>
         <guid>https://padlet.com/candy_chen3/jdtgs887t4wh/wish/185330682</guid>
      </item>
   </channel>
</rss>
