<?xml version="1.0"?>
<rss version="2.0">
   <channel>
      <title>November Padlet P5 Brandon Arima by Brandon Arima</title>
      <link>https://padlet.com/brandon_239389/fmzo2ndhl2vp</link>
      <description></description>
      <language>en-us</language>
      <pubDate>2017-11-06 01:20:59 UTC</pubDate>
      <lastBuildDate>2025-10-19 12:33:01 UTC</lastBuildDate>
      <webMaster>hello@padlet.com</webMaster>
      <image>
         <url></url>
      </image>
      <item>
         <title>Thursday, November 2, 2017</title>
         <author>brandon_239389</author>
         <link>https://padlet.com/brandon_239389/fmzo2ndhl2vp/wish/203710937</link>
         <description><![CDATA[<div>Describe the features of a programming language that make it different from the language you are used to using in everyday life. Explain why a programming language must be created in this way.<br><br>-Programming languages must be exact. If it is not there will be an error in the running of the code. If you have an extra character somewhere it is not supposed to be, it will not run properly. Programming must be this way, because the computer must be able to read it and know what to do. </div>]]></description>
         <enclosure url="" />
         <pubDate>2017-11-06 01:21:57 UTC</pubDate>
         <guid>https://padlet.com/brandon_239389/fmzo2ndhl2vp/wish/203710937</guid>
      </item>
      <item>
         <title>Friday, November 3, 2017</title>
         <author>brandon_239389</author>
         <link>https://padlet.com/brandon_239389/fmzo2ndhl2vp/wish/203710996</link>
         <description><![CDATA[<div>What is the difference between high level and low level languages?<br><br>-The difference between high level and low level languages is how it is compiled. They are compiled differently.</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-11-06 01:22:19 UTC</pubDate>
         <guid>https://padlet.com/brandon_239389/fmzo2ndhl2vp/wish/203710996</guid>
      </item>
      <item>
         <title>Monday, November 6, 2017</title>
         <author>brandon_239389</author>
         <link>https://padlet.com/brandon_239389/fmzo2ndhl2vp/wish/204109260</link>
         <description><![CDATA[<div>Today you will start using simple commands to program. Thinking back to the algorithms activities what do you anticipate will be the same about those activities vs. the 'real' thing?"<br><br>-The activities are used to teach us in a way that we would understand how it works, so i think it will be about the same as the activities.</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-11-06 20:23:26 UTC</pubDate>
         <guid>https://padlet.com/brandon_239389/fmzo2ndhl2vp/wish/204109260</guid>
      </item>
      <item>
         <title>Tuesday, November 7, 2017</title>
         <author>brandon_239389</author>
         <link>https://padlet.com/brandon_239389/fmzo2ndhl2vp/wish/204587805</link>
         <description><![CDATA[<div>What is the “most efficient” way to program the solution for the 3x3 grid?<br><br>-if you make a function and just repeat that function in a loop that would make it simple to make the 3x3 grid.</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-11-07 20:50:56 UTC</pubDate>
         <guid>https://padlet.com/brandon_239389/fmzo2ndhl2vp/wish/204587805</guid>
      </item>
      <item>
         <title>Thursday, November 9, 2017</title>
         <author>brandon_239389</author>
         <link>https://padlet.com/brandon_239389/fmzo2ndhl2vp/wish/205447436</link>
         <description><![CDATA[<div>What is a Top-Down Design?<br><br>-top down design is to take something big, and break it down into smaller parts to make it less stressful to do, and make it easier to accomplish.</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-11-09 18:55:26 UTC</pubDate>
         <guid>https://padlet.com/brandon_239389/fmzo2ndhl2vp/wish/205447436</guid>
      </item>
      <item>
         <title>Monday, November 13, 2017</title>
         <author>brandon_239389</author>
         <link>https://padlet.com/brandon_239389/fmzo2ndhl2vp/wish/206477451</link>
         <description><![CDATA[<div>Do you think programmers memorize all of the commands in a programming language? If not, how is anyone ever able to use an entire programming language?<br><br>-</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-11-13 20:26:46 UTC</pubDate>
         <guid>https://padlet.com/brandon_239389/fmzo2ndhl2vp/wish/206477451</guid>
      </item>
      <item>
         <title>Tuesday, November 14, 2017</title>
         <author>brandon_239389</author>
         <link>https://padlet.com/brandon_239389/fmzo2ndhl2vp/wish/206968391</link>
         <description><![CDATA[<div>What is the purpose of parameters in programming?<br><br>-to pass values from different functions, and to have certain input values into a code.</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-11-14 20:54:29 UTC</pubDate>
         <guid>https://padlet.com/brandon_239389/fmzo2ndhl2vp/wish/206968391</guid>
      </item>
      <item>
         <title>Thursday, November 16, 2017</title>
         <author>brandon_239389</author>
         <link>https://padlet.com/brandon_239389/fmzo2ndhl2vp/wish/207846659</link>
         <description><![CDATA[<div>What is the difference between a loop and a for loop? In addition, when should you use a loop instead of a function, or vice versa?<br><br>-a loop is something that repeats the code inside it for a certain amoit if times. You should use a loop when you are repeating something a lot of times at once. Ise a dunction when you use the same lines of code for different parts of your code.</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-11-16 18:58:00 UTC</pubDate>
         <guid>https://padlet.com/brandon_239389/fmzo2ndhl2vp/wish/207846659</guid>
      </item>
      <item>
         <title>Friday, November 17, 2017</title>
         <author>brandon_239389</author>
         <link>https://padlet.com/brandon_239389/fmzo2ndhl2vp/wish/208293099</link>
         <description><![CDATA[<div>What is your favorite dish to eat at Thanksgiving?<br><br>- i like the turkey and the ham. I do not really like the other things, but i will wat them if i have to</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-11-17 20:21:04 UTC</pubDate>
         <guid>https://padlet.com/brandon_239389/fmzo2ndhl2vp/wish/208293099</guid>
      </item>
      <item>
         <title>Monday, November 27, 2017</title>
         <author>brandon_239389</author>
         <link>https://padlet.com/brandon_239389/fmzo2ndhl2vp/wish/210645676</link>
         <description><![CDATA[<div>Define API<br><br>-api is a set of protocols and rules for developing programs</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-11-27 20:24:05 UTC</pubDate>
         <guid>https://padlet.com/brandon_239389/fmzo2ndhl2vp/wish/210645676</guid>
      </item>
      <item>
         <title>Tuesday, November 28, 2017</title>
         <author>brandon_239389</author>
         <link>https://padlet.com/brandon_239389/fmzo2ndhl2vp/wish/217878744</link>
         <description><![CDATA[<div>What have you learned so far about the AP Performance Tasks?<br><br>-i have learned that it is going to be hard, and i have to be ready for it.</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-12-22 17:11:48 UTC</pubDate>
         <guid>https://padlet.com/brandon_239389/fmzo2ndhl2vp/wish/217878744</guid>
      </item>
      <item>
         <title>Thursday, November 30, 201</title>
         <author>brandon_239389</author>
         <link>https://padlet.com/brandon_239389/fmzo2ndhl2vp/wish/217878781</link>
         <description><![CDATA[<div>What is Moore's Law?<br><br>-</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-12-22 17:12:11 UTC</pubDate>
         <guid>https://padlet.com/brandon_239389/fmzo2ndhl2vp/wish/217878781</guid>
      </item>
   </channel>
</rss>
