<?xml version="1.0"?>
<rss version="2.0">
   <channel>
      <title>monday september10th computer hw. by julia wozniak</title>
      <link>https://padlet.com/juliawozniak273/bkonev9ov1ed</link>
      <description>Made with a little mischief</description>
      <language>en-us</language>
      <pubDate>2018-09-27 17:12:10 UTC</pubDate>
      <lastBuildDate>2018-09-27 17:38:26 UTC</lastBuildDate>
      <webMaster>hello@padlet.com</webMaster>
      <image>
         <url>https://padlet-assets.s3.amazonaws.com/icons/Manbag.png</url>
      </image>
      <item>
         <title>Algorithms</title>
         <author>juliawozniak273</author>
         <link>https://padlet.com/juliawozniak273/bkonev9ov1ed/wish/286648416</link>
         <description><![CDATA[<blockquote>A<sup>n algorithm in principle is simply a series of instructions that are followed step by step to solve some problem or do something useful. They have an input which goes through a series of computations, and finally produces an output. One could even say a cooking recipe is an algorithm (indeed this analogy is sometimes mentioned to CS students to intoduce them to the topic). Algorithms are often visually represented using flowcharts:</sup></blockquote>]]></description>
         <enclosure url="" />
         <pubDate>2018-09-27 17:15:57 UTC</pubDate>
         <guid>https://padlet.com/juliawozniak273/bkonev9ov1ed/wish/286648416</guid>
      </item>
      <item>
         <title></title>
         <author>juliawozniak273</author>
         <link>https://padlet.com/juliawozniak273/bkonev9ov1ed/wish/286649532</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://qph.fs.quoracdn.net/main-qimg-eaa97b0bb94165b1afbe2dbe7d7aa95e" />
         <pubDate>2018-09-27 17:19:05 UTC</pubDate>
         <guid>https://padlet.com/juliawozniak273/bkonev9ov1ed/wish/286649532</guid>
      </item>
      <item>
         <title></title>
         <author>juliawozniak273</author>
         <link>https://padlet.com/juliawozniak273/bkonev9ov1ed/wish/286650372</link>
         <description><![CDATA[<blockquote><sub>In mathematics and computer science, an algorithm is a step-by-step procedure for calculations. Algorithms are used for calculation, data processing, and automated reasoning.</sub></blockquote><div><br></div><div><br></div><div><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2018-09-27 17:20:28 UTC</pubDate>
         <guid>https://padlet.com/juliawozniak273/bkonev9ov1ed/wish/286650372</guid>
      </item>
      <item>
         <title></title>
         <author>juliawozniak273</author>
         <link>https://padlet.com/juliawozniak273/bkonev9ov1ed/wish/286651711</link>
         <description><![CDATA[<blockquote><sub>Sorting and Trees.  Hash tables for keyed lookups are one of the most common data structures in use and the underlying algorithms that manage them are used in a huge swath of software.</sub></blockquote>]]></description>
         <enclosure url="" />
         <pubDate>2018-09-27 17:22:44 UTC</pubDate>
         <guid>https://padlet.com/juliawozniak273/bkonev9ov1ed/wish/286651711</guid>
      </item>
      <item>
         <title></title>
         <author>juliawozniak273</author>
         <link>https://padlet.com/juliawozniak273/bkonev9ov1ed/wish/286653029</link>
         <description><![CDATA[<blockquote><sub>An </sub><strong><sub>algorithm</sub></strong><sub> is a fancy to-do list for a computer. </sub><strong><sub>Algorithms</sub></strong><sub> take in zero or more inputs and give back one or more outputs. A recipe is a good example of an </sub><strong><sub>algorithm</sub></strong><sub> because it tells you what you need to do step by step. It takes inputs (ingredients) and produces an output (the completed dish).</sub></blockquote>]]></description>
         <enclosure url="" />
         <pubDate>2018-09-27 17:24:58 UTC</pubDate>
         <guid>https://padlet.com/juliawozniak273/bkonev9ov1ed/wish/286653029</guid>
      </item>
      <item>
         <title>Variables</title>
         <author>juliawozniak273</author>
         <link>https://padlet.com/juliawozniak273/bkonev9ov1ed/wish/286654041</link>
         <description><![CDATA[<blockquote> <strong><em>data item that may take on more than one value during the runtime of a program</em></strong></blockquote>]]></description>
         <enclosure url="" />
         <pubDate>2018-09-27 17:26:42 UTC</pubDate>
         <guid>https://padlet.com/juliawozniak273/bkonev9ov1ed/wish/286654041</guid>
      </item>
      <item>
         <title></title>
         <author>juliawozniak273</author>
         <link>https://padlet.com/juliawozniak273/bkonev9ov1ed/wish/286654775</link>
         <description><![CDATA[<blockquote>When you assign a variable, you use the = symbol. The name of the variable goes on the left and the value you want to store in the variable goes on the right.</blockquote>]]></description>
         <enclosure url="" />
         <pubDate>2018-09-27 17:27:56 UTC</pubDate>
         <guid>https://padlet.com/juliawozniak273/bkonev9ov1ed/wish/286654775</guid>
      </item>
      <item>
         <title></title>
         <author>juliawozniak273</author>
         <link>https://padlet.com/juliawozniak273/bkonev9ov1ed/wish/286655673</link>
         <description><![CDATA[<blockquote><sub>v</sub><strong><sub>ariables</sub></strong><sub> are used to store information to be referenced and manipulated in a computer program. They also provide a way of labeling data with a descriptive name, so our programs can be understood more clearly by the reader and ourselves. It is helpful to think of variables as containers that hold information. </sub></blockquote>]]></description>
         <enclosure url="" />
         <pubDate>2018-09-27 17:29:24 UTC</pubDate>
         <guid>https://padlet.com/juliawozniak273/bkonev9ov1ed/wish/286655673</guid>
      </item>
      <item>
         <title></title>
         <author>juliawozniak273</author>
         <link>https://padlet.com/juliawozniak273/bkonev9ov1ed/wish/286658349</link>
         <description><![CDATA[<div><strong><mark><sup>my $myvariable = "Computer Hope";<br>print "There is hope, $myvariable";</sup></mark></strong></div>]]></description>
         <enclosure url="" />
         <pubDate>2018-09-27 17:33:47 UTC</pubDate>
         <guid>https://padlet.com/juliawozniak273/bkonev9ov1ed/wish/286658349</guid>
      </item>
      <item>
         <title></title>
         <author>juliawozniak273</author>
         <link>https://padlet.com/juliawozniak273/bkonev9ov1ed/wish/286659114</link>
         <description><![CDATA[<div>In <a href="http://www.linfo.org/computer_science.html">computer science</a> a <em>string</em> is any finite sequence of <a href="http://www.linfo.org/character.html"><em>characters</em></a> (i.e., letters, numerals, symbols and punctuation marks).</div>]]></description>
         <enclosure url="" />
         <pubDate>2018-09-27 17:35:02 UTC</pubDate>
         <guid>https://padlet.com/juliawozniak273/bkonev9ov1ed/wish/286659114</guid>
      </item>
      <item>
         <title></title>
         <author>juliawozniak273</author>
         <link>https://padlet.com/juliawozniak273/bkonev9ov1ed/wish/286659376</link>
         <description><![CDATA[<blockquote>A<sub>n important characteristic of each string is its </sub><em><sub>length</sub></em><sub>, which is the number of characters in it. The length can be any </sub><em><sub>natural number</sub></em><sub> (i.e., zero or any positive integer). A particularly useful string for some programming applications is the </sub><em><sub>empty string</sub></em><sub>, which is a string containing no characters and thus having a length of zero. A </sub><em><sub>substring</sub></em><sub> is any contiguous sequence of characters in a string.</sub></blockquote>]]></description>
         <enclosure url="" />
         <pubDate>2018-09-27 17:35:27 UTC</pubDate>
         <guid>https://padlet.com/juliawozniak273/bkonev9ov1ed/wish/286659376</guid>
      </item>
      <item>
         <title></title>
         <author>juliawozniak273</author>
         <link>https://padlet.com/juliawozniak273/bkonev9ov1ed/wish/286661026</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://www.google.com/url?sa=i&amp;rct=j&amp;q=&amp;esrc=s&amp;source=images&amp;cd=&amp;cad=rja&amp;uact=8&amp;ved=2ahUKEwiVku_i3NvdAhWIxIUKHcJICiwQjRx6BAgBEAU&amp;url=https%3A%2F%2Fwww.slideshare.net%2FMomenMostafa%2Fc-programming-data-structure-character-strings-string-functions&amp;psig=AOvVaw28oTW29PCxc1yjsCoo0OXw&amp;ust=1538156269086932" />
         <pubDate>2018-09-27 17:38:04 UTC</pubDate>
         <guid>https://padlet.com/juliawozniak273/bkonev9ov1ed/wish/286661026</guid>
      </item>
   </channel>
</rss>
