<?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=IBCS2_-_1314_-_September</id>
	<title>IBCS2 - 1314 - September - 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=IBCS2_-_1314_-_September"/>
	<link rel="alternate" type="text/html" href="https://www.paulbui.net/wiki/index.php?title=IBCS2_-_1314_-_September&amp;action=history"/>
	<updated>2026-09-11T15:03:07Z</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=IBCS2_-_1314_-_September&amp;diff=10634&amp;oldid=prev</id>
		<title>Admin: Protected &quot;IBCS2 - 1314 - September&quot; ([edit=sysop] (indefinite) [move=sysop] (indefinite)) [cascading]</title>
		<link rel="alternate" type="text/html" href="https://www.paulbui.net/wiki/index.php?title=IBCS2_-_1314_-_September&amp;diff=10634&amp;oldid=prev"/>
		<updated>2013-10-04T17:32:47Z</updated>

		<summary type="html">&lt;p&gt;Protected &amp;quot;&lt;a href=&quot;/wl/IBCS2_-_1314_-_September&quot; title=&quot;IBCS2 - 1314 - September&quot;&gt;IBCS2 - 1314 - September&lt;/a&gt;&amp;quot; ([edit=sysop] (indefinite) [move=sysop] (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 17:32, 4 October 2013&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=IBCS2_-_1314_-_September&amp;diff=10633&amp;oldid=prev</id>
		<title>Admin: Created page with &quot;== Friday (9/27/13) == &#039;&#039;&#039;Agenda:&#039;&#039;&#039; * Demo &#039;&#039;&#039;matrixAdd(m1, m2)&#039;&#039;&#039; and &#039;&#039;&#039;matrixSub(m1, m2)&#039;&#039;&#039; * Searching &amp; Sorting Quiz on &#039;&#039;&#039;Tuesday (10/1/13)&#039;&#039;&#039; * Internal Assessment Guidel...&quot;</title>
		<link rel="alternate" type="text/html" href="https://www.paulbui.net/wiki/index.php?title=IBCS2_-_1314_-_September&amp;diff=10633&amp;oldid=prev"/>
		<updated>2013-10-04T17:32:39Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;== Friday (9/27/13) == &amp;#039;&amp;#039;&amp;#039;Agenda:&amp;#039;&amp;#039;&amp;#039; * Demo &amp;#039;&amp;#039;&amp;#039;matrixAdd(m1, m2)&amp;#039;&amp;#039;&amp;#039; and &amp;#039;&amp;#039;&amp;#039;matrixSub(m1, m2)&amp;#039;&amp;#039;&amp;#039; * Searching &amp;amp; Sorting Quiz on &amp;#039;&amp;#039;&amp;#039;Tuesday (10/1/13)&amp;#039;&amp;#039;&amp;#039; * Internal Assessment Guidel...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== Friday (9/27/13) ==&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Agenda:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* Demo &amp;#039;&amp;#039;&amp;#039;matrixAdd(m1, m2)&amp;#039;&amp;#039;&amp;#039; and &amp;#039;&amp;#039;&amp;#039;matrixSub(m1, m2)&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* Searching &amp;amp; Sorting Quiz on &amp;#039;&amp;#039;&amp;#039;Tuesday (10/1/13)&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* Internal Assessment Guidelines - [[Media:IBCS_InternalAssessmentGuidelines.pdf]]&lt;br /&gt;
*# Read pages 1-4 of [[Media:IBCS_InternalAssessmentGuidelines.pdf]]&lt;br /&gt;
*# Spend some time today thinking about different project ideas&lt;br /&gt;
*# Complete the [https://docs.google.com/a/apsva.us/forms/d/18cfalNTvcfN1cntXOll2n6ENJjzAFo0Kd2RU9rg7vVw/viewform IBCS2 Project Ideas Survey]&lt;br /&gt;
*# Have your project idea(s) ready by &amp;#039;&amp;#039;&amp;#039;Tuesday (10/1/13)&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
* 2-D array deep copying&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;Python&amp;quot;&amp;gt;&lt;br /&gt;
import copy&lt;br /&gt;
m2 = copy.deepcopy(m1)&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
* Write a function: &amp;#039;&amp;#039;&amp;#039;fliplr(m)&amp;#039;&amp;#039;&amp;#039; that returns a new matrix that is the horizontal flip (left to right) of matrix &amp;#039;&amp;#039;&amp;#039;m&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
** [http://www.mathworks.com/help/matlab/ref/fliplr.html MATLAB fliplr() description]&lt;br /&gt;
* Write a function: &amp;#039;&amp;#039;&amp;#039;flipud(m)&amp;#039;&amp;#039;&amp;#039; that returns a new matrix that is the vertical flip (up to down) of matrix &amp;#039;&amp;#039;&amp;#039;m&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
** [http://www.mathworks.com/help/matlab/ref/flipud.html MATLAB flipup() description]&lt;br /&gt;
* Try completing the challenges from last class&lt;br /&gt;
&lt;br /&gt;
== Wednesday (9/25/13) ==&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Agenda:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* Turn in flowcharts (Linear Search, Binary Search, Bubble Sort)&lt;br /&gt;
* Searching &amp;amp; Sorting Quiz on &amp;#039;&amp;#039;&amp;#039;Tuesday (10/1/13)&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
** Be able to explain the steps of each of the linear search, binary search, selection sort, and bubble sort&lt;br /&gt;
* List Review&lt;br /&gt;
* 2-Dimensional Lists and Nested Loops&lt;br /&gt;
*# Accessing all of the individual elements of a two-dimensional list&lt;br /&gt;
*# Prompt the user to construct a two-dimensional list&lt;br /&gt;
*## Prompt for the number of rows&lt;br /&gt;
*## Prompt for the number of columns&lt;br /&gt;
*## Prompt the user for each number in the two-dimensional list&lt;br /&gt;
* 2-Dimensional List Assignment&lt;br /&gt;
*# Write a function: &amp;#039;&amp;#039;&amp;#039;matrixAdd(m1, m2)&amp;#039;&amp;#039;&amp;#039; that returns a new matrix that is the sum of m1 and m2&lt;br /&gt;
*#* Be sure to check if the two matrices are the same size (if not, then return an empty matrix)&lt;br /&gt;
*# Write a function: &amp;#039;&amp;#039;&amp;#039;matrixSub(m1, m2)&amp;#039;&amp;#039;&amp;#039; that returns a new matrix that is the difference of m1 and m2&lt;br /&gt;
*#* Return an empty matrix if their sizes are different&lt;br /&gt;
* Challenge: Write a function: &amp;#039;&amp;#039;&amp;#039;matrixMult(m1, m2)&amp;#039;&amp;#039;&amp;#039; that returns the product of matrix m1 and m2&lt;br /&gt;
** Be sure to check the rules of matrix multiplication&lt;br /&gt;
* Challenge: Write the function &amp;#039;&amp;#039;&amp;#039;det(m)&amp;#039;&amp;#039;&amp;#039; which returns the determinant of any matrix m&lt;br /&gt;
&lt;br /&gt;
== Back to School Night (9/24/13) ==&lt;br /&gt;
* [[Media:B2snIBCS2.ppt]]&lt;br /&gt;
&lt;br /&gt;
== Monday (9/23/12) ==&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Agenda:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* Review&lt;br /&gt;
** Searching - [[Media:Searching.pptx]]&lt;br /&gt;
** Sorting - [[Media:Sorting.pptx]]&lt;br /&gt;
* [[Media:AlgorithmEvaluation.ppt]]&lt;br /&gt;
* Algorithm Flowcharts&lt;br /&gt;
*# [[Media:Flowcharts.ppt]]&lt;br /&gt;
*# Selection sort example&lt;br /&gt;
*# Create algorithm flowcharts for&lt;br /&gt;
*#* Linear search&lt;br /&gt;
*#* Binary search&lt;br /&gt;
*#* Bubble sort&lt;br /&gt;
*# You may use Google Draw or you can draw it out by hand&lt;br /&gt;
&lt;br /&gt;
== Thursday (9/19/13) ==&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Agenda:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* Missing CodingBats (graded...if you forgot to do it...you may be failing right now)&lt;br /&gt;
* Demo missing [[PythonSearchAssignment.py]]&lt;br /&gt;
* Demo [[PythonSelectionSortAssignment.py]]&lt;br /&gt;
* Bubble Sort - [[Media:Sorting.pptx]]&lt;br /&gt;
* Complete [[PythonBubbleSortAssignment.py]]&lt;br /&gt;
* Quick Sort&lt;br /&gt;
* Challenge: Implement Quick Sort&lt;br /&gt;
&lt;br /&gt;
== Tuesday (9/17/13) ==&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Warmup:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
# Create a 2 person group&lt;br /&gt;
# Take 5 playing cards&lt;br /&gt;
# Lay them out randomly in a row (out of order)&lt;br /&gt;
# Sort them in numerical order (Ace is high)&lt;br /&gt;
# As a team, discuss your sorting algorithm&lt;br /&gt;
# Write down the basic steps to your algorithm&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Agenda:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* Selection Sort - [[Media:Sorting.pptx]]&lt;br /&gt;
* Complete [[PythonSelectionSortAssignment.py]] by next class&lt;br /&gt;
* Demo [[PythonSearchAssignment.py]]&lt;br /&gt;
* Be sure to have the following CodingBat sections complete (make_bricks &amp;amp; make_chocolate may be skipped)&lt;br /&gt;
** [http://codingbat.com/python/Logic-2 CodingBat Logic-2]&lt;br /&gt;
** [http://codingbat.com/python/String-2 String-2]&lt;br /&gt;
** [http://codingbat.com/python/List-2 List-2]&lt;br /&gt;
&lt;br /&gt;
== Friday (9/13/13) ==&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Agenda:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* Searching - [[Media:Searching.pptx]]&lt;br /&gt;
** Linear Search&lt;br /&gt;
** Binary Search&lt;br /&gt;
* Search Assignment - [[PythonSearchAssignment.py]]&lt;br /&gt;
* CodingBat Review - all completed by Tuesday (9/17/13)&lt;br /&gt;
*# If you do not already have one, create a [http://codingbat.com/ CodingBat] account&lt;br /&gt;
*# Once you&amp;#039;re logged in, go to &amp;#039;&amp;#039;&amp;#039;prefs-&amp;gt;teacher share&amp;#039;&amp;#039;&amp;#039; and use [[Image:BuiEmail.bmp]]&lt;br /&gt;
*# Complete all the [http://codingbat.com/python/Logic-2 CodingBat Logic-2 exercises]&lt;br /&gt;
*# Continue and complete [http://codingbat.com/python/String-2 String-2]&lt;br /&gt;
*# Continue and complete [http://codingbat.com/python/List-2 List-2]&lt;br /&gt;
&lt;br /&gt;
== Wednesday (9/11/13) ==&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Warmup:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* Turn in your signed syllabus sheet if you have it (due by the end of the week)&lt;br /&gt;
* Make sure you&amp;#039;ve shared your Usability Assignment w/ Mr. Bui&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Agenda:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* Python Programming Review&lt;br /&gt;
** Functions&lt;br /&gt;
** Conditional Logic&lt;br /&gt;
** Loops&lt;br /&gt;
* Python Quick References&lt;br /&gt;
** [[Media:PythonQuickRef_Memento.pdf]]&lt;br /&gt;
** [[Media:PythonQuickRef_Interfaceware.pdf]]&lt;br /&gt;
* CodingBat Review - all completed by Tuesday (9/17/13)&lt;br /&gt;
*# If you do not already have one, create a [http://codingbat.com/ CodingBat] account&lt;br /&gt;
*# Once you&amp;#039;re logged in, go to &amp;#039;&amp;#039;&amp;#039;prefs-&amp;gt;teacher share&amp;#039;&amp;#039;&amp;#039; and use [[Image:BuiEmail.bmp]]&lt;br /&gt;
*# Complete all the [http://codingbat.com/python/Logic-2 CodingBat Logic-2 exercises]&lt;br /&gt;
*# Continue and complete [http://codingbat.com/python/String-2 String-2]&lt;br /&gt;
*# Continue and complete [http://codingbat.com/python/List-2 List-2]&lt;br /&gt;
&lt;br /&gt;
== Monday (9/9/13) ==&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Agenda:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* [[IB Computer Science II Syllabus]]&lt;br /&gt;
** Signed syllabus sheets due by the end of the week&lt;br /&gt;
* [[Media:SystemDesignBasics.pptx]]&lt;br /&gt;
* Usability Assignment&lt;br /&gt;
*# Sign into your APS Google account&lt;br /&gt;
*# Open a Google Doc and title it &amp;#039;&amp;#039;&amp;#039;Usability Assignment&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
*# Put your name at the top&lt;br /&gt;
*# Find 2 examples of good usability&lt;br /&gt;
*## Take a screenshot or find a picture of the example&lt;br /&gt;
*## Paste it into the Google Doc&lt;br /&gt;
*## Point out or highlight the specific usability aspect somehow (in red or bright green are best)&lt;br /&gt;
*## State which usability rule the example is following, and describe how it follows it&lt;br /&gt;
*## Repeat for each of the 2 examples of good usability (each example should be a different usability rule)&lt;br /&gt;
*# Find 2 examples of bad usability&lt;br /&gt;
*## Take a screenshot or find a picture of the example&lt;br /&gt;
*## Paste it into the Google Doc&lt;br /&gt;
*## Point out or highlight the specific usability aspect failure (in red or bright green are best)&lt;br /&gt;
*## State which usability rule the example is breaking, and describe how it breaks it&lt;br /&gt;
*## Repeat for each of the 2 examples of bad usability (each example should be a different usability rule)&lt;br /&gt;
*# Share the document w/ Mr. Bui&lt;br /&gt;
&lt;br /&gt;
== Thursday (9/5/13) ==&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Agenda:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* [[Media:SystemDesignBasics.pptx]]&lt;br /&gt;
&lt;br /&gt;
== Tuesday (9/3/13) ==&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Agenda:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* Turn in your summer assignment via Google Drive&lt;br /&gt;
* [[Media:SoftwareDevelopment.ppt]]&lt;br /&gt;
* Summer Assignment (Software Development) Quiz&lt;br /&gt;
&lt;br /&gt;
== Summer ==&lt;br /&gt;
* [[IBCS2 Summer Assignment]]&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
		
	</entry>
</feed>