<?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=IBCS1_-_1011_-_March</id>
	<title>IBCS1 - 1011 - March - 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=IBCS1_-_1011_-_March"/>
	<link rel="alternate" type="text/html" href="https://www.paulbui.net/wiki/index.php?title=IBCS1_-_1011_-_March&amp;action=history"/>
	<updated>2026-04-11T18:32:31Z</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=IBCS1_-_1011_-_March&amp;diff=7691&amp;oldid=prev</id>
		<title>Admin: Protected &quot;IBCS1 - 1011 - March&quot; ([edit=sysop] (indefinite) [move=sysop] (indefinite))</title>
		<link rel="alternate" type="text/html" href="https://www.paulbui.net/wiki/index.php?title=IBCS1_-_1011_-_March&amp;diff=7691&amp;oldid=prev"/>
		<updated>2011-06-01T14:50:57Z</updated>

		<summary type="html">&lt;p&gt;Protected &amp;quot;&lt;a href=&quot;/wl/IBCS1_-_1011_-_March&quot; title=&quot;IBCS1 - 1011 - March&quot;&gt;IBCS1 - 1011 - March&lt;/a&gt;&amp;quot; ([edit=sysop] (indefinite) [move=sysop] (indefinite))&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 14:50, 1 June 2011&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=IBCS1_-_1011_-_March&amp;diff=7690&amp;oldid=prev</id>
		<title>Admin: Created page with &quot;== Monday (3/28/11) == &#039;&#039;&#039;Agenda:&#039;&#039;&#039; * Convert one of your GASP games to use lists * Demo your converted game by the end of next week * If you are done converting, then create a ...&quot;</title>
		<link rel="alternate" type="text/html" href="https://www.paulbui.net/wiki/index.php?title=IBCS1_-_1011_-_March&amp;diff=7690&amp;oldid=prev"/>
		<updated>2011-06-01T14:50:44Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;== Monday (3/28/11) == &amp;#039;&amp;#039;&amp;#039;Agenda:&amp;#039;&amp;#039;&amp;#039; * Convert one of your GASP games to use lists * Demo your converted game by the end of next week * If you are done converting, then create a ...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== Monday (3/28/11) ==&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Agenda:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* Convert one of your GASP games to use lists&lt;br /&gt;
* Demo your converted game by the end of next week&lt;br /&gt;
* If you are done converting, then create a new game from scratch (or begin designing one)&lt;br /&gt;
&lt;br /&gt;
== Thursday (3/24/11) ==&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Agenda:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* 3rd Quarter Exam&lt;br /&gt;
* Demo your completed game by the end of next week&lt;br /&gt;
* Nested Lists Exercises&lt;br /&gt;
** Assume you have &amp;#039;&amp;#039;&amp;#039;matrix = [ [2, 4, 6], [1, 3, 5], [0, 1, 2] ]&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
*# Write the nested loops to print out all the elements&lt;br /&gt;
*# Write the nested loops that sums up all the elements&lt;br /&gt;
*# Write the nested loop that finds the maximum value in the matrix&lt;br /&gt;
&lt;br /&gt;
== Tuesday (3/22/11) ==&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Warmup:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
# Create a list of lists like so: &amp;#039;&amp;#039;&amp;#039;matrix = [ [2, 4, 6], [1, 3, 5], [0, 1, 2] ]&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
# Write a loop that goes from &amp;#039;&amp;#039;&amp;#039;0&amp;#039;&amp;#039;&amp;#039; up to &amp;#039;&amp;#039;&amp;#039;len(matrix)&amp;#039;&amp;#039;&amp;#039; using a counter variable &amp;#039;&amp;#039;&amp;#039;r&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
## Inside the outer loop, write another loop that goes from &amp;#039;&amp;#039;&amp;#039;0&amp;#039;&amp;#039;&amp;#039; up to &amp;#039;&amp;#039;&amp;#039;len(matrix[r])&amp;#039;&amp;#039;&amp;#039; using a counter variable &amp;#039;&amp;#039;&amp;#039;c&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
### Print the element at &amp;#039;&amp;#039;&amp;#039;matrix[r][c]&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
# See if you can format the printing better&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Agenda:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* Nested lists&lt;br /&gt;
* 3rd Quarter Exam Review&lt;br /&gt;
** Basic stuff (variables, expressions, functions, if-statements, conditionals, loops)&lt;br /&gt;
** Strings&lt;br /&gt;
** Lists&lt;br /&gt;
* Convert one of your GASP games to use lists&lt;br /&gt;
* Demo your converted game by the end of next week&lt;br /&gt;
&lt;br /&gt;
== Monday - Friday (3/14/11 - 3/18/11) ==&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Warmup:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* Demo your [[Advanced Python List Exercises]]&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Agenda:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* Demo your [[Pig Latin Translator]]&lt;br /&gt;
* Item Collection Game w/ lists walkthrough&lt;br /&gt;
* Convert your Dodge game to use lists&lt;br /&gt;
&lt;br /&gt;
== Thursday (3/10/11) ==&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Agenda:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* Make sure (Basic) [[Python List Exercises]] is turned in&lt;br /&gt;
* [[Advanced Python List Exercises]]&lt;br /&gt;
* [[Pig Latin Translator]]&lt;br /&gt;
&lt;br /&gt;
== Tuesday (3/8/11) ==&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Warmup:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
# Create a list with the following numbers: 6, 3, 8, 4, 3, 5, 4, 3, 2, 1, 6, 8, 9, 6, 7, 3, 7, 2, 5&lt;br /&gt;
# Create a variable named &amp;#039;&amp;#039;&amp;#039;total&amp;#039;&amp;#039;&amp;#039; and initialize it to 0 (zero)&lt;br /&gt;
# Use a loop to traverse the list&lt;br /&gt;
#* Add each list element to the total&lt;br /&gt;
# Print out your total after the loop is done&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Agenda:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Final deadline:&amp;#039;&amp;#039;&amp;#039; Dual enrollment forms are due (3/10/11)&lt;br /&gt;
* Make sure (Basic) [[Python List Exercises]] is turned in&lt;br /&gt;
* [[Advanced Python List Exercises]]&lt;br /&gt;
* How do we use lists to simplify our Dodge game?&lt;br /&gt;
** Example: If I have our warmup list, what would it look like to add 1 to every number?&lt;br /&gt;
** Example: What would it look like to multiply every number by 2?&lt;br /&gt;
** Example: What would it look like to reset all the numbers to 0?&lt;br /&gt;
&lt;br /&gt;
== Friday (3/4/11) ==&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Warmup:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* Write the loop that finds the index of the first vowel&lt;br /&gt;
* Print out the index&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Agenda:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* string.split()&lt;br /&gt;
* Pig Latin Translator&lt;br /&gt;
* (Basic) [[Python List Exercises]] &lt;br /&gt;
* [[Advanced Python List Exercises]]&lt;br /&gt;
&lt;br /&gt;
== Wednesday (3/2/11) ==&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Warmup:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* Please fill out this [https://spreadsheets.google.com/viewform?formkey=dEdQMVhWcUhSLUFHWjhkUWhSVXoxRnc6MQ survey]&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Agenda:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* Welcome back!&lt;br /&gt;
* List review&lt;br /&gt;
* (Basic) [[Python List Exercises]] &lt;br /&gt;
* [[Advanced Python List Exercises]]&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
		
	</entry>
</feed>