Difference between revisions of "CSC111 Class Page 2011"

From dftwiki3
Jump to: navigation, search
Line 25: Line 25:
  
 
=Weekly Schedule=
 
=Weekly Schedule=
 +
<!--
  
 
{| style="width:100%" border="1"
 
{| style="width:100%" border="1"
Line 30: Line 31:
 
|'''Week''' || '''Topics''' || '''Reading'''  
 
|'''Week''' || '''Topics''' || '''Reading'''  
  
<!-- ================================================================== -->
+
 
 
|-valign="top"
 
|-valign="top"
 
|width="15%"| Week 1 <br /> 9/8  
 
|width="15%"| Week 1 <br /> 9/8  
Line 50: Line 51:
 
** Test yourself with the Programming Exercises at the end of the chapter.
 
** Test yourself with the Programming Exercises at the end of the chapter.
 
* Read the [http://maven.smith.edu/~jfrankli/111s08/pairProgramming2000.pdf article] on pair programming.  We will discuss it in class on Th 9/15.
 
* Read the [http://maven.smith.edu/~jfrankli/111s08/pairProgramming2000.pdf article] on pair programming.  We will discuss it in class on Th 9/15.
<!-- ================================================================== -->
+
 
 
|- style="background:#eeeeff" valign="top"
 
|- style="background:#eeeeff" valign="top"
 
| Week 2 <br /> 9/13<br />
 
| Week 2 <br /> 9/13<br />
Line 94: Line 95:
 
** We're starting on Tuesday with material from Chapter 2.  In particular understanding variables and assignments, and the temperature conversion program.
 
** We're starting on Tuesday with material from Chapter 2.  In particular understanding variables and assignments, and the temperature conversion program.
  
<!-- ================================================================== -->
+
 
 +
 
 
|- style="background:#ffffff" valign="top"
 
|- style="background:#ffffff" valign="top"
 
| Week 3 <br /> 9/20<br />
 
| Week 3 <br /> 9/20<br />
Line 116: Line 118:
 
* Reading
 
* Reading
 
* On Tuesday we'll cover some material from Sections 2.5 (assignment) and 2.6 (definite loops) in Zele.
 
* On Tuesday we'll cover some material from Sections 2.5 (assignment) and 2.6 (definite loops) in Zele.
<!-- ================================================================== -->
+
 
 
|- style="background:#eeeeff" valign="top"
 
|- style="background:#eeeeff" valign="top"
 
| Week 4 <br /> 9/27<br />
 
| Week 4 <br /> 9/27<br />
Line 150: Line 152:
  
  
<!-- ================================================================== -->
+
 
 
|- style="background:#ffffff" valign="top"
 
|- style="background:#ffffff" valign="top"
 
| Week 5 <br /> 10/4<br />
 
| Week 5 <br /> 10/4<br />
Line 181: Line 183:
 
* Reading
 
* Reading
 
** Chapter 4 on Graphics
 
** Chapter 4 on Graphics
<!-- ================================================================== -->
+
 
 
|- style="background:#eeeeff" valign="top"
 
|- style="background:#eeeeff" valign="top"
 
| Week 6 <br /> 10/11<br />
 
| Week 6 <br /> 10/11<br />
Line 210: Line 212:
 
||
 
||
 
* Reading
 
* Reading
<!-- ================================================================== -->
+
 
 
|- style="background:#ffffff" valign="top"
 
|- style="background:#ffffff" valign="top"
 
| Week 7 <br /> 10/18<br />
 
| Week 7 <br /> 10/18<br />
Line 274: Line 276:
 
* Reading
 
* Reading
  
<!-- ================================================================== -->
+
 
 
|- style="background:#eeeeff" valign="top"
 
|- style="background:#eeeeff" valign="top"
 
| Week 9 <br /> 11/1<br />
 
| Week 9 <br /> 11/1<br />
Line 295: Line 297:
 
** Functions returning values are covered in Section 6.5.1.
 
** Functions returning values are covered in Section 6.5.1.
 
** Read section 6.6
 
** Read section 6.6
<!-- ================================================================== -->
+
 
 
|- style="background:#ffffff" valign="top"
 
|- style="background:#ffffff" valign="top"
 
| Week 10 <br /> 11/8<br />
 
| Week 10 <br /> 11/8<br />
Line 326: Line 328:
 
** Text file processing: Section 5.9
 
** Text file processing: Section 5.9
 
** While loops: Chapter 8
 
** While loops: Chapter 8
<!-- ================================================================== -->
+
 
 
|- style="background:#eeeeff" valign="top"
 
|- style="background:#eeeeff" valign="top"
 
| Week 11 <br /> 11/15<br />
 
| Week 11 <br /> 11/15<br />
Line 363: Line 365:
 
** Common loop patterns are covered in Section 8.3
 
** Common loop patterns are covered in Section 8.3
  
<!-- ================================================================== -->
+
 
 
|- style="background:#ffffff" valign="top"
 
|- style="background:#ffffff" valign="top"
 
| Week 12<br /> 11/22<br />
 
| Week 12<br /> 11/22<br />
Line 380: Line 382:
 
* Reading
 
* Reading
  
<!-- ================================================================== -->
+
 
 
|- style="background:#eeeeff" valign="top"
 
|- style="background:#eeeeff" valign="top"
 
| Week 13 <br /> 11/29<br />
 
| Week 13 <br /> 11/29<br />
Line 405: Line 407:
 
* Reading
 
* Reading
 
** Classes are covered in Chapter 10 of the textbook.  
 
** Classes are covered in Chapter 10 of the textbook.  
<!-- ================================================================== -->
+
 
 
|- style="background:#ffffff" valign="top"
 
|- style="background:#ffffff" valign="top"
 
| Week 14<br /> 12/6<br />
 
| Week 14<br /> 12/6<br />
Line 432: Line 434:
 
** Inheritance is covered in Section 12.4 of the textbook.
 
** Inheritance is covered in Section 12.4 of the textbook.
 
** Dictionaries are covered in Section 11.6, ''Non-Sequential Collections''
 
** Dictionaries are covered in Section 11.6, ''Non-Sequential Collections''
<!-- ================================================================== -->
+
 
 
|- style="background:#eeeeff" valign="top"
 
|- style="background:#eeeeff" valign="top"
 
| Week 15 <br /> 12/13<br />
 
| Week 15 <br /> 12/13<br />
Line 442: Line 444:
 
*** Practicing with dictionaries: [[CSC111 How cold is it in England?| How cold is it in England?]]
 
*** Practicing with dictionaries: [[CSC111 How cold is it in England?| How cold is it in England?]]
 
*** [[CSC111 Cold England 2 | Program we did in class]]
 
*** [[CSC111 Cold England 2 | Program we did in class]]
<!--
 
*** Dictionaries
 
*** List comprehension
 
*** Parsing XML
 
-->
 
  
 
* '''Thursday''': <font color="magenta">'''Final Take-Home Exam'''</font>, will be due '''12/22/11 at 4:00 p.m.'''
 
* '''Thursday''': <font color="magenta">'''Final Take-Home Exam'''</font>, will be due '''12/22/11 at 4:00 p.m.'''
Line 512: Line 509:
 
[[CSC111 | Back]] To Main Page
 
[[CSC111 | Back]] To Main Page
 
[[Category:CSC111]][[Category:Class]][[Category:Schedule]][[Category:Resources]]
 
[[Category:CSC111]][[Category:Class]][[Category:Schedule]][[Category:Resources]]
 +
 +
-->

Revision as of 15:17, 19 January 2015

Main Page | Syllabus | Weekly Schedule | Links & Resources | Piazza




Prof and TAs

Dominique Thiébaut email
Dept. Computer Science
Ford Hall, 356.
Telephone: 3854
Office hours Monday, 2-4 p.m., Tuesday 1-3 p.m., and by appointments

 



To see when and where TAs are available this week, click here.


...


Weekly Schedule