<?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_-_0910_-_March</id>
	<title>IBCS1 - 0910 - 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_-_0910_-_March"/>
	<link rel="alternate" type="text/html" href="https://www.paulbui.net/wiki/index.php?title=IBCS1_-_0910_-_March&amp;action=history"/>
	<updated>2026-08-04T22:48:14Z</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_-_0910_-_March&amp;diff=5380&amp;oldid=prev</id>
		<title>Admin: Created page with &quot;== Monday - Tuesday (3/22/10 - 3/23/10) == &#039;&#039;&#039;Warmup:&#039;&#039;&#039; * Please complete the following [https://spreadsheets.google.com/viewform?formkey=dHJQN2JlTE5BUUlNazQyMExoNGpmVmc6MA surv...&quot;</title>
		<link rel="alternate" type="text/html" href="https://www.paulbui.net/wiki/index.php?title=IBCS1_-_0910_-_March&amp;diff=5380&amp;oldid=prev"/>
		<updated>2010-09-03T19:52:23Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;== Monday - Tuesday (3/22/10 - 3/23/10) == &amp;#039;&amp;#039;&amp;#039;Warmup:&amp;#039;&amp;#039;&amp;#039; * Please complete the following [https://spreadsheets.google.com/viewform?formkey=dHJQN2JlTE5BUUlNazQyMExoNGpmVmc6MA surv...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== Monday - Tuesday (3/22/10 - 3/23/10) ==&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Warmup:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* Please complete the following [https://spreadsheets.google.com/viewform?formkey=dHJQN2JlTE5BUUlNazQyMExoNGpmVmc6MA survey]&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Agenda:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* [[IB CS1 3rd Quarter Exam]]&lt;br /&gt;
&lt;br /&gt;
== Monday - Wednesday (3/15/10 - 3/17/10) ==&lt;br /&gt;
* Contact class&lt;br /&gt;
* AddressBook program&lt;br /&gt;
* As a class, you should have (a)dd and (p)rint&lt;br /&gt;
* Implement the (s)earch option&lt;br /&gt;
*# Prompt the user for a first name&lt;br /&gt;
*# Prompt the user for a last name&lt;br /&gt;
*# Using a loop, traverse the book list and check if the first name matches and if the last name matches&lt;br /&gt;
*#* You can grab the current element&amp;#039;s attribute like this: book[x].firstName&lt;br /&gt;
*# If there is a match, then print out the Contact&amp;#039;s info (book[x].info)&lt;br /&gt;
* Implement the (r)emove option&lt;br /&gt;
*# Prompt the user for a first name&lt;br /&gt;
*# Prompt the user for a last name&lt;br /&gt;
*# Using a loop, traverse the book list and check if the first name matches and if the last name matches&lt;br /&gt;
*#* You can grab the current element&amp;#039;s attribute like this: book[x].firstName&lt;br /&gt;
*# If there is a match, then delete the element from the book list (HINT: del book[x])&lt;br /&gt;
&lt;br /&gt;
== Friday (3/12/10) ==&lt;br /&gt;
* Heritage / Black History Assembly&lt;br /&gt;
&lt;br /&gt;
== Wednesday - Thursday (3/10/10 - 3/11/10) ==&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Warmup:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* Let&amp;#039;s try to create a Rectangle class&lt;br /&gt;
** Write down the attributes/properties of Rectangle&lt;br /&gt;
** Write down some methods/behaviors of Rectangle&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Agenda:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* Introduction to Python classes (objects)&lt;br /&gt;
* Point class example&lt;br /&gt;
* Circle class example&lt;br /&gt;
* Rectangle class example&lt;br /&gt;
* Create a Contact class on your own&lt;br /&gt;
* We&amp;#039;ll create an sample AddressBook program as a class&lt;br /&gt;
&lt;br /&gt;
== Monday (3/1/10) ==&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Warmup:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* Write a while loop that traverses and adds 5 to each element in the following list:&lt;br /&gt;
** myList = [1, 5, 2, 7, 98, 4, 43, 2, 6, 4, 2]&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Agenda:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* Making your [[Robot game]] use lists&lt;br /&gt;
&lt;br /&gt;
== Archives ==&lt;br /&gt;
* [[IBCS1 - 0910 - June]]&lt;br /&gt;
* [[IBCS1 - 0910 - May]]&lt;br /&gt;
* [[IBCS1 - 0910 - April]]&lt;br /&gt;
* [[IBCS1 - 0910 - March]]&lt;br /&gt;
* [[IBCS1 - 0910 - February]]&lt;br /&gt;
* [[IBCS1 - 0910 - January]]&lt;br /&gt;
* [[IBCS1 - 0910 - December]]&lt;br /&gt;
* [[IBCS1 - 0910 - November]]&lt;br /&gt;
* [[IBCS1 - 0910 - October]]&lt;br /&gt;
* [[IBCS1 - 0910 - September]]&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
		
	</entry>
</feed>