<?xml version="1.0"?>
<rss version="2.0">
   <channel>
      <title>Lakshmi&#39;s CS Midterm by Lakshmi</title>
      <link>https://padlet.com/laks12/o6tzdq5hyczz</link>
      <description></description>
      <language>en-us</language>
      <pubDate>2014-10-24 13:00:24 UTC</pubDate>
      <lastBuildDate>2023-08-01 00:29:13 UTC</lastBuildDate>
      <webMaster>hello@padlet.com</webMaster>
      <image>
         <url>http://d262le4z25sx36.cloudfront.net/portraits/random.jpg</url>
      </image>
      <item>
         <title>A Game of Mad Libs!&amp;nbsp;</title>
         <author>laks12</author>
         <link>https://padlet.com/laks12/o6tzdq5hyczz/wish/38500462</link>
         <description><![CDATA[<p>In this virtual game of Mad Libs was created with Snap!  I used<b> script variables</b> to store data (the player's answers) and refer to them at a later time during the script. The <b>join block</b> was used to join the words of the story to the script variables.  The "play mad libs" block, is a command <b>custom block</b> that I made to keep the story hidden from the player.  </p>]]></description>
         <enclosure url="http://snap.berkeley.edu/snapsource/snap.html#present:Username=laks12&amp;ProjectName=midterm%20madlibs" />
         <pubDate>2014-10-24 16:18:32 UTC</pubDate>
         <guid>https://padlet.com/laks12/o6tzdq5hyczz/wish/38500462</guid>
      </item>
      <item>
         <title>Number Conversions</title>
         <author>laks12</author>
         <link>https://padlet.com/laks12/o6tzdq5hyczz/wish/38585053</link>
         <description><![CDATA[<p>I made 2 reporter <b>custom blocks</b> that takes <b>decimal</b> numbers as inputs and output the <b>binary and hexadecimal values</b>.  <b>Repeat until loops</b> were used to repeatedly divide the decimal number by the base until the quotient was zero.  Operators such as the <b>mod block, equal to, and divide blocks</b> were used to do arithmetic and conditionals like the<b> if and if else blocks</b> were used.</p>]]></description>
         <enclosure url="http://snap.berkeley.edu/snapsource/snap.html#present:Username=laks12&amp;ProjectName=Number%20Conversion" />
         <pubDate>2014-10-26 12:49:50 UTC</pubDate>
         <guid>https://padlet.com/laks12/o6tzdq5hyczz/wish/38585053</guid>
      </item>
      <item>
         <title>Abstraction&amp;nbsp;</title>
         <author>laks12</author>
         <link>https://padlet.com/laks12/o6tzdq5hyczz/wish/38774193</link>
         <description><![CDATA[<p><b>Abstraction</b> is taking a complex system and considering only the essential details.  Abstraction focuses on the "big idea" rather than minor details, and can help simplify complex procedures. </p>]]></description>
         <enclosure url="https://d20uo2axdbh83k.cloudfront.net/20141028/7011c3b69846822321d60faee97768ce/abstraction_perspective_of_user" />
         <pubDate>2014-10-28 00:41:16 UTC</pubDate>
         <guid>https://padlet.com/laks12/o6tzdq5hyczz/wish/38774193</guid>
      </item>
      <item>
         <title>Broadcast</title>
         <author>laks12</author>
         <link>https://padlet.com/laks12/o6tzdq5hyczz/wish/38827542</link>
         <description><![CDATA[<p>The <b>broadcast</b> block allows messages to be sent and received between scripts.  </p>]]></description>
         <enclosure url="http://snap.berkeley.edu/snapsource/snap.html#present:Username=laks12&amp;ProjectName=Broadcast" />
         <pubDate>2014-10-28 13:02:48 UTC</pubDate>
         <guid>https://padlet.com/laks12/o6tzdq5hyczz/wish/38827542</guid>
      </item>
      <item>
         <title>Random Block</title>
         <author>laks12</author>
         <link>https://padlet.com/laks12/o6tzdq5hyczz/wish/38833968</link>
         <description><![CDATA[<p>The <b>random block</b> was used in this program to vary the pen size. </p>]]></description>
         <enclosure url="http://snap.berkeley.edu/snapsource/snap.html#present:Username=laks12&amp;ProjectName=Draw%20square%20-%20midterm" />
         <pubDate>2014-10-28 13:33:53 UTC</pubDate>
         <guid>https://padlet.com/laks12/o6tzdq5hyczz/wish/38833968</guid>
      </item>
      <item>
         <title>Lists</title>
         <author>laks12</author>
         <link>https://padlet.com/laks12/o6tzdq5hyczz/wish/38842463</link>
         <description><![CDATA[<p>A <b>list</b> holds a set of several values.  These values can be words or other lists.  The <b>map block</b> allows an action to be done to all or some items of a list.  The <b>for each item of list block</b> allows an action to be done for all items of a list.  The <b>length block</b> allows you to get the length of a list or word.  The for loop along with the length of block can also be used to perform an action to every item of a list. </p>]]></description>
         <enclosure url="" />
         <pubDate>2014-10-28 14:10:15 UTC</pubDate>
         <guid>https://padlet.com/laks12/o6tzdq5hyczz/wish/38842463</guid>
      </item>
      <item>
         <title>And, or, not</title>
         <author>laks12</author>
         <link>https://padlet.com/laks12/o6tzdq5hyczz/wish/38942942</link>
         <description><![CDATA[<p>The <b>and, or, and not blocks</b> are operators which can set conditions for when an action can be done, when coupled with the if loop.  When coupled with a repeat until loop, it sets the condition for when a repeat loop can stop.</p>]]></description>
         <enclosure url="" />
         <pubDate>2014-10-29 00:15:28 UTC</pubDate>
         <guid>https://padlet.com/laks12/o6tzdq5hyczz/wish/38942942</guid>
      </item>
   </channel>
</rss>
