<?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_-_1112_-_October</id>
	<title>IBCS2 - 1112 - 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=IBCS2_-_1112_-_October"/>
	<link rel="alternate" type="text/html" href="https://www.paulbui.net/wiki/index.php?title=IBCS2_-_1112_-_October&amp;action=history"/>
	<updated>2026-08-26T20:20:17Z</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_-_1112_-_October&amp;diff=8297&amp;oldid=prev</id>
		<title>Admin: Created page with &quot;== Thursday - Monday (10/27/11 - 10/31/11) == &#039;&#039;&#039;Agenda:&#039;&#039;&#039; * Download and complete Media:LinkedList.java * Create your own main that tests out each of the Linked Lists&#039;s met...&quot;</title>
		<link rel="alternate" type="text/html" href="https://www.paulbui.net/wiki/index.php?title=IBCS2_-_1112_-_October&amp;diff=8297&amp;oldid=prev"/>
		<updated>2011-11-17T01:42:10Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;== Thursday - Monday (10/27/11 - 10/31/11) == &amp;#039;&amp;#039;&amp;#039;Agenda:&amp;#039;&amp;#039;&amp;#039; * Download and complete &lt;a href=&quot;/wiki/images/1/11/LinkedList.java&quot; class=&quot;internal&quot; title=&quot;LinkedList.java&quot;&gt;Media:LinkedList.java&lt;/a&gt; * Create your own main that tests out each of the Linked Lists&amp;#039;s met...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== Thursday - Monday (10/27/11 - 10/31/11) ==&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Agenda:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* Download and complete [[Media:LinkedList.java]]&lt;br /&gt;
* Create your own main that tests out each of the Linked Lists&amp;#039;s methods&lt;br /&gt;
* Test your LinkedList using [[Media:LinkedListTestMain.java]]&lt;br /&gt;
&lt;br /&gt;
== Tuesday (10/25/11) ==&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Agenda:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* [http://www.teamcarney.com/jamtech/ Carney, Inc. - JamTech - October, 29th]&lt;br /&gt;
* Turn in Criteria for Success!&lt;br /&gt;
** Peer Edits&lt;br /&gt;
* Missing Demos&lt;br /&gt;
* Introduction to Linked List&lt;br /&gt;
** [http://download.oracle.com/javase/7/docs/api/java/util/LinkedList.html Linked List JavaDoc]&lt;br /&gt;
** Download and complete [[Media:LinkedList.java]]&lt;br /&gt;
** Attributes: first, last, size&lt;br /&gt;
** Constructors: default&lt;br /&gt;
** Methods: listed in the file above&lt;br /&gt;
&lt;br /&gt;
== Friday (10/21/11) ==&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Warmup:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* List several methods of data collection (during the analysis stage of the software development cycle)&lt;br /&gt;
** Discuss the advantages and disadvantages of each.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Agenda:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* Dropbox, Google Docs, etc.&lt;br /&gt;
* Demo missing assignments&lt;br /&gt;
* Demo [[Media:DynamicQueue.java]]&lt;br /&gt;
* Work on [[Media:CriterionA2_criteriaforSuccess.doc]]&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Homework:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* [[Media:CriterionA2_criteriaforSuccess.doc]] due Tuesday (10/25/11)&lt;br /&gt;
&lt;br /&gt;
== Wednesday (10/19/11) ==&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Warmup:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* What does FIFO stand for?&lt;br /&gt;
* What type of scenarios would we want to use a queue?  Give examples.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Agenda:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* Node References Quiz Review&lt;br /&gt;
* Complete and demo [[Media:DynamicQueue.java]]&lt;br /&gt;
* Problem Analysis peer edits&lt;br /&gt;
* Criteria for Success&lt;br /&gt;
** [[Media:CriterionA2_criteriaforSuccess.doc]] due Tuesday (10/25/11)&lt;br /&gt;
&lt;br /&gt;
== Monday (10/17/11) ==&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Warmup:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* Draw what you think a Queue with numbers 8, 6, 7, 5 would look like using Nodes.  Remember head and tail!&lt;br /&gt;
* Draw what you think an empty Queue would look like.  Remember head and tail!&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Agenda:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* Demo DynamicStack&lt;br /&gt;
* Review Dynamic Queue&lt;br /&gt;
** Memory diagrams for each method&lt;br /&gt;
** Begin/Starting scenarios for each method&lt;br /&gt;
** Draw the before-and-after pictures for adding a Node to an empty Queue (be sure to use head and tail!)&lt;br /&gt;
** Draw the before and after pictures for adding a Node to a non-empty Queue&lt;br /&gt;
** Draw the before-and-after pictures for removing a Node from an empty Queue&lt;br /&gt;
** Draw the before and after pictures for removing a Node from a non-empty Queue&lt;br /&gt;
* Complete and demo [[Media:DynamicQueue.java]]&lt;br /&gt;
&lt;br /&gt;
== Thursday (10/13/11) ==&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Agenda:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* Node References Quiz&lt;br /&gt;
* Stack memory diagrams&lt;br /&gt;
* Dynamically-sized Stacks&lt;br /&gt;
** Create a new class called DynamicStack&lt;br /&gt;
*** [[Media:DynamicStack.java]]&lt;br /&gt;
** What attribute must we keep track of when we talk about stacks?&lt;br /&gt;
** Create a Node reference for the most important stack attribute&lt;br /&gt;
** Implement push(int num) using Nodes. &lt;br /&gt;
*** push() should not return anything&lt;br /&gt;
*** push() creates a new Node with the num, and set the new Node&amp;#039;s next reference to the top&lt;br /&gt;
*** Don&amp;#039;t forget to update the top to be the new node!&lt;br /&gt;
** Implement pop(), which should POP and return the value on top of the stack and update the top&lt;br /&gt;
** Implement top(), which should just return the value on top of the stack&lt;br /&gt;
** Implement isEmpty() which returns true if the stack is empty&lt;br /&gt;
** Implement print() which should print your entire stack&lt;br /&gt;
** TEST YOUR STACK USING MR. BUI&amp;#039;S STACK MAIN OR YOUR OWN MAIN METHOD&lt;br /&gt;
* Review Dynamic Queue&lt;br /&gt;
** Memory diagrams for each method&lt;br /&gt;
** Begin/Starting scenarios for each method&lt;br /&gt;
** Draw the before-and-after pictures for adding a Node to an empty Queue (be sure to use head and tail!)&lt;br /&gt;
** Draw the before and after pictures for adding a Node to a non-empty Queue&lt;br /&gt;
** Draw the before-and-after pictures for removing a Node from an empty Queue&lt;br /&gt;
** Draw the before and after pictures for removing a Node from a non-empty Queue&lt;br /&gt;
* Complete and demo [[Media:DynamicQueue.java]]&lt;br /&gt;
&lt;br /&gt;
== Tuesday (10/11/11) ==&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Warmup:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
# Obtain a whiteboard and marker&lt;br /&gt;
# Draw the memory diagram on the board&lt;br /&gt;
# Write the lines of code that would create the memory diagram&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Agenda:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* Node Review&lt;br /&gt;
** [[Media:Node.java]]&lt;br /&gt;
** [[Media:NodeFunAgain.java]]&lt;br /&gt;
* Node references practice&lt;br /&gt;
*# Pair up with somebody near you&lt;br /&gt;
*# Each group will be given a memory diagram drawing from Mr. Bui&lt;br /&gt;
*# Individually write the lines of code to create the memory diagram&lt;br /&gt;
*# Compare your code with your partner&amp;#039;s&lt;br /&gt;
*# Go up to the board and present&lt;br /&gt;
* Nodes Quiz on Thursday (10/13/11)&lt;br /&gt;
** Be able to trace code and draw memory diagram&lt;br /&gt;
** Be able to write code that creates a given memory diagram&lt;br /&gt;
* Static vs. Dynamic&lt;br /&gt;
* Dynamically-sized Stacks&lt;br /&gt;
** Create a new class called DynamicStack&lt;br /&gt;
*** [[Media:DynamicStack.java]]&lt;br /&gt;
** What attribute must we keep track of when we talk about stacks?&lt;br /&gt;
** Create a Node reference for the most important stack attribute&lt;br /&gt;
** Implement push(int num) using Nodes. &lt;br /&gt;
*** push() should not return anything&lt;br /&gt;
*** push() creates a new Node with the num, and set the new Node&amp;#039;s next reference to the top&lt;br /&gt;
*** Don&amp;#039;t forget to update the top to be the new node!&lt;br /&gt;
** Implement pop(), which should POP and return the value on top of the stack and update the top&lt;br /&gt;
** Implement top(), which should just return the value on top of the stack&lt;br /&gt;
** Implement isEmpty() which returns true if the stack is empty&lt;br /&gt;
** Implement print() which should print your entire stack&lt;br /&gt;
** TEST YOUR STACK USING MR. BUI&amp;#039;S STACK MAIN OR YOUR OWN MAIN METHOD&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Homework:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* Node Quiz on Thursday (10/13/11)&lt;br /&gt;
** Be able to trace code and draw memory diagram&lt;br /&gt;
** Be able to write code that creates a given memory diagram&lt;br /&gt;
&lt;br /&gt;
== Thursday (10/6/11) ==&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Warmup:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* What does FIFO stand for?&lt;br /&gt;
* When would you want to use a queue?  Give an example&lt;br /&gt;
* Assume the following queue operations have occurred:&lt;br /&gt;
*# Add &amp;quot;Andrew&amp;quot;&lt;br /&gt;
*# Add &amp;quot;Kyla&amp;quot;&lt;br /&gt;
*# Add &amp;quot;JJ&amp;quot;&lt;br /&gt;
*# Remove&lt;br /&gt;
*# Add &amp;quot;Biniam&amp;quot;&lt;br /&gt;
*# Remove&lt;br /&gt;
*# What is left in the queue?&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Agenda:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* Demo your completed [[Media:Queue.java]] using [[Media:QueueMain.java]]&lt;br /&gt;
* Object and References Review&lt;br /&gt;
** [[Media:Point.java]]&lt;br /&gt;
** [[Media:ReferencesReview.java]]&lt;br /&gt;
* Node class&lt;br /&gt;
** [[Media:Node.java]]&lt;br /&gt;
** [[Media:NodeFun.java]]&lt;br /&gt;
** [[Media:NodeFunAgain.java]]&lt;br /&gt;
* Node references practice&lt;br /&gt;
*# Pair up&lt;br /&gt;
*# Each person should type up an example main that uses Nodes&lt;br /&gt;
*# Each person should then draw the memory diagram of the other person&amp;#039;s code&lt;br /&gt;
*# Repeat!&lt;br /&gt;
* Everybody must be an expert using Nodes and references&lt;br /&gt;
&lt;br /&gt;
== Tuesday (10/4/11) ==&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Agenda:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* Turn in Dossier: Analysis of the Problem&lt;br /&gt;
* Stacks Quiz&lt;br /&gt;
* Queueueueueues (Queues)&lt;br /&gt;
** [[Media:Queues.ppt]]&lt;br /&gt;
** [[Media:Queue.java]]&lt;br /&gt;
** [[Media:QueueMain.java]]&lt;br /&gt;
* Fix [[Media:Queue.java]] so that it works. You must fill in all the method bodies&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Homework:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* Fix [[Media:Queue.java]] so that it works. You must fill in all the method bodies&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
		
	</entry>
</feed>