<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.paulbui.net/wiki/index.php?action=history&amp;feed=atom&amp;title=APCS_-_1718_-_October</id>
	<title>APCS - 1718 - October - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://www.paulbui.net/wiki/index.php?action=history&amp;feed=atom&amp;title=APCS_-_1718_-_October"/>
	<link rel="alternate" type="text/html" href="https://www.paulbui.net/wiki/index.php?title=APCS_-_1718_-_October&amp;action=history"/>
	<updated>2026-04-15T04:53:05Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.31.8</generator>
	<entry>
		<id>https://www.paulbui.net/wiki/index.php?title=APCS_-_1718_-_October&amp;diff=14019&amp;oldid=prev</id>
		<title>Admin: Protected &quot;APCS - 1718 - October&quot; ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)) [cascading]</title>
		<link rel="alternate" type="text/html" href="https://www.paulbui.net/wiki/index.php?title=APCS_-_1718_-_October&amp;diff=14019&amp;oldid=prev"/>
		<updated>2017-11-06T15:52:52Z</updated>

		<summary type="html">&lt;p&gt;Protected &amp;quot;&lt;a href=&quot;/wl/APCS_-_1718_-_October&quot; title=&quot;APCS - 1718 - October&quot;&gt;APCS - 1718 - October&lt;/a&gt;&amp;quot; ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)) [cascading]&lt;/p&gt;
&lt;table class=&quot;diff diff-contentalign-left&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #222; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #222; text-align: center;&quot;&gt;Revision as of 15:52, 6 November 2017&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;en&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Admin</name></author>
		
	</entry>
	<entry>
		<id>https://www.paulbui.net/wiki/index.php?title=APCS_-_1718_-_October&amp;diff=14017&amp;oldid=prev</id>
		<title>Admin: Created page with &quot;== Tuesday (10/31/17) == &#039;&#039;&#039;Agenda:&#039;&#039;&#039; * End of the 1st Quarter * Be sure you complete eIMACS Tests 6, 7, and 8 * Demo any missing assignments.  Nothing will be accepted after...&quot;</title>
		<link rel="alternate" type="text/html" href="https://www.paulbui.net/wiki/index.php?title=APCS_-_1718_-_October&amp;diff=14017&amp;oldid=prev"/>
		<updated>2017-11-06T15:52:31Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;== Tuesday (10/31/17) == &amp;#039;&amp;#039;&amp;#039;Agenda:&amp;#039;&amp;#039;&amp;#039; * End of the 1st Quarter * Be sure you complete eIMACS Tests 6, 7, and 8 * Demo any missing assignments.  Nothing will be accepted after...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== Tuesday (10/31/17) ==&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Agenda:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* End of the 1st Quarter&lt;br /&gt;
* Be sure you complete eIMACS Tests 6, 7, and 8&lt;br /&gt;
* Demo any missing assignments.  Nothing will be accepted after the quarter is over.&lt;br /&gt;
&lt;br /&gt;
== Friday (10/27/17) ==&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Agenda:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* Mr. Bui has a slight case of pneumonia.&lt;br /&gt;
* Complete eIMACS Tests 6, 7, and 8&lt;br /&gt;
*# Tests should be completed individually&lt;br /&gt;
*# Review each section before taking each test&lt;br /&gt;
*# If you do not finish the tests in class, then you may complete them over the weekend&lt;br /&gt;
* 1st Quarter Exam is canceled -- instead, we will work on a final eIMACS activity for the quarter&lt;br /&gt;
&lt;br /&gt;
== Wednesday (10/25/17) ==&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Agenda:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* Bouncing Ball Arrays&lt;br /&gt;
*# Create a new Processing sketch&lt;br /&gt;
*# Copy your Bouncing Ball sketch code&lt;br /&gt;
*# Convert each of the ball&amp;#039;s attribute variables (x, y, r, dx, dy) to arrays -- you decide how many elements as long as it is the same for all of them&lt;br /&gt;
*#* You will need to use the &amp;#039;&amp;#039;&amp;#039;int[] xArray = new int[5];&amp;#039;&amp;#039;&amp;#039; notation&lt;br /&gt;
*# Within setup() use a for loop to iterate through all the arrays and initialize each element an appropriate random number&lt;br /&gt;
*#* You may use &amp;#039;&amp;#039;&amp;#039;random(lower, upper)&amp;#039;&amp;#039;&amp;#039; to generate a random number&lt;br /&gt;
*#* Example: x-coordinates should be between 0 and width&lt;br /&gt;
*#* y-coordinates should be between 0 and height&lt;br /&gt;
*#* radii should be greater than 1&lt;br /&gt;
*#* dx and dy should be negative or positive &lt;br /&gt;
*# Within draw() add a for loop around all the code that moved and bounced the ball. You will also need to convert the variables to use the arrays&lt;br /&gt;
*# Your finished product should be multiple bouncing balls around the screen&lt;br /&gt;
&lt;br /&gt;
== Monday (10/23/17) ==&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Agenda:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* Demo missing assignments&lt;br /&gt;
* Work on eIMACS: Activity 7: Checksums&lt;br /&gt;
** Be sure to read the algorithms and problem descriptions very carefully, multiple times!&lt;br /&gt;
** Use scratch paper or a dry erase board to practice the calculations by hand&lt;br /&gt;
* 1st Quarter Exam on Tuesday (10/31/17)&lt;br /&gt;
** ~20 multiple choice&lt;br /&gt;
** Topics will be any Activities or Tests that we have completed in eIMACS&lt;br /&gt;
** Review will be done on Friday (10/27/17)&lt;br /&gt;
&lt;br /&gt;
== Thursday (10/19/17) ==&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Agenda:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* Make sure that you have completed both:&lt;br /&gt;
** [[Monte Carlo Calculation of Pi]]&lt;br /&gt;
** [[Taylor Series Pi and e]]&lt;br /&gt;
* Work on eIMACS: Activity 7: Checksums&lt;br /&gt;
** Be sure to read the algorithms and problem descriptions very carefully, multiple times!&lt;br /&gt;
&lt;br /&gt;
== Tuesday (10/17/17) ==&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Agenda:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* Complete and demo [[Monte Carlo Calculation of Pi]]&lt;br /&gt;
* Complete and demo [[Taylor Series Pi and e]]&lt;br /&gt;
&lt;br /&gt;
== Friday (10/13/17) ==&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Agenda:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* Demo your Processing logo / graphic&lt;br /&gt;
* Demo [https://docs.google.com/document/d/1kDIuKdrEe2twTmfNzP1N7Rr1X_M15FztLKzxXfmf6UM/edit?usp=sharing Animation: My First Animation (Java)]&lt;br /&gt;
* Demo [https://docs.google.com/document/d/1QdwkorQtCghHqfqZ5QSH-RfuRoNUXGsXRjaLZ6MDJNI/edit?usp=sharing Animation: Bouncing Ball (Java)]&lt;br /&gt;
* Stop working on Activity 11 (sorry)&lt;br /&gt;
* Self-Service Install Java Development Kit + Netbeans + JGrasp&lt;br /&gt;
* Iteration Review&lt;br /&gt;
** while loops&lt;br /&gt;
** for loops&lt;br /&gt;
* NetBeans overview&lt;br /&gt;
* Work on [[Monte Carlo Calculation of Pi]]&lt;br /&gt;
* Work on [[Taylor Series Pi and e]]&lt;br /&gt;
&lt;br /&gt;
== Tuesday (10/10/17) ==&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Agenda:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* Mr. Bui is out today b/c his son is sick&lt;br /&gt;
* If you were missing any tests or activities, then a 0 was given as a grade.  You may redeem the grade, but you must complete the test or activity first. E-mail Mr. Bui once you have done so in order for the grade book to be updated.&lt;br /&gt;
* Make sure that you have completed the two Processing (Java) labs from the previous class&lt;br /&gt;
* Read through the entire section for [https://www.eimacs.com/eimacs/mainpage?cid=162149&amp;amp;epid=E1922439510 eIMACS -&amp;gt; Methods -&amp;gt; Static Methods]&lt;br /&gt;
* Read through the entire section for [https://www.eimacs.com/eimacs/mainpage?cid=162149&amp;amp;epid=E1932276918 eIMACS -&amp;gt; Methods -&amp;gt; Defining New Static Methods]&lt;br /&gt;
* Work on Activity 11&lt;br /&gt;
&lt;br /&gt;
== Thursday (10/5/17) ==&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Agenda:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* Mr. Bui is sick today&lt;br /&gt;
* If you were missing any tests or activities, then a 0 was given as a grade.  You may redeem the grade, but you must complete the test or activity first. E-mail Mr. Bui once you have done so in order for the grade book to be updated.&lt;br /&gt;
* Processing&lt;br /&gt;
** Complete [https://docs.google.com/document/d/1kDIuKdrEe2twTmfNzP1N7Rr1X_M15FztLKzxXfmf6UM/edit?usp=sharing Animation: My First Animation (Java)]&lt;br /&gt;
** Complete [https://docs.google.com/document/d/1QdwkorQtCghHqfqZ5QSH-RfuRoNUXGsXRjaLZ6MDJNI/edit?usp=sharing Animation: Bouncing Ball (Java)]&lt;br /&gt;
** If you finish the above early, then work on the additional challenges at the end of [https://docs.google.com/document/d/1QdwkorQtCghHqfqZ5QSH-RfuRoNUXGsXRjaLZ6MDJNI/edit?usp=sharing Animation: Bouncing Ball (Java)]&lt;br /&gt;
&lt;br /&gt;
== Tuesday (10/3/17) ==&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Agenda:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* Interims&lt;br /&gt;
** Completed Activities 2, 3, 4, 5, 6&lt;br /&gt;
** Completed Test 1, 2, 3, 4, 5&lt;br /&gt;
* [https://processing.org/ Processing]&lt;br /&gt;
*# Download Processing&lt;br /&gt;
*# Drag-n-drop the program where you want to keep it (e.g. Finder-&amp;gt;Applications)&lt;br /&gt;
*# Check out the Processing documentation&lt;br /&gt;
* Introduction to Methods&lt;br /&gt;
** [[Media:JavaMethods.pptx]]&lt;br /&gt;
** Intro to Processing methods&lt;br /&gt;
** Use Processing to draw your favorite logo, character, etc.&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
		
	</entry>
</feed>