<?xml version="1.0"?>
<rss version="2.0">
   <channel>
      <title>Final Review  by Mrs. Tabares</title>
      <link>https://padlet.com/ctabares1/2a41gqpdnkao</link>
      <description>Programming Final Review</description>
      <language>en-us</language>
      <pubDate>2016-12-16 13:23:24 UTC</pubDate>
      <lastBuildDate>2016-12-19 14:17:00 UTC</lastBuildDate>
      <webMaster>hello@padlet.com</webMaster>
      <image>
         <url>https://padlet-assets.s3.amazonaws.com/icons/Alarmclock.png</url>
      </image>
      <item>
         <title>13.What are the differences between low and high  level languages?</title>
         <author></author>
         <link>https://padlet.com/ctabares1/2a41gqpdnkao/wish/144049084</link>
         <description><![CDATA[<div><br>The difference is that low level language is writen so the computer can understand it faster. High level language is abit harder to compile and understand</div>]]></description>
         <enclosure url="" />
         <pubDate>2016-12-16 14:10:43 UTC</pubDate>
         <guid>https://padlet.com/ctabares1/2a41gqpdnkao/wish/144049084</guid>
      </item>
      <item>
         <title>9.Identify the structure and parts of a method signature.</title>
         <author></author>
         <link>https://padlet.com/ctabares1/2a41gqpdnkao/wish/144049464</link>
         <description><![CDATA[<div><br>The description of each method shown in the object menu, access modifiers(public or private),return type, method name(boolean, void, int), parameter list(additional information)</div>]]></description>
         <enclosure url="" />
         <pubDate>2016-12-16 14:12:01 UTC</pubDate>
         <guid>https://padlet.com/ctabares1/2a41gqpdnkao/wish/144049464</guid>
      </item>
      <item>
         <title>31. What are variables used for?</title>
         <author></author>
         <link>https://padlet.com/ctabares1/2a41gqpdnkao/wish/144049811</link>
         <description><![CDATA[<div>Variables can be used to store information ( objects or values) for later use.<br>Samantha Olivares</div>]]></description>
         <enclosure url="" />
         <pubDate>2016-12-16 14:13:02 UTC</pubDate>
         <guid>https://padlet.com/ctabares1/2a41gqpdnkao/wish/144049811</guid>
      </item>
      <item>
         <title>11. What are the resources that can help design the solution in the programming process? </title>
         <author></author>
         <link>https://padlet.com/ctabares1/2a41gqpdnkao/wish/144049841</link>
         <description><![CDATA[<div>Checking Syntax errors????<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2016-12-16 14:13:11 UTC</pubDate>
         <guid>https://padlet.com/ctabares1/2a41gqpdnkao/wish/144049841</guid>
      </item>
      <item>
         <title>27. What is the difference between sub and super classes? </title>
         <author></author>
         <link>https://padlet.com/ctabares1/2a41gqpdnkao/wish/144049893</link>
         <description><![CDATA[<div>Super clases are the main classes that may have a sub class. Sub classes are the classes that are under the super classes. They inherit the methods from the super class.<br><br><em>Nathaniel Garcia</em></div>]]></description>
         <enclosure url="" />
         <pubDate>2016-12-16 14:13:22 UTC</pubDate>
         <guid>https://padlet.com/ctabares1/2a41gqpdnkao/wish/144049893</guid>
      </item>
      <item>
         <title>35.</title>
         <author></author>
         <link>https://padlet.com/ctabares1/2a41gqpdnkao/wish/144049920</link>
         <description><![CDATA[<div>What is a loop? And how can you identify how many times it will execute?<br><br>A loop is a piece of code that will execute a set number of times(or infinitely is written incorrectly).<br>To identify the number of times locate the i variable or the integer variable used and see what number it has been set to stop at. Example:  i &lt; 5<br>Loop example: </div><ol><li><strong>for</strong>(<strong>int</strong> i=0 ; i &lt; 5 ; i++)</li><li>{</li><li>        System.out.println(“i is : “ + i);</li><li>}</li></ol>]]></description>
         <enclosure url="" />
         <pubDate>2016-12-16 14:13:29 UTC</pubDate>
         <guid>https://padlet.com/ctabares1/2a41gqpdnkao/wish/144049920</guid>
      </item>
      <item>
         <title>25.What are Syntax errors?</title>
         <author>jonesdesh001</author>
         <link>https://padlet.com/ctabares1/2a41gqpdnkao/wish/144049945</link>
         <description><![CDATA[<div>Ex: setimage(); , mve();.  </div>]]></description>
         <enclosure url="" />
         <pubDate>2016-12-16 14:13:34 UTC</pubDate>
         <guid>https://padlet.com/ctabares1/2a41gqpdnkao/wish/144049945</guid>
      </item>
      <item>
         <title>29.What did the makeKeys() method help us do in the piano scenario?  </title>
         <author></author>
         <link>https://padlet.com/ctabares1/2a41gqpdnkao/wish/144049952</link>
         <description><![CDATA[<div>it makes you help put the keys in the same location in the world.</div>]]></description>
         <enclosure url="" />
         <pubDate>2016-12-16 14:13:35 UTC</pubDate>
         <guid>https://padlet.com/ctabares1/2a41gqpdnkao/wish/144049952</guid>
      </item>
      <item>
         <title>21. How do you interact with Greenfoot objects?</title>
         <author></author>
         <link>https://padlet.com/ctabares1/2a41gqpdnkao/wish/144049960</link>
         <description><![CDATA[<div>Place objects into the world, interact with them by<strong> right-clicking </strong>the object. The <strong>pop up " object menu" </strong>will show up or you can use the<strong> class diagram menu </strong>and make changes with the <strong>source code</strong> with many operations the&nbsp; object can perform.<br><em>Violeta Cahue</em></div>]]></description>
         <enclosure url="" />
         <pubDate>2016-12-16 14:13:37 UTC</pubDate>
         <guid>https://padlet.com/ctabares1/2a41gqpdnkao/wish/144049960</guid>
      </item>
      <item>
         <title>7. What can you do with boolean methods?</title>
         <author></author>
         <link>https://padlet.com/ctabares1/2a41gqpdnkao/wish/144050013</link>
         <description><![CDATA[<div>If the statement is true then it can act but if it's false then it won't act.</div>]]></description>
         <enclosure url="" />
         <pubDate>2016-12-16 14:13:49 UTC</pubDate>
         <guid>https://padlet.com/ctabares1/2a41gqpdnkao/wish/144050013</guid>
      </item>
      <item>
         <title>36.</title>
         <author></author>
         <link>https://padlet.com/ctabares1/2a41gqpdnkao/wish/144050022</link>
         <description><![CDATA[<div>How do we avoid an infinite loop? What code do you use? &nbsp;<br>Avoid an infinite loop by initializing integer variable values to a set number so that the code will stop executing once it has counted to that set number.<br>Example: i&lt;5<br><br></div><ol><li><strong>for</strong>(<strong>int</strong> i=0 ; i &lt; 5 ; i++)</li></ol><div>In this example the code stops after executing 5 times.</div><div><br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2016-12-16 14:13:53 UTC</pubDate>
         <guid>https://padlet.com/ctabares1/2a41gqpdnkao/wish/144050022</guid>
      </item>
      <item>
         <title>12. What bases do decimal and binary use? </title>
         <author></author>
         <link>https://padlet.com/ctabares1/2a41gqpdnkao/wish/144050027</link>
         <description><![CDATA[<div><br>Decimal and Binary use base-10.</div>]]></description>
         <enclosure url="" />
         <pubDate>2016-12-16 14:13:54 UTC</pubDate>
         <guid>https://padlet.com/ctabares1/2a41gqpdnkao/wish/144050027</guid>
      </item>
      <item>
         <title>23.</title>
         <author></author>
         <link>https://padlet.com/ctabares1/2a41gqpdnkao/wish/144050108</link>
         <description><![CDATA[<div><strong>Identify parts of the main window</strong><br>interaction buttons, world and class buttons.<br>Emily Garcia</div>]]></description>
         <enclosure url="" />
         <pubDate>2016-12-16 14:14:15 UTC</pubDate>
         <guid>https://padlet.com/ctabares1/2a41gqpdnkao/wish/144050108</guid>
      </item>
      <item>
         <title>33. What are the logic operators for NOT and AND? </title>
         <author></author>
         <link>https://padlet.com/ctabares1/2a41gqpdnkao/wish/144050111</link>
         <description><![CDATA[<div>NOT = !<br>AND =&amp;&amp;</div>]]></description>
         <enclosure url="" />
         <pubDate>2016-12-16 14:14:16 UTC</pubDate>
         <guid>https://padlet.com/ctabares1/2a41gqpdnkao/wish/144050111</guid>
      </item>
      <item>
         <title>24.</title>
         <author></author>
         <link>https://padlet.com/ctabares1/2a41gqpdnkao/wish/144050134</link>
         <description><![CDATA[<div><strong>Define parameter and what they are used for?</strong><br>Additional information can be passed to some methods within the parentheses.<br>Emily Garcia</div>]]></description>
         <enclosure url="" />
         <pubDate>2016-12-16 14:14:20 UTC</pubDate>
         <guid>https://padlet.com/ctabares1/2a41gqpdnkao/wish/144050134</guid>
      </item>
      <item>
         <title>34. </title>
         <author></author>
         <link>https://padlet.com/ctabares1/2a41gqpdnkao/wish/144050225</link>
         <description><![CDATA[<div>Why would you add an else-statement to an if-statement?&nbsp;<br><br>You would add an else statement to an if-statement ,&nbsp;B/C<br>if the if statement's conditions are not true. So it will move on to the else statement and the program will execute it.</div>]]></description>
         <enclosure url="" />
         <pubDate>2016-12-16 14:14:45 UTC</pubDate>
         <guid>https://padlet.com/ctabares1/2a41gqpdnkao/wish/144050225</guid>
      </item>
      <item>
         <title>5. what is string concatenation?How is it used? </title>
         <author></author>
         <link>https://padlet.com/ctabares1/2a41gqpdnkao/wish/144050556</link>
         <description><![CDATA[<div>A string concatenation is the operation of joining charecter string end-to-end. Example; "snow" ans "ball" is "snowball"</div>]]></description>
         <enclosure url="" />
         <pubDate>2016-12-16 14:16:04 UTC</pubDate>
         <guid>https://padlet.com/ctabares1/2a41gqpdnkao/wish/144050556</guid>
      </item>
      <item>
         <title>26. Identify void and non-void return types. </title>
         <author>jonesdesh001</author>
         <link>https://padlet.com/ctabares1/2a41gqpdnkao/wish/144050599</link>
         <description><![CDATA[<div>public void class () = void method, isAtEdge(); = void return types.<br>booleanisAtEdge() = non void return type.</div>]]></description>
         <enclosure url="" />
         <pubDate>2016-12-16 14:16:12 UTC</pubDate>
         <guid>https://padlet.com/ctabares1/2a41gqpdnkao/wish/144050599</guid>
      </item>
      <item>
         <title>32.What is dot notation? Provide an example.</title>
         <author></author>
         <link>https://padlet.com/ctabares1/2a41gqpdnkao/wish/144051156</link>
         <description><![CDATA[<div>A dot notation is when we wish to call a method and is not in our own class or inherited, we need to specify the class or object that has the method name, followed by a dot.<br>example&nbsp;<br>if(Greenfoot.isKeyDown("left"))&nbsp;<br>or<br>Greenfoot.stop()<br><br>Samantha Olivares</div>]]></description>
         <enclosure url="" />
         <pubDate>2016-12-16 14:17:51 UTC</pubDate>
         <guid>https://padlet.com/ctabares1/2a41gqpdnkao/wish/144051156</guid>
      </item>
      <item>
         <title>1.</title>
         <author></author>
         <link>https://padlet.com/ctabares1/2a41gqpdnkao/wish/144051161</link>
         <description><![CDATA[<div>What do the following methods do and how can you use them to create movement?&nbsp;</div><ul><li>getX() and getY()</li></ul><div><br>it helps us put an object into a specific location.</div>]]></description>
         <enclosure url="" />
         <pubDate>2016-12-16 14:17:52 UTC</pubDate>
         <guid>https://padlet.com/ctabares1/2a41gqpdnkao/wish/144051161</guid>
      </item>
      <item>
         <title>28. What kind of return types are commands? Which return types are questions? </title>
         <author></author>
         <link>https://padlet.com/ctabares1/2a41gqpdnkao/wish/144051408</link>
         <description><![CDATA[<div>Commands usually have a void or nonvoid return type.&nbsp; questions have a boolean return type.<br><br><em>Nathaniel Garcia</em></div>]]></description>
         <enclosure url="" />
         <pubDate>2016-12-16 14:18:43 UTC</pubDate>
         <guid>https://padlet.com/ctabares1/2a41gqpdnkao/wish/144051408</guid>
      </item>
      <item>
         <title>15. Convert 10 to binary. And 00111000 to decimal.</title>
         <author></author>
         <link>https://padlet.com/ctabares1/2a41gqpdnkao/wish/144051512</link>
         <description><![CDATA[<div>10 = 0101, 00111000 = 56</div>]]></description>
         <enclosure url="" />
         <pubDate>2016-12-16 14:18:59 UTC</pubDate>
         <guid>https://padlet.com/ctabares1/2a41gqpdnkao/wish/144051512</guid>
      </item>
      <item>
         <title>8. </title>
         <author></author>
         <link>https://padlet.com/ctabares1/2a41gqpdnkao/wish/144051758</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2016-12-16 14:19:46 UTC</pubDate>
         <guid>https://padlet.com/ctabares1/2a41gqpdnkao/wish/144051758</guid>
      </item>
      <item>
         <title>wolf</title>
         <author></author>
         <link>https://padlet.com/ctabares1/2a41gqpdnkao/wish/144051914</link>
         <description><![CDATA[<div>19.How are curly braces used?&nbsp;<br><br>To enter info into a method as well as open and close a method.<br><br>20.Identify the structure of an if-statement? How do conditions and instructions work? &nbsp;<br><br>if (isTouching(Worm.class) )<br><br>&nbsp; &nbsp; &nbsp; &nbsp; {<br><br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; removeTouching(Worm.class);<br><br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2016-12-16 14:20:12 UTC</pubDate>
         <guid>https://padlet.com/ctabares1/2a41gqpdnkao/wish/144051914</guid>
      </item>
      <item>
         <title>22. What is a instance?</title>
         <author></author>
         <link>https://padlet.com/ctabares1/2a41gqpdnkao/wish/144052040</link>
         <description><![CDATA[<div>A instance is a object.<br><em>Violeta Cahue</em></div>]]></description>
         <enclosure url="" />
         <pubDate>2016-12-16 14:20:36 UTC</pubDate>
         <guid>https://padlet.com/ctabares1/2a41gqpdnkao/wish/144052040</guid>
      </item>
      <item>
         <title>2.</title>
         <author></author>
         <link>https://padlet.com/ctabares1/2a41gqpdnkao/wish/144052085</link>
         <description><![CDATA[<div>What is the purpose of parameterizing a method?&nbsp;<br><br>To pass additional data and to make them more flexible and useful.</div>]]></description>
         <enclosure url="" />
         <pubDate>2016-12-16 14:20:45 UTC</pubDate>
         <guid>https://padlet.com/ctabares1/2a41gqpdnkao/wish/144052085</guid>
      </item>
      <item>
         <title>14. What is a byte? Bit? And how many bits does a byte have?</title>
         <author></author>
         <link>https://padlet.com/ctabares1/2a41gqpdnkao/wish/144052088</link>
         <description><![CDATA[<div>A byte is a group of binary numbers. A bit is the smallest number in binary. A bit has 1 byte and one byte has 8 bits.</div>]]></description>
         <enclosure url="" />
         <pubDate>2016-12-16 14:20:45 UTC</pubDate>
         <guid>https://padlet.com/ctabares1/2a41gqpdnkao/wish/144052088</guid>
      </item>
      <item>
         <title>8. What does Greenfoot do when you compile? Can the computer understand Java?</title>
         <author></author>
         <link>https://padlet.com/ctabares1/2a41gqpdnkao/wish/144052190</link>
         <description><![CDATA[<div>Greenfoot saves and determines if their is a error when you compile. The computer can understand Java.</div>]]></description>
         <enclosure url="" />
         <pubDate>2016-12-16 14:21:04 UTC</pubDate>
         <guid>https://padlet.com/ctabares1/2a41gqpdnkao/wish/144052190</guid>
      </item>
      <item>
         <title>16. What does a computer program do?</title>
         <author></author>
         <link>https://padlet.com/ctabares1/2a41gqpdnkao/wish/144052748</link>
         <description><![CDATA[<div>A computer program is a collection of instructions that performs a specific task when executed.</div>]]></description>
         <enclosure url="" />
         <pubDate>2016-12-16 14:22:51 UTC</pubDate>
         <guid>https://padlet.com/ctabares1/2a41gqpdnkao/wish/144052748</guid>
      </item>
      <item>
         <title>3.what are access modifiers? and how do we use them?</title>
         <author></author>
         <link>https://padlet.com/ctabares1/2a41gqpdnkao/wish/144053380</link>
         <description><![CDATA[<div>they are private and public</div>]]></description>
         <enclosure url="" />
         <pubDate>2016-12-16 14:24:41 UTC</pubDate>
         <guid>https://padlet.com/ctabares1/2a41gqpdnkao/wish/144053380</guid>
      </item>
      <item>
         <title>6. What is the syntax rule for class names?</title>
         <author></author>
         <link>https://padlet.com/ctabares1/2a41gqpdnkao/wish/144053730</link>
         <description><![CDATA[<div>The&nbsp; first letter of a class name must be&nbsp;a capital letter.</div>]]></description>
         <enclosure url="" />
         <pubDate>2016-12-16 14:25:55 UTC</pubDate>
         <guid>https://padlet.com/ctabares1/2a41gqpdnkao/wish/144053730</guid>
      </item>
      <item>
         <title>40.Identify all return types</title>
         <author></author>
         <link>https://padlet.com/ctabares1/2a41gqpdnkao/wish/144053742</link>
         <description><![CDATA[<div>int, boolean and void<br>int returns integers, boolean returns true or false.<br>void returns an action.</div>]]></description>
         <enclosure url="" />
         <pubDate>2016-12-16 14:25:58 UTC</pubDate>
         <guid>https://padlet.com/ctabares1/2a41gqpdnkao/wish/144053742</guid>
      </item>
      <item>
         <title>37. what is a while loop </title>
         <author></author>
         <link>https://padlet.com/ctabares1/2a41gqpdnkao/wish/144053807</link>
         <description><![CDATA[<div>The syntax of a <strong>while loop</strong> is − <strong>while</strong>(Boolean_expression) { // Statements } Here, statement(s) may be a single statement or a block of statements. The condition may be any expression, and true is any non zero value.</div>]]></description>
         <enclosure url="" />
         <pubDate>2016-12-16 14:26:12 UTC</pubDate>
         <guid>https://padlet.com/ctabares1/2a41gqpdnkao/wish/144053807</guid>
      </item>
      <item>
         <title>39. What is a method name and how do you identify one from a signature?</title>
         <author></author>
         <link>https://padlet.com/ctabares1/2a41gqpdnkao/wish/144053897</link>
         <description><![CDATA[<div>A method name helps you identify the call of the method, for example: viod setDerrection(int direction)</div>]]></description>
         <enclosure url="" />
         <pubDate>2016-12-16 14:26:28 UTC</pubDate>
         <guid>https://padlet.com/ctabares1/2a41gqpdnkao/wish/144053897</guid>
      </item>
      <item>
         <title>30.What is abstraction?  </title>
         <author></author>
         <link>https://padlet.com/ctabares1/2a41gqpdnkao/wish/144054599</link>
         <description><![CDATA[<div>Occurs in many different forms in programing. One of them is the technique to write code that can solve a whole class of problems, rather than a single specific problem.</div>]]></description>
         <enclosure url="" />
         <pubDate>2016-12-16 14:28:52 UTC</pubDate>
         <guid>https://padlet.com/ctabares1/2a41gqpdnkao/wish/144054599</guid>
      </item>
      <item>
         <title>10. Identify how many parameters are in a given signature.</title>
         <author></author>
         <link>https://padlet.com/ctabares1/2a41gqpdnkao/wish/144054777</link>
         <description><![CDATA[<div>* Public void move(int distance)<br>1</div>]]></description>
         <enclosure url="" />
         <pubDate>2016-12-16 14:29:28 UTC</pubDate>
         <guid>https://padlet.com/ctabares1/2a41gqpdnkao/wish/144054777</guid>
      </item>
      <item>
         <title>4.What does this keyword do?  </title>
         <author></author>
         <link>https://padlet.com/ctabares1/2a41gqpdnkao/wish/144056900</link>
         <description><![CDATA[<div>to refer to the current object</div>]]></description>
         <enclosure url="" />
         <pubDate>2016-12-16 14:36:54 UTC</pubDate>
         <guid>https://padlet.com/ctabares1/2a41gqpdnkao/wish/144056900</guid>
      </item>
      <item>
         <title>18.  Where can you access the source code and documentation?</title>
         <author></author>
         <link>https://padlet.com/ctabares1/2a41gqpdnkao/wish/144057763</link>
         <description><![CDATA[<div>You can access the source code and documentation  by opening the editor and going to the top right corner</div>]]></description>
         <enclosure url="" />
         <pubDate>2016-12-16 14:39:13 UTC</pubDate>
         <guid>https://padlet.com/ctabares1/2a41gqpdnkao/wish/144057763</guid>
      </item>
      <item>
         <title>17. Identify all the ways Greenfoot can help you find errors.</title>
         <author></author>
         <link>https://padlet.com/ctabares1/2a41gqpdnkao/wish/144058424</link>
         <description><![CDATA[<div>It will open a window and identify what and where the errors are.</div>]]></description>
         <enclosure url="" />
         <pubDate>2016-12-16 14:41:16 UTC</pubDate>
         <guid>https://padlet.com/ctabares1/2a41gqpdnkao/wish/144058424</guid>
      </item>
      <item>
         <title>38. Why do we separate the methods?  </title>
         <author></author>
         <link>https://padlet.com/ctabares1/2a41gqpdnkao/wish/144058555</link>
         <description><![CDATA[<div>why separate the methods so it could be easier to read and to work with</div>]]></description>
         <enclosure url="" />
         <pubDate>2016-12-16 14:41:44 UTC</pubDate>
         <guid>https://padlet.com/ctabares1/2a41gqpdnkao/wish/144058555</guid>
      </item>
      <item>
         <title></title>
         <author></author>
         <link>https://padlet.com/ctabares1/2a41gqpdnkao/wish/144310097</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2016-12-19 14:16:47 UTC</pubDate>
         <guid>https://padlet.com/ctabares1/2a41gqpdnkao/wish/144310097</guid>
      </item>
   </channel>
</rss>
