<?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=CS1_-_1011_-_October</id>
	<title>CS1 - 1011 - 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=CS1_-_1011_-_October"/>
	<link rel="alternate" type="text/html" href="https://www.paulbui.net/wiki/index.php?title=CS1_-_1011_-_October&amp;action=history"/>
	<updated>2026-04-09T18:05:57Z</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=CS1_-_1011_-_October&amp;diff=6382&amp;oldid=prev</id>
		<title>Admin: Created page with &quot;== Friday (10/29/30) == &#039;&#039;&#039;Agenda:&#039;&#039;&#039; * Functions review * Be sure you&#039;ve turned in HTTLACS: Ch 3 Exercises * Introduction to Conditionals * [[Comparison operators assignment...&quot;</title>
		<link rel="alternate" type="text/html" href="https://www.paulbui.net/wiki/index.php?title=CS1_-_1011_-_October&amp;diff=6382&amp;oldid=prev"/>
		<updated>2010-11-16T03:20:46Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;== Friday (10/29/30) == &amp;#039;&amp;#039;&amp;#039;Agenda:&amp;#039;&amp;#039;&amp;#039; * Functions review * Be sure you&amp;#039;ve turned in &lt;a href=&quot;/wl/HTTLACS:_Ch_3_Exercises&quot; title=&quot;HTTLACS: Ch 3 Exercises&quot;&gt;HTTLACS: Ch 3 Exercises&lt;/a&gt; * Introduction to Conditionals * [[Comparison operators assignment...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== Friday (10/29/30) ==&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Agenda:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* Functions review&lt;br /&gt;
* Be sure you&amp;#039;ve turned in [[HTTLACS: Ch 3 Exercises]]&lt;br /&gt;
* Introduction to Conditionals&lt;br /&gt;
* [[Comparison operators assignment]]&lt;br /&gt;
* [[MPAA calculator assignment]]&lt;br /&gt;
* Demo your MPAA Calculator&lt;br /&gt;
&lt;br /&gt;
== Wednesday - Thursday (10/27/10 - 10/28/10) ==&lt;br /&gt;
* 1st Quarter Exam&lt;br /&gt;
&lt;br /&gt;
== Tuesday (10/26/10) ==&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Warmup:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
# Prompt the user to enter the day of the week (Monday, Tuesday, Wednesday, etc.)&lt;br /&gt;
# Use an if statement to check if the user&amp;#039;s input matches Monday or Wednesday or Friday&lt;br /&gt;
#* Print out your classes for that day&lt;br /&gt;
# Otherwise, print out the classes for Tuesday or Thursday&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Agenda:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* Introduction to Mr. Fowler&lt;br /&gt;
* Conditional Review&lt;br /&gt;
* 1st Quarter Exam Review&lt;br /&gt;
** HTTLACS Ch 1, 2, 3, 4&lt;br /&gt;
* Make sure that [[Comparison operators assignment]] is turned in&lt;br /&gt;
* Logic operators&lt;br /&gt;
** [[Media:BooleanLogic.ppt]]&lt;br /&gt;
* [[Logical operators assignment]]&lt;br /&gt;
* [[HTTLACS: Ch 4 Exercises]]&lt;br /&gt;
* [[Geek Flow Chart Assignment]]&lt;br /&gt;
&lt;br /&gt;
== Monday (10/25/10) ==&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Warmup:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
# Prompt the user to input numbers for the following variables: &amp;#039;&amp;#039;&amp;#039;m&amp;#039;&amp;#039;&amp;#039;, &amp;#039;&amp;#039;&amp;#039;x&amp;#039;&amp;#039;&amp;#039;, and &amp;#039;&amp;#039;&amp;#039;b&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
#* Be sure to save them as variables&lt;br /&gt;
# Calculate the &amp;#039;&amp;#039;&amp;#039;y&amp;#039;&amp;#039;&amp;#039; variable from the formula: y=m*x+b&lt;br /&gt;
# Print out the &amp;#039;&amp;#039;&amp;#039;y&amp;#039;&amp;#039;&amp;#039; variable&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Agenda:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* Demo [[Quadratic Formula Assignment]]&lt;br /&gt;
* 1st Quarter Exam Review&lt;br /&gt;
** HTTLACS Ch 1, 2, 3&lt;br /&gt;
* Introduction to Python Functions&lt;br /&gt;
** [http://openbookproject.net/thinkcs/python/english2e/ch03.html HTTLACS: Ch 3]&lt;br /&gt;
** [[HTTLACS: Ch 3 Exercises]]&lt;br /&gt;
&lt;br /&gt;
== Friday (10/22/10) ==&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Warmup:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
# Prompt the user to answer the following Yes/No question: &amp;quot;Do you have any siblings? (y/n)&amp;quot;&lt;br /&gt;
#* Be sure to save the response into a variable&lt;br /&gt;
# Check if the variable is &amp;quot;y&amp;quot;, then print out &amp;quot;Awesome...you have brothers and sisters!&amp;quot;&lt;br /&gt;
# Else, if they say &amp;quot;n&amp;quot;, then print out &amp;quot;Awesome...you&amp;#039;re an only child!&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Period 2 - Agenda:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* if-statement review&lt;br /&gt;
* Nested if-statements&lt;br /&gt;
* [[Comparison operators assignment]]&lt;br /&gt;
&lt;br /&gt;
== Thursday (10/21/10) ==&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Warmup:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* You will create a program that calculates the amount of time it takes for an object to hit the ground (when dropped from a distance)&lt;br /&gt;
*# Prompt the user to enter a number (which will be how high the object is in meters) and store it in a variable &amp;#039;&amp;#039;&amp;#039;s&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
*# Calculate &amp;#039;&amp;#039;&amp;#039;t&amp;#039;&amp;#039;&amp;#039; using the formula: t = (s/(0.5*9.8))**0.5&lt;br /&gt;
*# Print out the message: &amp;quot;Your object will hit the ground in &amp;#039;&amp;#039;&amp;#039;t&amp;#039;&amp;#039;&amp;#039; seconds&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Period 1 - Agenda:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* Be sure you&amp;#039;ve turned in the following:&lt;br /&gt;
** [[Values, Types, and Variables Identification assignment]]&lt;br /&gt;
** [[HTTLACS: Ch 2 Exercises]]&lt;br /&gt;
* Work on [[Quadratic Formula Assignment]]&lt;br /&gt;
&lt;br /&gt;
== Wednesday (10/20/10) ==&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Warmup:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
# Prompt the user with the following question: &amp;quot;What is the Washington-Lee mascot?&amp;quot;&lt;br /&gt;
#* Be sure to save the raw_input() into a variable!&lt;br /&gt;
# Use an if statement to check if the user&amp;#039;s answer is equal to &amp;quot;Generals&amp;quot;&lt;br /&gt;
#* If so, then print out &amp;quot;You got it right!&amp;quot;&lt;br /&gt;
#* It not, then print out &amp;quot;Wrong answer buddy!&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Period 2 - Agenda:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* Review of Conditionals&lt;br /&gt;
** Comparison operators&lt;br /&gt;
* [[MPAA calculator assignment]]&lt;br /&gt;
* Demo your MPAA Calculator&lt;br /&gt;
* Make sure you&amp;#039;ve turned in all the assignments&lt;br /&gt;
&lt;br /&gt;
== Monday - Tuesday (10/18/10 - 10/19/10) ==&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Warmup:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* You will create a program that calculates the amount of time it takes for an object to hit the ground (when dropped from a distance)&lt;br /&gt;
*# Prompt the user to enter a number (which will be how high the object is in meters) and store it in a variable &amp;#039;&amp;#039;&amp;#039;s&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
*# Calculate &amp;#039;&amp;#039;&amp;#039;t&amp;#039;&amp;#039;&amp;#039; using the formula: t = (s/(0.5*9.8))**0.5&lt;br /&gt;
*# Print out the message: &amp;quot;Your object will hit the ground in &amp;#039;&amp;#039;&amp;#039;t&amp;#039;&amp;#039;&amp;#039; seconds&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Period 1 - Agenda:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* Introduction to Mr. Fowler&lt;br /&gt;
* Review problems with homework&lt;br /&gt;
* [[Values, Types, and Variables Identification assignment]]&lt;br /&gt;
* [[HTTLACS: Ch 2 Exercises]]&lt;br /&gt;
* [[Quadratic Formula Assignment]]&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Period 2 - Agenda:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* [[HTTLACS: Ch 3 Exercises]]&lt;br /&gt;
* Introduction to Conditionals (if statement)&lt;br /&gt;
* [[MPAA calculator assignment]]&lt;br /&gt;
&lt;br /&gt;
== Thursday - Friday (10/14/10 - 10/15/10) ==&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Warmup:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* You will create a program that calculates speed&lt;br /&gt;
*# Prompt the user (ask for input) for distance traveled and store it in a variable named &amp;#039;&amp;#039;&amp;#039;distance&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
*# Prompt the user (ask for input) for total time and store it in a variable named &amp;#039;&amp;#039;&amp;#039;time&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
*# Calculate the speed by dividing distance by time (distance/time) and store it in a variable named &amp;#039;&amp;#039;&amp;#039;speed&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
*# Print &amp;#039;&amp;#039;&amp;#039;speed&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Agenda:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* [[Quadratic Formula Assignment]]&lt;br /&gt;
* [[HTTLACS: Ch 3 Exercises]]&lt;br /&gt;
* Turn in Chapter 3 exercises (everybody should turn these in by the end of the day)&lt;br /&gt;
* Begin reading [http://openbookproject.net/thinkcs/python/english2e/ch04.html HTTLACS: Ch 4]&lt;br /&gt;
** Be sure to try out all the examples&lt;br /&gt;
** Skip the GASP section&lt;br /&gt;
&amp;lt;!--* Complete exercises #1, 4, 6-8 at the end of Chapter 4--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Tuesday (10/12/10) ==&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Warmup:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* Assume you have the following code:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;Python&amp;quot;&amp;gt;&lt;br /&gt;
x = 5&lt;br /&gt;
a = 8&lt;br /&gt;
b = a-x*2&lt;br /&gt;
print b&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* What does the above program print?&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Agenda:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* Values, data types, and variables review&lt;br /&gt;
* Input review&lt;br /&gt;
** Write a program that prompts the user to enter his/her first name and store it in a variable named fn.  Your program should print out the name like so: &amp;#039;&amp;#039;&amp;#039;Hello FIRSTNAME!  Happy Tuesday!&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* Make sure you have turned in BOTH of the following assignments:&lt;br /&gt;
** [[Values, Types, and Variables Identification assignment]]&lt;br /&gt;
** [[HTTLACS: Ch 2 Exercises]]&lt;br /&gt;
* Introduction to Functions&lt;br /&gt;
** [[HTTLACS: Ch 3 Exercises]]&lt;br /&gt;
&lt;br /&gt;
== Thursday - Friday (10/7/10 - 10/8/10) ==&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Warmup:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* Identify the types for the following variables:&lt;br /&gt;
*# 43&lt;br /&gt;
*# 3.5&lt;br /&gt;
*# 2&lt;br /&gt;
*# &amp;quot;washington&amp;quot;&lt;br /&gt;
*# &amp;quot;2&amp;quot;&lt;br /&gt;
*# &amp;quot;lee&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Agenda:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* [[Values, Types, and Variables Identification assignment]]&lt;br /&gt;
* [[HTTLACS: Ch 2 Exercises]]&lt;br /&gt;
&lt;br /&gt;
== Tuesday (10/5/10) ==&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Warmup:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* Complete and submit the HTTLACS: Ch 1 exercises&lt;br /&gt;
* Submit via School Web Lockers&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Agenda:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* Introduction to data values, variables, and etc.  &lt;br /&gt;
* Read through [http://openbookproject.net/thinkcs/python/english2e/ch02.html How to Think Like a Computer Scientist: Chapter 2] &lt;br /&gt;
* Complete the [[Values, Types, and Variables Identification assignment]]&lt;br /&gt;
* Complete the [[HTTLACS: Ch 2 Exercises]]&lt;br /&gt;
* Submit both to School Web Lockers&lt;br /&gt;
&lt;br /&gt;
== Friday - Monday (10/1/10 - 10/4/10) ==&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Warmup:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* Research on the interwebz the following:&lt;br /&gt;
*# Who invented the Python programming language?&lt;br /&gt;
*# Where was it invented?&lt;br /&gt;
*# Who funded the project to develop Python?&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Agenda:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* Any missing quiz demonstrations should be shown when Mr. Bui gets back&lt;br /&gt;
* Introduction to Python&lt;br /&gt;
* Begin reading through [http://openbookproject.net/thinkcs/python/english2e/ch01.html How to Think Like a Computer Scientist: Chapter 1]&lt;br /&gt;
* Complete the [[HTTLACS: Ch 1 Exercises]]&lt;br /&gt;
* Submit it all in one file to School Web Lockers&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
		
	</entry>
</feed>