<?xml version="1.0"?>
<rss version="2.0">
   <channel>
      <title>Final Review!  by Mrs. Tabares</title>
      <link>https://padlet.com/ctabares1/7uso90oqkd9s</link>
      <description>Programming 5th hour </description>
      <language>en-us</language>
      <pubDate>2016-12-16 18:26:29 UTC</pubDate>
      <lastBuildDate>2017-05-17 04:45:18 UTC</lastBuildDate>
      <webMaster>hello@padlet.com</webMaster>
      <image>
         <url></url>
      </image>
      <item>
         <title>q.4 the this keyword do is select the current actor/object</title>
         <author></author>
         <link>https://padlet.com/ctabares1/7uso90oqkd9s/wish/144116719</link>
         <description><![CDATA[<div>G.M<br>Q.4<br>What does <strong><em>this </em></strong>keyword do? it selects the current object.<br>ex. <br>getWorld().removeObject(<strong><em>this</em></strong>);<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2016-12-16 18:36:59 UTC</pubDate>
         <guid>https://padlet.com/ctabares1/7uso90oqkd9s/wish/144116719</guid>
      </item>
      <item>
         <title>Q.20</title>
         <author></author>
         <link>https://padlet.com/ctabares1/7uso90oqkd9s/wish/144117346</link>
         <description><![CDATA[<div>Identify the structure of an if-statement? How do conditions and instructions work?&nbsp;<br>An if statement is executed only when certain conditions are true.<br>R.S</div>]]></description>
         <enclosure url="" />
         <pubDate>2016-12-16 18:39:42 UTC</pubDate>
         <guid>https://padlet.com/ctabares1/7uso90oqkd9s/wish/144117346</guid>
      </item>
      <item>
         <title>Q.2</title>
         <author></author>
         <link>https://padlet.com/ctabares1/7uso90oqkd9s/wish/144117624</link>
         <description><![CDATA[<div>What is the purpose of parametirizing a method? &nbsp;The purpose of parameterizing is to add data to the method G.M<br>ex.<br>move(<strong><em>5</em></strong>);</div>]]></description>
         <enclosure url="" />
         <pubDate>2016-12-16 18:41:03 UTC</pubDate>
         <guid>https://padlet.com/ctabares1/7uso90oqkd9s/wish/144117624</guid>
      </item>
      <item>
         <title>Q.5 What is string concatenation? How is it used? string concatenation is written with a plus symbol (+), and merges two strings into one</title>
         <author></author>
         <link>https://padlet.com/ctabares1/7uso90oqkd9s/wish/144117650</link>
         <description><![CDATA[<div>C.A</div>]]></description>
         <enclosure url="" />
         <pubDate>2016-12-16 18:41:11 UTC</pubDate>
         <guid>https://padlet.com/ctabares1/7uso90oqkd9s/wish/144117650</guid>
      </item>
      <item>
         <title></title>
         <author></author>
         <link>https://padlet.com/ctabares1/7uso90oqkd9s/wish/144117780</link>
         <description><![CDATA[<div>&nbsp;14&nbsp; | What is a byte? Bit? And how many bits does a byte have?&nbsp; A byte is a group of binary digit, a bit is a small part something. A byte has 8 bits. | &nbsp;<br>15&nbsp; | Convert 10 to binary. And 00111000 to decimal. &nbsp; Ten in binary is written as 00001010 and 00111000 converted in decimal is 56. | &nbsp;<br>16&nbsp; | What does a computer program do? A computer program works to process and function different activities conducted by the programmer.&nbsp;<br>(E.A.R.)&nbsp; &nbsp;|&nbsp;</div>]]></description>
         <enclosure url="" />
         <pubDate>2016-12-16 18:41:45 UTC</pubDate>
         <guid>https://padlet.com/ctabares1/7uso90oqkd9s/wish/144117780</guid>
      </item>
      <item>
         <title>Q.11-13</title>
         <author></author>
         <link>https://padlet.com/ctabares1/7uso90oqkd9s/wish/144117818</link>
         <description><![CDATA[<div>11. What are some resources that can help design the solution in the programming process?<br>/ Methods, Documentation<br><br>12. What bases do decimals and binary use ?<br>/&nbsp;<br><br>13. What are the differences between low and high level languages?<br>/Computer does not understand high level language and the code is written<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2016-12-16 18:41:57 UTC</pubDate>
         <guid>https://padlet.com/ctabares1/7uso90oqkd9s/wish/144117818</guid>
      </item>
      <item>
         <title>q.17     Jorge vargas                           Identify all the ways Greenfoot helps you find errors.  </title>
         <author></author>
         <link>https://padlet.com/ctabares1/7uso90oqkd9s/wish/144117835</link>
         <description><![CDATA[<div>it tells you were the errors at. underline the errors . gives you detail of why it doesn't work.</div>]]></description>
         <enclosure url="" />
         <pubDate>2016-12-16 18:42:01 UTC</pubDate>
         <guid>https://padlet.com/ctabares1/7uso90oqkd9s/wish/144117835</guid>
      </item>
      <item>
         <title>32-Sam-What is dot notation? Provide an example.  </title>
         <author></author>
         <link>https://padlet.com/ctabares1/7uso90oqkd9s/wish/144117898</link>
         <description><![CDATA[<div>Dot notation allows you to use special methods from greenfoot .<br><br>Ex. Greenfoot.stop();<br>Greenfoot.playSound("soundfile.wav")</div>]]></description>
         <enclosure url="" />
         <pubDate>2016-12-16 18:42:20 UTC</pubDate>
         <guid>https://padlet.com/ctabares1/7uso90oqkd9s/wish/144117898</guid>
      </item>
      <item>
         <title>Q.35 A loop can repeat a specific piece of code infinitely. It can execute as many times as the user allows. Q.36 the code will repeat infinitely, but with a variable check, you can stop it from repeating infinitely. </title>
         <author></author>
         <link>https://padlet.com/ctabares1/7uso90oqkd9s/wish/144117988</link>
         <description><![CDATA[<div>Q.37 a While loop allows code to repeat as long as all the arguments are met.</div>]]></description>
         <enclosure url="" />
         <pubDate>2016-12-16 18:42:49 UTC</pubDate>
         <guid>https://padlet.com/ctabares1/7uso90oqkd9s/wish/144117988</guid>
      </item>
      <item>
         <title>29.What did the makeKeys() method helps us do in the piano scenario?</title>
         <author></author>
         <link>https://padlet.com/ctabares1/7uso90oqkd9s/wish/144118083</link>
         <description><![CDATA[<div>It created the white keys for the piano with different notes for every key.<br><br>30.What is abstraction?<br>-To hide certain details and only show the essential features of an object.<br>&nbsp;<br>31.What are variables used for?<br>-they are variables that belong to an object, it can be used to store information.(objects or values).</div>]]></description>
         <enclosure url="" />
         <pubDate>2016-12-16 18:43:20 UTC</pubDate>
         <guid>https://padlet.com/ctabares1/7uso90oqkd9s/wish/144118083</guid>
      </item>
      <item>
         <title>identify parts of the main window?</title>
         <author></author>
         <link>https://padlet.com/ctabares1/7uso90oqkd9s/wish/144118090</link>
         <description><![CDATA[<div>Alejandro Moreno q.23 the main parts of the window are world class diagram and execution controls.</div>]]></description>
         <enclosure url="" />
         <pubDate>2016-12-16 18:43:22 UTC</pubDate>
         <guid>https://padlet.com/ctabares1/7uso90oqkd9s/wish/144118090</guid>
      </item>
      <item>
         <title>Q.3</title>
         <author></author>
         <link>https://padlet.com/ctabares1/7uso90oqkd9s/wish/144118162</link>
         <description><![CDATA[<div>What are access modifiers? And how do we use them? they are keywords private and public and they determine who can see and call a method <br>ex.<br><strong><em>private</em></strong> void addScore();<br><strong><em>public</em></strong> void act();</div>]]></description>
         <enclosure url="" />
         <pubDate>2016-12-16 18:43:38 UTC</pubDate>
         <guid>https://padlet.com/ctabares1/7uso90oqkd9s/wish/144118162</guid>
      </item>
      <item>
         <title>Question 7 (By Fred)</title>
         <author></author>
         <link>https://padlet.com/ctabares1/7uso90oqkd9s/wish/144118211</link>
         <description><![CDATA[<div>boolean has two possible values: true or false. boolean will either the value true or the value of false to us </div>]]></description>
         <enclosure url="" />
         <pubDate>2016-12-16 18:43:54 UTC</pubDate>
         <guid>https://padlet.com/ctabares1/7uso90oqkd9s/wish/144118211</guid>
      </item>
      <item>
         <title>Q.6</title>
         <author></author>
         <link>https://padlet.com/ctabares1/7uso90oqkd9s/wish/144118304</link>
         <description><![CDATA[<div>What is the syntax rule for class names?&nbsp;<br>the Class name has to be capital</div>]]></description>
         <enclosure url="" />
         <pubDate>2016-12-16 18:44:20 UTC</pubDate>
         <guid>https://padlet.com/ctabares1/7uso90oqkd9s/wish/144118304</guid>
      </item>
      <item>
         <title>define parameter and what are they used for?</title>
         <author></author>
         <link>https://padlet.com/ctabares1/7uso90oqkd9s/wish/144118366</link>
         <description><![CDATA[<div>Alejandro Morenoq.24 a parameter is a mechanism to pass additional data to a method.</div>]]></description>
         <enclosure url="" />
         <pubDate>2016-12-16 18:44:38 UTC</pubDate>
         <guid>https://padlet.com/ctabares1/7uso90oqkd9s/wish/144118366</guid>
      </item>
      <item>
         <title>Q.38</title>
         <author></author>
         <link>https://padlet.com/ctabares1/7uso90oqkd9s/wish/144118451</link>
         <description><![CDATA[<div><strong>How Do we separate methods?<br></strong>Curly Brackets<br><br><strong>Q.39<br>What is a method name and how do you identify one from a signature?<br></strong>The name that describes what the method does.<strong><br><br><br>Q.40<br>Identify all return types.<br></strong>Boolean: True or False<br>Void: Action<br>Int: Numbers<strong><br><br><br></strong><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2016-12-16 18:45:02 UTC</pubDate>
         <guid>https://padlet.com/ctabares1/7uso90oqkd9s/wish/144118451</guid>
      </item>
      <item>
         <title>33-Sam-What are the logic operators for NOT and AND?  </title>
         <author></author>
         <link>https://padlet.com/ctabares1/7uso90oqkd9s/wish/144118711</link>
         <description><![CDATA[<div>Logical operators for NOT and AND is ! and &amp;&amp;</div>]]></description>
         <enclosure url="" />
         <pubDate>2016-12-16 18:46:23 UTC</pubDate>
         <guid>https://padlet.com/ctabares1/7uso90oqkd9s/wish/144118711</guid>
      </item>
      <item>
         <title>What are syntax errors?</title>
         <author></author>
         <link>https://padlet.com/ctabares1/7uso90oqkd9s/wish/144118748</link>
         <description><![CDATA[<div>Alejandro Moreno q.25<br>a mistake in the code which the compiler checks to see whether there are any errors for example if you miss a semicolon. </div>]]></description>
         <enclosure url="" />
         <pubDate>2016-12-16 18:46:34 UTC</pubDate>
         <guid>https://padlet.com/ctabares1/7uso90oqkd9s/wish/144118748</guid>
      </item>
      <item>
         <title>Q.21</title>
         <author></author>
         <link>https://padlet.com/ctabares1/7uso90oqkd9s/wish/144118796</link>
         <description><![CDATA[<div>How do you interact with Greenfoot objects?&nbsp;<br>We can interact with the objects by right clicking on the objects.<br>R.S</div>]]></description>
         <enclosure url="" />
         <pubDate>2016-12-16 18:46:47 UTC</pubDate>
         <guid>https://padlet.com/ctabares1/7uso90oqkd9s/wish/144118796</guid>
      </item>
      <item>
         <title>Q.1What do the following methods do and how can you use them to create movement? 	• getX() and getY()</title>
         <author></author>
         <link>https://padlet.com/ctabares1/7uso90oqkd9s/wish/144118833</link>
         <description><![CDATA[<div>They return coordinates of the object's current location</div>]]></description>
         <enclosure url="" />
         <pubDate>2016-12-16 18:47:00 UTC</pubDate>
         <guid>https://padlet.com/ctabares1/7uso90oqkd9s/wish/144118833</guid>
      </item>
      <item>
         <title>31-Sam-What are variables used for?  </title>
         <author></author>
         <link>https://padlet.com/ctabares1/7uso90oqkd9s/wish/144118889</link>
         <description><![CDATA[<div>Variables are used to store a value to a symbol</div>]]></description>
         <enclosure url="" />
         <pubDate>2016-12-16 18:47:16 UTC</pubDate>
         <guid>https://padlet.com/ctabares1/7uso90oqkd9s/wish/144118889</guid>
      </item>
      <item>
         <title>Chavez </title>
         <author></author>
         <link>https://padlet.com/ctabares1/7uso90oqkd9s/wish/144119007</link>
         <description><![CDATA[<div><strong>Question 8: What does Greenfoot do when you compile? Can the computer understand Java?</strong> <br>Runs the game, if errors, won't load up game. Yes. <br><strong>Question 9: Identify the structure and parts of a method signature.<br></strong>Return type, name, and parameters.<br><strong>Question 10: Identify how many parameter are in a given signature. </strong></div><ul><li><strong>Public void move(int distance)</strong></li></ul><div>Two Parameters</div>]]></description>
         <enclosure url="" />
         <pubDate>2016-12-16 18:47:51 UTC</pubDate>
         <guid>https://padlet.com/ctabares1/7uso90oqkd9s/wish/144119007</guid>
      </item>
      <item>
         <title>Q.22</title>
         <author></author>
         <link>https://padlet.com/ctabares1/7uso90oqkd9s/wish/144119670</link>
         <description><![CDATA[<div>What is an instance?&nbsp;<br>Are Variables that belong to an object rather than a method.<br>R.S</div>]]></description>
         <enclosure url="" />
         <pubDate>2016-12-16 18:51:02 UTC</pubDate>
         <guid>https://padlet.com/ctabares1/7uso90oqkd9s/wish/144119670</guid>
      </item>
      <item>
         <title>Q.18 Jorge Vargas           Where can you access the source code and documentation? </title>
         <author></author>
         <link>https://padlet.com/ctabares1/7uso90oqkd9s/wish/144119882</link>
         <description><![CDATA[<div>by right clinking on actor or world. and left clinking on  open documentation.</div>]]></description>
         <enclosure url="" />
         <pubDate>2016-12-16 18:52:05 UTC</pubDate>
         <guid>https://padlet.com/ctabares1/7uso90oqkd9s/wish/144119882</guid>
      </item>
      <item>
         <title>26.) Identify void and non-void return types:</title>
         <author></author>
         <link>https://padlet.com/ctabares1/7uso90oqkd9s/wish/144120078</link>
         <description><![CDATA[<div><br>Void is more of an interactive return type where it will be for commands for objects within the world while non-void is more informational, like how int can help you see stats on the scenario or be used to input numbers as parameters while something like boolean will answer true and false based on the conditions or question asked. <br><br><strong>27.) What is the difference between sub and super classes? <br><br></strong>A superclass holds the subclasses under one broad genre, for example the superclass in the piano scenario would be world while the class named piano in the world class is a subclass of the superclass world. Within the actor class, actor is a superclass of any object within the world. Any object would be a subclass of the actor class. <br><strong><br></strong><br><strong>28.) What kind of return types are commands? Which return types are questions? <br><br></strong>A void return type would be a command because it does not receive information back, for commanding within the scenario. Boolean and int are more informational as boolean returns true or false response and int is numbers, does not interact with the code directly. <br><br><strong>- N.A.</strong></div>]]></description>
         <enclosure url="" />
         <pubDate>2016-12-16 18:53:02 UTC</pubDate>
         <guid>https://padlet.com/ctabares1/7uso90oqkd9s/wish/144120078</guid>
      </item>
      <item>
         <title>Q.19 Jorge Vargas   How are curly braces used? </title>
         <author></author>
         <link>https://padlet.com/ctabares1/7uso90oqkd9s/wish/144120718</link>
         <description><![CDATA[<div>they are use to mark the body in which you place your stamen.</div>]]></description>
         <enclosure url="" />
         <pubDate>2016-12-16 18:56:49 UTC</pubDate>
         <guid>https://padlet.com/ctabares1/7uso90oqkd9s/wish/144120718</guid>
      </item>
      <item>
         <title></title>
         <author></author>
         <link>https://padlet.com/ctabares1/7uso90oqkd9s/wish/144121415</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://media.padletcdn.com/v13/image/a_exif,c_thumb,dpr_1.0,g_auto,h_16,w_16/https%3A%2F%2Fresources.padletcdn.com%2Favatars%2Falien1.png" />
         <pubDate>2016-12-16 19:00:25 UTC</pubDate>
         <guid>https://padlet.com/ctabares1/7uso90oqkd9s/wish/144121415</guid>
      </item>
      <item>
         <title></title>
         <author></author>
         <link>https://padlet.com/ctabares1/7uso90oqkd9s/wish/144121427</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://media.padletcdn.com/v13/image/a_exif,c_thumb,dpr_1.0,g_auto,h_16,w_16/https%3A%2F%2Fresources.padletcdn.com%2Favatars%2Falien1.png" />
         <pubDate>2016-12-16 19:00:30 UTC</pubDate>
         <guid>https://padlet.com/ctabares1/7uso90oqkd9s/wish/144121427</guid>
      </item>
   </channel>
</rss>
