<?xml version="1.0"?>
<rss version="2.0">
   <channel>
      <title>Final Review  by Mrs. Tabares</title>
      <link>https://padlet.com/ctabares1/l5fxux044fwq</link>
      <description>programming 6th period</description>
      <language>en-us</language>
      <pubDate>2016-12-16 19:44:10 UTC</pubDate>
      <lastBuildDate>2024-07-01 21:04:38 UTC</lastBuildDate>
      <webMaster>hello@padlet.com</webMaster>
      <image>
         <url></url>
      </image>
      <item>
         <title>question 8:What does Greenfoot do when you compile? Can the computer understand Java? </title>
         <author></author>
         <link>https://padlet.com/ctabares1/l5fxux044fwq/wish/144131378</link>
         <description><![CDATA[<div><br>it translate into computer languge&nbsp;which means they change into binary </div>]]></description>
         <enclosure url="" />
         <pubDate>2016-12-16 19:52:15 UTC</pubDate>
         <guid>https://padlet.com/ctabares1/l5fxux044fwq/wish/144131378</guid>
      </item>
      <item>
         <title>21. How do you interact with Greenfoot objects?-- Objects can interact (&quot;talk to&quot;) other objects by calling methods on those other objects.</title>
         <author></author>
         <link>https://padlet.com/ctabares1/l5fxux044fwq/wish/144131663</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2016-12-16 19:53:48 UTC</pubDate>
         <guid>https://padlet.com/ctabares1/l5fxux044fwq/wish/144131663</guid>
      </item>
      <item>
         <title># 11 What are the resource that can help design the solution in the programming process?</title>
         <author></author>
         <link>https://padlet.com/ctabares1/l5fxux044fwq/wish/144131766</link>
         <description><![CDATA[<div>Flow chart, pseudocode, and plain english or outline.</div>]]></description>
         <enclosure url="" />
         <pubDate>2016-12-16 19:54:30 UTC</pubDate>
         <guid>https://padlet.com/ctabares1/l5fxux044fwq/wish/144131766</guid>
      </item>
      <item>
         <title>3. What are access modifiers? And how do we use them? </title>
         <author></author>
         <link>https://padlet.com/ctabares1/l5fxux044fwq/wish/144131773</link>
         <description><![CDATA[<div>The keywords private and public are called access modifiers. They are put in the method signature to determine if a class can call that method from another class.&nbsp;</div>]]></description>
         <enclosure url="" />
         <pubDate>2016-12-16 19:54:31 UTC</pubDate>
         <guid>https://padlet.com/ctabares1/l5fxux044fwq/wish/144131773</guid>
      </item>
      <item>
         <title>7.  What can you do with boolean methods?</title>
         <author></author>
         <link>https://padlet.com/ctabares1/l5fxux044fwq/wish/144131789</link>
         <description><![CDATA[<div>To set conditions to make an if statement.</div>]]></description>
         <enclosure url="" />
         <pubDate>2016-12-16 19:54:37 UTC</pubDate>
         <guid>https://padlet.com/ctabares1/l5fxux044fwq/wish/144131789</guid>
      </item>
      <item>
         <title></title>
         <author></author>
         <link>https://padlet.com/ctabares1/l5fxux044fwq/wish/144131803</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padletuploads.blob.core.windows.net/prod/157848481/1644a1ac56e4ddefb768608b7f7ad4a3/file.png" />
         <pubDate>2016-12-16 19:54:39 UTC</pubDate>
         <guid>https://padlet.com/ctabares1/l5fxux044fwq/wish/144131803</guid>
      </item>
      <item>
         <title>#26 Identify void and non-void return types. </title>
         <author></author>
         <link>https://padlet.com/ctabares1/l5fxux044fwq/wish/144131809</link>
         <description><![CDATA[<div><br>void means "nothing" <br>non void asks the question <br><br>void is just void<br>non void is "int" and "boolean"</div>]]></description>
         <enclosure url="" />
         <pubDate>2016-12-16 19:54:42 UTC</pubDate>
         <guid>https://padlet.com/ctabares1/l5fxux044fwq/wish/144131809</guid>
      </item>
      <item>
         <title>17</title>
         <author></author>
         <link>https://padlet.com/ctabares1/l5fxux044fwq/wish/144131851</link>
         <description><![CDATA[<div>Identify all the ways Greenfoot helps you find errors.&nbsp; It highlights it red when its wrong.</div>]]></description>
         <enclosure url="" />
         <pubDate>2016-12-16 19:55:00 UTC</pubDate>
         <guid>https://padlet.com/ctabares1/l5fxux044fwq/wish/144131851</guid>
      </item>
      <item>
         <title># 4) What does &quot;this&quot; keyword do?</title>
         <author></author>
         <link>https://padlet.com/ctabares1/l5fxux044fwq/wish/144131996</link>
         <description><![CDATA[<div>"This" refers to the object in that instance<br>If you have multiple leaves to be eaten with removeObject(this); it will get rid of that one leaf not all the leaves.</div>]]></description>
         <enclosure url="" />
         <pubDate>2016-12-16 19:56:02 UTC</pubDate>
         <guid>https://padlet.com/ctabares1/l5fxux044fwq/wish/144131996</guid>
      </item>
      <item>
         <title>32. What is dot notation? Provide an example. </title>
         <author></author>
         <link>https://padlet.com/ctabares1/l5fxux044fwq/wish/144132058</link>
         <description><![CDATA[<div>Dot notation is when you call a method not in the class or inherited. The class that has that method is followed by a dot and then the method.<br>Ex: Greenfoot.getRandomNumber(100)</div>]]></description>
         <enclosure url="" />
         <pubDate>2016-12-16 19:56:34 UTC</pubDate>
         <guid>https://padlet.com/ctabares1/l5fxux044fwq/wish/144132058</guid>
      </item>
      <item>
         <title># 38 Why do we separate the methods? </title>
         <author></author>
         <link>https://padlet.com/ctabares1/l5fxux044fwq/wish/144132088</link>
         <description><![CDATA[<div>To make them easier to read.</div>]]></description>
         <enclosure url="" />
         <pubDate>2016-12-16 19:56:46 UTC</pubDate>
         <guid>https://padlet.com/ctabares1/l5fxux044fwq/wish/144132088</guid>
      </item>
      <item>
         <title>10. Identify how many parameter are in a given signature.  </title>
         <author></author>
         <link>https://padlet.com/ctabares1/l5fxux044fwq/wish/144132100</link>
         <description><![CDATA[<div>c++,</div>]]></description>
         <enclosure url="" />
         <pubDate>2016-12-16 19:56:51 UTC</pubDate>
         <guid>https://padlet.com/ctabares1/l5fxux044fwq/wish/144132100</guid>
      </item>
      <item>
         <title>35.What is a loop? And how can you identify how many times it will execute? </title>
         <author></author>
         <link>https://padlet.com/ctabares1/l5fxux044fwq/wish/144132103</link>
         <description><![CDATA[<div>A loop variable is a local variable that is used for counting the number of iterations in a loop. The way to identity it is by looking at the number in&nbsp;<br>int i =0&nbsp;<br>while (i &lt; 100). For example, in this code it would loop 100 times.</div>]]></description>
         <enclosure url="" />
         <pubDate>2016-12-16 19:56:53 UTC</pubDate>
         <guid>https://padlet.com/ctabares1/l5fxux044fwq/wish/144132103</guid>
      </item>
      <item>
         <title>q.36 How do we avoid an infinite loop? What code do you use?</title>
         <author></author>
         <link>https://padlet.com/ctabares1/l5fxux044fwq/wish/144132144</link>
         <description><![CDATA[<div>i = i +1 we put counter so it loop variable by every one time its excuted</div>]]></description>
         <enclosure url="" />
         <pubDate>2016-12-16 19:57:10 UTC</pubDate>
         <guid>https://padlet.com/ctabares1/l5fxux044fwq/wish/144132144</guid>
      </item>
      <item>
         <title>22. What is an instance? </title>
         <author></author>
         <link>https://padlet.com/ctabares1/l5fxux044fwq/wish/144132165</link>
         <description><![CDATA[<div>Can create objects from it. (Objects are also often referred to as instances in programing--The two terms are synonyms.)</div>]]></description>
         <enclosure url="" />
         <pubDate>2016-12-16 19:57:18 UTC</pubDate>
         <guid>https://padlet.com/ctabares1/l5fxux044fwq/wish/144132165</guid>
      </item>
      <item>
         <title>1. What do the following methods do and how can you use them to create movement?</title>
         <author></author>
         <link>https://padlet.com/ctabares1/l5fxux044fwq/wish/144132252</link>
         <description><![CDATA[<div>Both&nbsp; metods getX() and getY() get locations in your world to place actors.&nbsp;</div>]]></description>
         <enclosure url="" />
         <pubDate>2016-12-16 19:57:46 UTC</pubDate>
         <guid>https://padlet.com/ctabares1/l5fxux044fwq/wish/144132252</guid>
      </item>
      <item>
         <title>9. identify the structure and parts of a method signature.</title>
         <author></author>
         <link>https://padlet.com/ctabares1/l5fxux044fwq/wish/144132342</link>
         <description><![CDATA[<div>if( condition)<br>{<br>instruction;<br>instruction:<br>...<br>}</div>]]></description>
         <enclosure url="" />
         <pubDate>2016-12-16 19:58:09 UTC</pubDate>
         <guid>https://padlet.com/ctabares1/l5fxux044fwq/wish/144132342</guid>
      </item>
      <item>
         <title>19. How are curly braces used ?</title>
         <author></author>
         <link>https://padlet.com/ctabares1/l5fxux044fwq/wish/144132446</link>
         <description><![CDATA[<div>They are used to enclose groups of statements.</div>]]></description>
         <enclosure url="" />
         <pubDate>2016-12-16 19:58:34 UTC</pubDate>
         <guid>https://padlet.com/ctabares1/l5fxux044fwq/wish/144132446</guid>
      </item>
      <item>
         <title>question 14. What is a byte? Bit? And how many bits does a byte have?  a byte is a unit of digital information that mostly consists of eight bits. </title>
         <author></author>
         <link>https://padlet.com/ctabares1/l5fxux044fwq/wish/144132468</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2016-12-16 19:58:42 UTC</pubDate>
         <guid>https://padlet.com/ctabares1/l5fxux044fwq/wish/144132468</guid>
      </item>
      <item>
         <title>37. A loop is a programming language construct that allows us to express commands. </title>
         <author></author>
         <link>https://padlet.com/ctabares1/l5fxux044fwq/wish/144132515</link>
         <description><![CDATA[<div><br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2016-12-16 19:59:00 UTC</pubDate>
         <guid>https://padlet.com/ctabares1/l5fxux044fwq/wish/144132515</guid>
      </item>
      <item>
         <title>16 </title>
         <author></author>
         <link>https://padlet.com/ctabares1/l5fxux044fwq/wish/144132643</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2016-12-16 19:59:44 UTC</pubDate>
         <guid>https://padlet.com/ctabares1/l5fxux044fwq/wish/144132643</guid>
      </item>
      <item>
         <title>18. where can you access the source code and documentation?</title>
         <author></author>
         <link>https://padlet.com/ctabares1/l5fxux044fwq/wish/144132652</link>
         <description><![CDATA[<div>The editor.</div>]]></description>
         <enclosure url="" />
         <pubDate>2016-12-16 19:59:45 UTC</pubDate>
         <guid>https://padlet.com/ctabares1/l5fxux044fwq/wish/144132652</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/l5fxux044fwq/wish/144132734</link>
         <description><![CDATA[<div>&nbsp;A <strong>method</strong> is a set of code which is referred to by <strong>name</strong> and can be called (invoked) at any point in a program simply by utilizing the <strong>method's name</strong>. </div>]]></description>
         <enclosure url="" />
         <pubDate>2016-12-16 20:00:16 UTC</pubDate>
         <guid>https://padlet.com/ctabares1/l5fxux044fwq/wish/144132734</guid>
      </item>
      <item>
         <title>6.What is the syntax rule for class names?  </title>
         <author></author>
         <link>https://padlet.com/ctabares1/l5fxux044fwq/wish/144132910</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2016-12-16 20:01:01 UTC</pubDate>
         <guid>https://padlet.com/ctabares1/l5fxux044fwq/wish/144132910</guid>
      </item>
      <item>
         <title>13.</title>
         <author></author>
         <link>https://padlet.com/ctabares1/l5fxux044fwq/wish/144133165</link>
         <description><![CDATA[<div><strong>What are the differences between low and high level languages?<br></strong><em>Java and python are a type of high level language. The computer doesn't understand high level languages but humans do. The computer needs programs like Green foot to convert it into binary in order for the computer to understand</em></div>]]></description>
         <enclosure url="" />
         <pubDate>2016-12-16 20:02:27 UTC</pubDate>
         <guid>https://padlet.com/ctabares1/l5fxux044fwq/wish/144133165</guid>
      </item>
      <item>
         <title>24.</title>
         <author></author>
         <link>https://padlet.com/ctabares1/l5fxux044fwq/wish/144133178</link>
         <description><![CDATA[<div>Parameters are used to pass additional data to a method</div>]]></description>
         <enclosure url="" />
         <pubDate>2016-12-16 20:02:32 UTC</pubDate>
         <guid>https://padlet.com/ctabares1/l5fxux044fwq/wish/144133178</guid>
      </item>
      <item>
         <title>Question 5 :What is the purpose of String Concatenation?</title>
         <author></author>
         <link>https://padlet.com/ctabares1/l5fxux044fwq/wish/144133196</link>
         <description><![CDATA[<div>It merges two strings into one, can be spotted and written with the involvement of a + symbol.<br>Page 93 of the Greenfoot book.</div>]]></description>
         <enclosure url="" />
         <pubDate>2016-12-16 20:02:37 UTC</pubDate>
         <guid>https://padlet.com/ctabares1/l5fxux044fwq/wish/144133196</guid>
      </item>
      <item>
         <title>23. Identify parts of the main window.World, Class diagram, Execution Controls, A class, an Object</title>
         <author></author>
         <link>https://padlet.com/ctabares1/l5fxux044fwq/wish/144133388</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2016-12-16 20:03:43 UTC</pubDate>
         <guid>https://padlet.com/ctabares1/l5fxux044fwq/wish/144133388</guid>
      </item>
      <item>
         <title>2</title>
         <author></author>
         <link>https://padlet.com/ctabares1/l5fxux044fwq/wish/144133831</link>
         <description><![CDATA[<div>a parameterized method call enables you to specify the common base type of the methods arguments that should be the type of the container elements.</div>]]></description>
         <enclosure url="" />
         <pubDate>2016-12-16 20:06:17 UTC</pubDate>
         <guid>https://padlet.com/ctabares1/l5fxux044fwq/wish/144133831</guid>
      </item>
      <item>
         <title>Question 34: Why would you add an else-statement to an if- statement?</title>
         <author></author>
         <link>https://padlet.com/ctabares1/l5fxux044fwq/wish/144133865</link>
         <description><![CDATA[<div>To add a separate condition if the if-statement fails.</div>]]></description>
         <enclosure url="" />
         <pubDate>2016-12-16 20:06:27 UTC</pubDate>
         <guid>https://padlet.com/ctabares1/l5fxux044fwq/wish/144133865</guid>
      </item>
      <item>
         <title>31) What are variables used for? </title>
         <author></author>
         <link>https://padlet.com/ctabares1/l5fxux044fwq/wish/144133907</link>
         <description><![CDATA[<div>Variables are typically used to store information which your program needs to d o its job.</div>]]></description>
         <enclosure url="" />
         <pubDate>2016-12-16 20:06:41 UTC</pubDate>
         <guid>https://padlet.com/ctabares1/l5fxux044fwq/wish/144133907</guid>
      </item>
      <item>
         <title>27. what is a sub class and what is a super-class?</title>
         <author></author>
         <link>https://padlet.com/ctabares1/l5fxux044fwq/wish/144134085</link>
         <description><![CDATA[<div>A subclass is a class that represents a specialization of another. In Greenfoot, this is shown with an arrow in the class diagram.</div>]]></description>
         <enclosure url="" />
         <pubDate>2016-12-16 20:07:41 UTC</pubDate>
         <guid>https://padlet.com/ctabares1/l5fxux044fwq/wish/144134085</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/l5fxux044fwq/wish/144134103</link>
         <description><![CDATA[<div><br>makeKeys() created the keys on the piano scenario.</div>]]></description>
         <enclosure url="" />
         <pubDate>2016-12-16 20:07:51 UTC</pubDate>
         <guid>https://padlet.com/ctabares1/l5fxux044fwq/wish/144134103</guid>
      </item>
      <item>
         <title>15. Convert 10 to binary. And 00111000 to decimal. </title>
         <author></author>
         <link>https://padlet.com/ctabares1/l5fxux044fwq/wish/144134556</link>
         <description><![CDATA[<div>0b1010 =10 </div>]]></description>
         <enclosure url="" />
         <pubDate>2016-12-16 20:10:56 UTC</pubDate>
         <guid>https://padlet.com/ctabares1/l5fxux044fwq/wish/144134556</guid>
      </item>
      <item>
         <title>28.  A method with a void return type present commands; &amp; methods with non-void return types represent questions. </title>
         <author></author>
         <link>https://padlet.com/ctabares1/l5fxux044fwq/wish/144134678</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2016-12-16 20:11:40 UTC</pubDate>
         <guid>https://padlet.com/ctabares1/l5fxux044fwq/wish/144134678</guid>
      </item>
      <item>
         <title>30</title>
         <author></author>
         <link>https://padlet.com/ctabares1/l5fxux044fwq/wish/144134681</link>
         <description><![CDATA[<div>Through the process of abstraction, a programmer hides all but the relevant data about an object in order to reduce complexity and increase efficiency.</div>]]></description>
         <enclosure url="" />
         <pubDate>2016-12-16 20:11:41 UTC</pubDate>
         <guid>https://padlet.com/ctabares1/l5fxux044fwq/wish/144134681</guid>
      </item>
      <item>
         <title>12</title>
         <author></author>
         <link>https://padlet.com/ctabares1/l5fxux044fwq/wish/144135189</link>
         <description><![CDATA[<div>binary is base 2 and decimal is base 10</div>]]></description>
         <enclosure url="" />
         <pubDate>2016-12-16 20:14:51 UTC</pubDate>
         <guid>https://padlet.com/ctabares1/l5fxux044fwq/wish/144135189</guid>
      </item>
      <item>
         <title>25. What are syntax errors?  </title>
         <author></author>
         <link>https://padlet.com/ctabares1/l5fxux044fwq/wish/144135746</link>
         <description><![CDATA[<div>A character or strings incorrectly placed in a command or instructions that causes a failure in execution. </div>]]></description>
         <enclosure url="" />
         <pubDate>2016-12-16 20:18:44 UTC</pubDate>
         <guid>https://padlet.com/ctabares1/l5fxux044fwq/wish/144135746</guid>
      </item>
      <item>
         <title>20.Identify the structure of an if-statement? How do conditions and instructions work?</title>
         <author></author>
         <link>https://padlet.com/ctabares1/l5fxux044fwq/wish/144136195</link>
         <description><![CDATA[<div>if the condition is false, it just skippes the instruction inside the braces.. if the condition is true it will compile (run).</div>]]></description>
         <enclosure url="" />
         <pubDate>2016-12-16 20:22:21 UTC</pubDate>
         <guid>https://padlet.com/ctabares1/l5fxux044fwq/wish/144136195</guid>
      </item>
      <item>
         <title>16.  What does a computer program do? </title>
         <author></author>
         <link>https://padlet.com/ctabares1/l5fxux044fwq/wish/144136580</link>
         <description><![CDATA[<div>A computer program is a collection of instruction&nbsp; that performs a specific task when executed by a computer.&nbsp;</div>]]></description>
         <enclosure url="" />
         <pubDate>2016-12-16 20:25:16 UTC</pubDate>
         <guid>https://padlet.com/ctabares1/l5fxux044fwq/wish/144136580</guid>
      </item>
   </channel>
</rss>
