In Class Notes and Programs

Date Notes Sample Programs
1/9 Introduction Copy of IDLE session
1/11 Assignment Statement Copy of IDLE session
1/13 hello.py
area.py
tax.py
intro.py
1/18
1/20 Copy of IDLE session
1/23 If Statement beer.py
grade.py
1/25 Exam #1 Review Copy of IDLE session
1/30 For Loop sum.py
sum2.py
sum3.py
triangle.py
2/1 While Loop, Random Class, Lists IDLE Transcript
guess.py
bbcards.py
2/3 Turtle Time! square.py
2/6 Dictionarys IDLE transcript
censor.py
2/8 Functions mastermind.py
2/10 Splitting a String splitex.py
2/13 C Basics hello.c
2/15 Arithmetic Expressions in C arithexpr.c
2/17 C - If Statement specialcases.c
2/20 C - If Statement grade.c
leapyear.c
2/22 C - Loops loops.c
2/24 C - Loops stars.c
scoring.c
prime.c
2/29 Exam 2 Review Notes Sample Exam 2
Corresponding Code
3/12 C - Files readfile.c
numbers.txt
starsfile.c
bigdiamond.txt
weather.c
weather2.c
HIHONOLU.txt
AKJUNEAU.txt
NPKTMNDU.txt
3/14 C - Arrays weather3.c
3/19 C - 2D Arrays array2d.c
3/21 C - 2D Arrays checker.c
3/23 Functions geo.c
3/26 Functions snowman.c
probability.c
3/28 Review Questions
group1.c
group2.c
group3.c
group4.c
group5.c
array.c
sumcubes.c
height.c
height.in
height.out
harmonicmean.c
4/16 Structs startjumble.c
jumbledct.txt
output.txt
4/23 Final Exam Review Final Exam Review Notes
Study Guide Questions and Answers
testctype.c