<?xml version="1.0"?>
<rss version="2.0">
   <channel>
      <title>CSP P.2 by Steph</title>
      <link>https://padlet.com/stephanyvarela24/eun1g9tc27bb</link>
      <description></description>
      <language>en-us</language>
      <pubDate>2018-01-12 14:32:27 UTC</pubDate>
      <lastBuildDate>2025-11-27 00:02:53 UTC</lastBuildDate>
      <webMaster>hello@padlet.com</webMaster>
      <image>
         <url></url>
      </image>
      <item>
         <title>Algorithm</title>
         <author>stephanyvarela24</author>
         <link>https://padlet.com/stephanyvarela24/eun1g9tc27bb/wish/220978522</link>
         <description><![CDATA[<div>A precise sequence of instructions for processes that can be executed by a computer and are implemented using programming languages. (NOTE: this is the definition from the AP CS Principles framework).</div><div><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2018-01-12 14:33:15 UTC</pubDate>
         <guid>https://padlet.com/stephanyvarela24/eun1g9tc27bb/wish/220978522</guid>
      </item>
      <item>
         <title>Low level programming language</title>
         <author>stephanyvarela24</author>
         <link>https://padlet.com/stephanyvarela24/eun1g9tc27bb/wish/220981721</link>
         <description><![CDATA[<div> A programming language that captures only the most primitive operations available to a machine. Anything that a computer can do can be represented with combinations of low level commands.</div><div><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2018-01-12 14:39:51 UTC</pubDate>
         <guid>https://padlet.com/stephanyvarela24/eun1g9tc27bb/wish/220981721</guid>
      </item>
      <item>
         <title>High level programming language</title>
         <author>stephanyvarela24</author>
         <link>https://padlet.com/stephanyvarela24/eun1g9tc27bb/wish/220981928</link>
         <description><![CDATA[<div>A programming language with many commands and features designed to make common tasks easier to program. Any high level functionality is encapsulated as combinations of low level commands.</div><div><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2018-01-12 14:40:18 UTC</pubDate>
         <guid>https://padlet.com/stephanyvarela24/eun1g9tc27bb/wish/220981928</guid>
      </item>
      <item>
         <title>Abstraction</title>
         <author>stephanyvarela24</author>
         <link>https://padlet.com/stephanyvarela24/eun1g9tc27bb/wish/220987319</link>
         <description><![CDATA[<div>A simplified representation of something more complex. Abstractions allow you to hide details to help you manage complexity, focus on relevant concepts, and reason about problems at a higher level.</div><div><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2018-01-12 14:51:48 UTC</pubDate>
         <guid>https://padlet.com/stephanyvarela24/eun1g9tc27bb/wish/220987319</guid>
      </item>
      <item>
         <title>Function</title>
         <author>stephanyvarela24</author>
         <link>https://padlet.com/stephanyvarela24/eun1g9tc27bb/wish/220987623</link>
         <description><![CDATA[<div>A&nbsp;named group of programming instructions. Functions are reusable abstractions that reduce the complexity of writing and maintaining programs</div><div><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2018-01-12 14:52:29 UTC</pubDate>
         <guid>https://padlet.com/stephanyvarela24/eun1g9tc27bb/wish/220987623</guid>
      </item>
      <item>
         <title>Top Down Design</title>
         <author>stephanyvarela24</author>
         <link>https://padlet.com/stephanyvarela24/eun1g9tc27bb/wish/220987952</link>
         <description><![CDATA[<div>A&nbsp;problem solving approach (also known as step wise design) in which you break down a system to gain insight into the sub-systems that make it up.</div><div><br><br></div><div><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2018-01-12 14:53:18 UTC</pubDate>
         <guid>https://padlet.com/stephanyvarela24/eun1g9tc27bb/wish/220987952</guid>
      </item>
      <item>
         <title>Iterate</title>
         <author>stephanyvarela24</author>
         <link>https://padlet.com/stephanyvarela24/eun1g9tc27bb/wish/221719405</link>
         <description><![CDATA[<div>&nbsp;To repeat in order to achieve, or get closer to, a desired goal.</div>]]></description>
         <enclosure url="" />
         <pubDate>2018-01-16 14:40:56 UTC</pubDate>
         <guid>https://padlet.com/stephanyvarela24/eun1g9tc27bb/wish/221719405</guid>
      </item>
      <item>
         <title>Selection</title>
         <author>stephanyvarela24</author>
         <link>https://padlet.com/stephanyvarela24/eun1g9tc27bb/wish/221719629</link>
         <description><![CDATA[<div>&nbsp;A generic term for a type of programming statement (usually an if-statement) that uses a Boolean condition to determine, or select, whether or not to run a certain block of statements.</div>]]></description>
         <enclosure url="" />
         <pubDate>2018-01-16 14:41:22 UTC</pubDate>
         <guid>https://padlet.com/stephanyvarela24/eun1g9tc27bb/wish/221719629</guid>
      </item>
      <item>
         <title>Sequencing</title>
         <author>stephanyvarela24</author>
         <link>https://padlet.com/stephanyvarela24/eun1g9tc27bb/wish/221719867</link>
         <description><![CDATA[<div>Putting commands in correct order so computers can read the commands</div>]]></description>
         <enclosure url="" />
         <pubDate>2018-01-16 14:41:56 UTC</pubDate>
         <guid>https://padlet.com/stephanyvarela24/eun1g9tc27bb/wish/221719867</guid>
      </item>
      <item>
         <title>Turtle Programming</title>
         <author>stephanyvarela24</author>
         <link>https://padlet.com/stephanyvarela24/eun1g9tc27bb/wish/221720119</link>
         <description><![CDATA[<div>A&nbsp;classic method for learning programming with commands to control movement and drawing of an on-screen robot called a "turtle". The turtle hearkens back to early implementations in which children programmed a physical robot whose dome-like shape was reminiscent of a turtle.</div>]]></description>
         <enclosure url="" />
         <pubDate>2018-01-16 14:42:32 UTC</pubDate>
         <guid>https://padlet.com/stephanyvarela24/eun1g9tc27bb/wish/221720119</guid>
      </item>
      <item>
         <title>Programming Language</title>
         <author>stephanyvarela24</author>
         <link>https://padlet.com/stephanyvarela24/eun1g9tc27bb/wish/221720851</link>
         <description><![CDATA[<div>A coding language used to dictate specific instructions to a computer.</div>]]></description>
         <enclosure url="" />
         <pubDate>2018-01-16 14:44:06 UTC</pubDate>
         <guid>https://padlet.com/stephanyvarela24/eun1g9tc27bb/wish/221720851</guid>
      </item>
      <item>
         <title>Programming Enviornment</title>
         <author>stephanyvarela24</author>
         <link>https://padlet.com/stephanyvarela24/eun1g9tc27bb/wish/221721570</link>
         <description><![CDATA[<div>A tool where you write and run computer programs.</div>]]></description>
         <enclosure url="" />
         <pubDate>2018-01-16 14:45:39 UTC</pubDate>
         <guid>https://padlet.com/stephanyvarela24/eun1g9tc27bb/wish/221721570</guid>
      </item>
      <item>
         <title>Abstraction</title>
         <author>stephanyvarela24</author>
         <link>https://padlet.com/stephanyvarela24/eun1g9tc27bb/wish/221725876</link>
         <description><![CDATA[<div>A simplified representation of something more complex. Abstractions allow you to hide details to help you manage complexity, focus on relevant concepts, and reason about problems at a higher level.</div>]]></description>
         <enclosure url="" />
         <pubDate>2018-01-16 14:54:07 UTC</pubDate>
         <guid>https://padlet.com/stephanyvarela24/eun1g9tc27bb/wish/221725876</guid>
      </item>
      <item>
         <title>Function</title>
         <author>stephanyvarela24</author>
         <link>https://padlet.com/stephanyvarela24/eun1g9tc27bb/wish/221726137</link>
         <description><![CDATA[<div>A&nbsp;named group of programming instructions. Functions are reusable abstractions that reduce the complexity of writing and maintaining programs</div>]]></description>
         <enclosure url="" />
         <pubDate>2018-01-16 14:54:37 UTC</pubDate>
         <guid>https://padlet.com/stephanyvarela24/eun1g9tc27bb/wish/221726137</guid>
      </item>
      <item>
         <title>API</title>
         <author>stephanyvarela24</author>
         <link>https://padlet.com/stephanyvarela24/eun1g9tc27bb/wish/221730083</link>
         <description><![CDATA[<div>A collection of commands made available to a programmer</div>]]></description>
         <enclosure url="" />
         <pubDate>2018-01-16 15:02:21 UTC</pubDate>
         <guid>https://padlet.com/stephanyvarela24/eun1g9tc27bb/wish/221730083</guid>
      </item>
      <item>
         <title>Documentation</title>
         <author>stephanyvarela24</author>
         <link>https://padlet.com/stephanyvarela24/eun1g9tc27bb/wish/221730331</link>
         <description><![CDATA[<div>A description of the behavior of a command, function, library, API, etc.</div>]]></description>
         <enclosure url="" />
         <pubDate>2018-01-16 15:02:52 UTC</pubDate>
         <guid>https://padlet.com/stephanyvarela24/eun1g9tc27bb/wish/221730331</guid>
      </item>
      <item>
         <title>Hexadecimal</title>
         <author>stephanyvarela24</author>
         <link>https://padlet.com/stephanyvarela24/eun1g9tc27bb/wish/221730482</link>
         <description><![CDATA[<div>&nbsp;A base-16 number system that uses sixteen distinct symbols 0-9 and A-F to represent numbers from 0 to 15.</div>]]></description>
         <enclosure url="" />
         <pubDate>2018-01-16 15:03:17 UTC</pubDate>
         <guid>https://padlet.com/stephanyvarela24/eun1g9tc27bb/wish/221730482</guid>
      </item>
      <item>
         <title>Library</title>
         <author>stephanyvarela24</author>
         <link>https://padlet.com/stephanyvarela24/eun1g9tc27bb/wish/221730609</link>
         <description><![CDATA[<div>&nbsp;A collection of commands / functions, typically with a shared purpose</div>]]></description>
         <enclosure url="" />
         <pubDate>2018-01-16 15:03:35 UTC</pubDate>
         <guid>https://padlet.com/stephanyvarela24/eun1g9tc27bb/wish/221730609</guid>
      </item>
      <item>
         <title>Parameter</title>
         <author>stephanyvarela24</author>
         <link>https://padlet.com/stephanyvarela24/eun1g9tc27bb/wish/221730788</link>
         <description><![CDATA[<div>An extra piece of information that you pass to the function to customize it for a specific need.</div>]]></description>
         <enclosure url="" />
         <pubDate>2018-01-16 15:04:02 UTC</pubDate>
         <guid>https://padlet.com/stephanyvarela24/eun1g9tc27bb/wish/221730788</guid>
      </item>
      <item>
         <title>Moore&#39;s Law</title>
         <author>stephanyvarela24</author>
         <link>https://padlet.com/stephanyvarela24/eun1g9tc27bb/wish/222816983</link>
         <description><![CDATA[<div>The observation that computing power roughly doubles every two years.</div>]]></description>
         <enclosure url="" />
         <pubDate>2018-01-19 15:24:18 UTC</pubDate>
         <guid>https://padlet.com/stephanyvarela24/eun1g9tc27bb/wish/222816983</guid>
      </item>
      <item>
         <title>Big Data</title>
         <author>stephanyvarela24</author>
         <link>https://padlet.com/stephanyvarela24/eun1g9tc27bb/wish/222817272</link>
         <description><![CDATA[<div>A broad term for data sets so large or complex that traditional data processing applications are inadequate.</div>]]></description>
         <enclosure url="" />
         <pubDate>2018-01-19 15:24:54 UTC</pubDate>
         <guid>https://padlet.com/stephanyvarela24/eun1g9tc27bb/wish/222817272</guid>
      </item>
      <item>
         <title>One pager</title>
         <author>stephanyvarela24</author>
         <link>https://padlet.com/stephanyvarela24/eun1g9tc27bb/wish/222826283</link>
         <description><![CDATA[<div>A business/corporate term for a one-page document that summarizes a large issue, topic or plan. The purpose is to distill and highlight the most important pieces of information in a digestible manner so that the reader can be quickly acquainted with the relevant details of the "big picture."</div>]]></description>
         <enclosure url="" />
         <pubDate>2018-01-19 15:42:27 UTC</pubDate>
         <guid>https://padlet.com/stephanyvarela24/eun1g9tc27bb/wish/222826283</guid>
      </item>
      <item>
         <title>Encryption</title>
         <author>stephanyvarela24</author>
         <link>https://padlet.com/stephanyvarela24/eun1g9tc27bb/wish/225613290</link>
         <description><![CDATA[<div>A process of encoding messages to keep them secret, so only "authorized" parties can read it.</div>]]></description>
         <enclosure url="" />
         <pubDate>2018-01-29 13:53:10 UTC</pubDate>
         <guid>https://padlet.com/stephanyvarela24/eun1g9tc27bb/wish/225613290</guid>
      </item>
      <item>
         <title>Decryption </title>
         <author>stephanyvarela24</author>
         <link>https://padlet.com/stephanyvarela24/eun1g9tc27bb/wish/225613544</link>
         <description><![CDATA[<div>A&nbsp;process that reverses encryption, taking a secret message and reproducing the original plain text</div>]]></description>
         <enclosure url="" />
         <pubDate>2018-01-29 13:53:40 UTC</pubDate>
         <guid>https://padlet.com/stephanyvarela24/eun1g9tc27bb/wish/225613544</guid>
      </item>
      <item>
         <title>Cipher </title>
         <author>stephanyvarela24</author>
         <link>https://padlet.com/stephanyvarela24/eun1g9tc27bb/wish/225613804</link>
         <description><![CDATA[<div>The generic term for a technique (or algorithm) that performs encryption</div>]]></description>
         <enclosure url="" />
         <pubDate>2018-01-29 13:54:07 UTC</pubDate>
         <guid>https://padlet.com/stephanyvarela24/eun1g9tc27bb/wish/225613804</guid>
      </item>
      <item>
         <title>Caesar&#39;s Cipher</title>
         <author>stephanyvarela24</author>
         <link>https://padlet.com/stephanyvarela24/eun1g9tc27bb/wish/225614100</link>
         <description><![CDATA[<div>A&nbsp;technique for encryption that shifts the alphabet by some number of characters.</div>]]></description>
         <enclosure url="" />
         <pubDate>2018-01-29 13:54:34 UTC</pubDate>
         <guid>https://padlet.com/stephanyvarela24/eun1g9tc27bb/wish/225614100</guid>
      </item>
      <item>
         <title>Random Substitution Ciphe</title>
         <author>stephanyvarela24</author>
         <link>https://padlet.com/stephanyvarela24/eun1g9tc27bb/wish/225614356</link>
         <description><![CDATA[<div>An encoding technique that maps each letter of the alphabet randomly to different letters or characters.</div>]]></description>
         <enclosure url="" />
         <pubDate>2018-01-29 13:55:02 UTC</pubDate>
         <guid>https://padlet.com/stephanyvarela24/eun1g9tc27bb/wish/225614356</guid>
      </item>
      <item>
         <title>Cracking encryption </title>
         <author>stephanyvarela24</author>
         <link>https://padlet.com/stephanyvarela24/eun1g9tc27bb/wish/225614688</link>
         <description><![CDATA[<div>When you attempt to decode a secret message <em>without</em> knowing all the specifics of the cipher, you are trying to <strong>crack</strong> the encryption.</div>]]></description>
         <enclosure url="" />
         <pubDate>2018-01-29 13:55:34 UTC</pubDate>
         <guid>https://padlet.com/stephanyvarela24/eun1g9tc27bb/wish/225614688</guid>
      </item>
      <item>
         <title>What is encryption algorithm?</title>
         <author>stephanyvarela24</author>
         <link>https://padlet.com/stephanyvarela24/eun1g9tc27bb/wish/226544615</link>
         <description><![CDATA[<div>A mathematical procedure for performing encryption on data.</div>]]></description>
         <enclosure url="" />
         <pubDate>2018-01-31 13:44:37 UTC</pubDate>
         <guid>https://padlet.com/stephanyvarela24/eun1g9tc27bb/wish/226544615</guid>
      </item>
      <item>
         <title>What is encryption key?</title>
         <author>stephanyvarela24</author>
         <link>https://padlet.com/stephanyvarela24/eun1g9tc27bb/wish/226555145</link>
         <description><![CDATA[<div>Encryption is the most effective way to achieve data security</div>]]></description>
         <enclosure url="" />
         <pubDate>2018-01-31 14:00:18 UTC</pubDate>
         <guid>https://padlet.com/stephanyvarela24/eun1g9tc27bb/wish/226555145</guid>
      </item>
      <item>
         <title>What is Decrypting?</title>
         <author>stephanyvarela24</author>
         <link>https://padlet.com/stephanyvarela24/eun1g9tc27bb/wish/226555315</link>
         <description><![CDATA[<div>When you try and unscramble a code.</div>]]></description>
         <enclosure url="" />
         <pubDate>2018-01-31 14:00:38 UTC</pubDate>
         <guid>https://padlet.com/stephanyvarela24/eun1g9tc27bb/wish/226555315</guid>
      </item>
      <item>
         <title>What is cracking? </title>
         <author>stephanyvarela24</author>
         <link>https://padlet.com/stephanyvarela24/eun1g9tc27bb/wish/226555480</link>
         <description><![CDATA[<div>When you are physically hacking or working on opening something.</div>]]></description>
         <enclosure url="" />
         <pubDate>2018-01-31 14:00:59 UTC</pubDate>
         <guid>https://padlet.com/stephanyvarela24/eun1g9tc27bb/wish/226555480</guid>
      </item>
      <item>
         <title>Modulo (or &quot;mod&quot;) </title>
         <author>stephanyvarela24</author>
         <link>https://padlet.com/stephanyvarela24/eun1g9tc27bb/wish/227500922</link>
         <description><![CDATA[<div>he name of the mathematical operation. Modulo gives the remainder from dividing two numbers. For example: 17 MOD 13 is 4.</div>]]></description>
         <enclosure url="" />
         <pubDate>2018-02-02 14:37:33 UTC</pubDate>
         <guid>https://padlet.com/stephanyvarela24/eun1g9tc27bb/wish/227500922</guid>
      </item>
      <item>
         <title>Asymmetric encryption</title>
         <author>stephanyvarela24</author>
         <link>https://padlet.com/stephanyvarela24/eun1g9tc27bb/wish/227501375</link>
         <description><![CDATA[<div>a type of cryptographic based on algorithms that require two keys -- one of which is secret (or private) and one of which is public (freely known to others).</div>]]></description>
         <enclosure url="" />
         <pubDate>2018-02-02 14:38:23 UTC</pubDate>
         <guid>https://padlet.com/stephanyvarela24/eun1g9tc27bb/wish/227501375</guid>
      </item>
      <item>
         <title>Public key</title>
         <author>stephanyvarela24</author>
         <link>https://padlet.com/stephanyvarela24/eun1g9tc27bb/wish/227502029</link>
         <description><![CDATA[<div>a value that can be used to encrypt a message. However, only when combined with a mathematically-related private key, can the message be decrypted.</div>]]></description>
         <enclosure url="" />
         <pubDate>2018-02-02 14:39:33 UTC</pubDate>
         <guid>https://padlet.com/stephanyvarela24/eun1g9tc27bb/wish/227502029</guid>
      </item>
      <item>
         <title>Private key</title>
         <author>stephanyvarela24</author>
         <link>https://padlet.com/stephanyvarela24/eun1g9tc27bb/wish/227502730</link>
         <description><![CDATA[<div>the complementary key to a public key that is used to decrypt a message.</div>]]></description>
         <enclosure url="" />
         <pubDate>2018-02-02 14:40:43 UTC</pubDate>
         <guid>https://padlet.com/stephanyvarela24/eun1g9tc27bb/wish/227502730</guid>
      </item>
      <item>
         <title>User Interface (UI)</title>
         <author>stephanyvarela24</author>
         <link>https://padlet.com/stephanyvarela24/eun1g9tc27bb/wish/231033309</link>
         <description><![CDATA[<div>The "User Interface" or UI of an app refers to how a person (user) interacts with the computer or app.</div>]]></description>
         <enclosure url="" />
         <pubDate>2018-02-13 14:11:58 UTC</pubDate>
         <guid>https://padlet.com/stephanyvarela24/eun1g9tc27bb/wish/231033309</guid>
      </item>
      <item>
         <title>UI Elements</title>
         <author>stephanyvarela24</author>
         <link>https://padlet.com/stephanyvarela24/eun1g9tc27bb/wish/231034073</link>
         <description><![CDATA[<div>or objects, like buttons, images, text boxes, pull down menus, screens and so on.</div>]]></description>
         <enclosure url="" />
         <pubDate>2018-02-13 14:12:56 UTC</pubDate>
         <guid>https://padlet.com/stephanyvarela24/eun1g9tc27bb/wish/231034073</guid>
      </item>
      <item>
         <title>UI Events </title>
         <author>stephanyvarela24</author>
         <link>https://padlet.com/stephanyvarela24/eun1g9tc27bb/wish/231049101</link>
         <description><![CDATA[<div>&nbsp;or controls, like <em>click, scroll, move mouse, type keyboard key</em>, etc.</div>]]></description>
         <enclosure url="" />
         <pubDate>2018-02-13 14:36:26 UTC</pubDate>
         <guid>https://padlet.com/stephanyvarela24/eun1g9tc27bb/wish/231049101</guid>
      </item>
      <item>
         <title>Event-driven program</title>
         <author>stephanyvarela24</author>
         <link>https://padlet.com/stephanyvarela24/eun1g9tc27bb/wish/231049370</link>
         <description><![CDATA[<div>a program designed to run blocks of code or functions in response to specified events (e.g. a mouse click)</div>]]></description>
         <enclosure url="" />
         <pubDate>2018-02-13 14:36:49 UTC</pubDate>
         <guid>https://padlet.com/stephanyvarela24/eun1g9tc27bb/wish/231049370</guid>
      </item>
      <item>
         <title>Event handling </title>
         <author>stephanyvarela24</author>
         <link>https://padlet.com/stephanyvarela24/eun1g9tc27bb/wish/231049651</link>
         <description><![CDATA[<div>&nbsp;an overarching term for the coding tasks involved in making your app respond to events by triggering functions.</div>]]></description>
         <enclosure url="" />
         <pubDate>2018-02-13 14:37:06 UTC</pubDate>
         <guid>https://padlet.com/stephanyvarela24/eun1g9tc27bb/wish/231049651</guid>
      </item>
      <item>
         <title>Event listener </title>
         <author>stephanyvarela24</author>
         <link>https://padlet.com/stephanyvarela24/eun1g9tc27bb/wish/231049980</link>
         <description><![CDATA[<div>a command (onEvent in App Lab) that can be set up to trigger a function when a particular type of event occurs on a particular UI element.</div>]]></description>
         <enclosure url="" />
         <pubDate>2018-02-13 14:37:36 UTC</pubDate>
         <guid>https://padlet.com/stephanyvarela24/eun1g9tc27bb/wish/231049980</guid>
      </item>
      <item>
         <title>Callback function</title>
         <author>stephanyvarela24</author>
         <link>https://padlet.com/stephanyvarela24/eun1g9tc27bb/wish/231050250</link>
         <description><![CDATA[<div>a function specified as part of an event listener; it is written by the programmer but <em>called</em> by the system as the result of an event trigger.</div>]]></description>
         <enclosure url="" />
         <pubDate>2018-02-13 14:37:56 UTC</pubDate>
         <guid>https://padlet.com/stephanyvarela24/eun1g9tc27bb/wish/231050250</guid>
      </item>
      <item>
         <title>Syntax errors</title>
         <author>stephanyvarela24</author>
         <link>https://padlet.com/stephanyvarela24/eun1g9tc27bb/wish/231903598</link>
         <description><![CDATA[<div>Things you misspelled or wrote in such a way the computer doesn't understand what you're trying to say.<br>Usually the computer spits out an error message of some kind that is a clue about what it can't understand. Fix these with careful reading of the lines that have errors</div><div><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2018-02-15 14:17:52 UTC</pubDate>
         <guid>https://padlet.com/stephanyvarela24/eun1g9tc27bb/wish/231903598</guid>
      </item>
      <item>
         <title>Logic errors</title>
         <author>stephanyvarela24</author>
         <link>https://padlet.com/stephanyvarela24/eun1g9tc27bb/wish/231903972</link>
         <description><![CDATA[<div>The program runs but doesn't do what you think it should. Can be tricky to fix because there might not be an error message Fix by retracing your steps, being humble, and trying to understand why the computer is interpreting what you wrote the way it is.</div><div><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2018-02-15 14:18:28 UTC</pubDate>
         <guid>https://padlet.com/stephanyvarela24/eun1g9tc27bb/wish/231903972</guid>
      </item>
   </channel>
</rss>
