<%@LANGUAGE="VBSCRIPT" %> <% Response.CacheControl = "no-cache" %>


Weekly Layout (updated frequently. do not print.)
Wk  Lecture I Lecture II Laboratory 

1

All lecture notes have been moved to Blackboard.

Lab 01 - Survey Due: 08-24-2010

Lab 02 - Who are you? Due: END OF LAB PERIOD

Lab 03 - Pseudocode Due: 09-01-2010

2

Lab 03 DUE

Lab 04 - Basic Arithmetic Due: 09-08-2010

3

Labor Day - No Monday lecture

Lab 04 DUE

Lab 05 - Vector Arithmetic Due: 09-13-2010

4

Lab 05 DUE

Lab 06 - Guess the Magic Number Due: 09-20-2010

5

Lab 06 DUE

Lab 07 - Draw! Due: 09-27-2010

6

Lab 07 DUE

Lab 08 - Flower Due: 10-04-2010

7

Lab 08 DUE

Lab 09 - Powered Flower Due: 10-13-2010

8

October Break - No Monday lecture

No lab sessions this week

9

Midterm Exam - October 21, 2010, LYNN 1136 (8:00-10:00PM)

Project 1 - Go Nuts! Due: 11-03-2010

10

Project 1 - Go Nuts! Due: 11-03-2010

11

Project 1 DUE

Lab 10 - Photo Captions Due: 11-08-2010

12

Lab 11 - Gravity Due: 11-15-2010

13

Lab 12 - Saucer Attack Due: 11-22-2010

14

Thanksgiving Break - No Wednesday lecture

Project 2 - Go Nuts - Again! Due: 12-10-2010

15

Lab 13 - Stay Classy! Due: 12-06-2010

Project 2 - Go Nuts - Again! Due: 12-10-2010

16

Project 2 DUE

Project 2 - Go Nuts - Again! Due: 12-10-2010

17

FINALS

FINALS


For information contact: Dr. David Whittinghill

CGT 215 Spring 2010 <% Dim fso, f Set fso = Server.CreateObject("Scripting.FileSystemObject") Set f = fso.GetFile(Server.MapPath("./weeklyLayout.asp")) Response.Write("Last Modified: ") Response.Write(f.DateLastModified) Set f = nothing Set fso = nothing %>