Welcome Page
Daily schedule (lectures, labs, and assignments)
Homework assignments
Copies of the powerpoint slides
Programs shown in class
What do you think of the class?
Ask for help or help a fellow student
Class organization
Find out how your homework is graded
Some links relevant to the class
CSC142 icon
CSC 142

Computer Programming for Engineers and Scientists


Homework Assignments

Reminder:

Written exercises 1
Exercises from chapter 1of the text: 1, 2 (understand "belong to" as meaning "being an instance of"), and 4b)

due 7/6 in class

Written exercises 2
Exercises from chapter 2 of the text: 1, 3, 4, 5

due 7/8 in class

Programming project 1
Detailed Instructions
Turn-in

due 7/14 by 11:00 pm

Programming project 2
Detailed Instructions
Turn-in

due 7/21 by 11:00 pm

Written exercises 3
exercises (similar to some exercises in chapter 4)

due 7/22 in class

Written exercises 4
Exercises from chapter 7 of the text: 6, 8a, 8b, 9, 12

due 7/29 in class

Programming project 3
Detailed Instructions
Turn-in

due 7/30 by 11:00 pm

Written exercises 5
Exercises

due 8/5 in class

Programming project 4
Detailed Instructions
Turn-in

due 8/10 by 11:00pm

Written exercises 6
Exercises from chapter 12 of the text: 5 (a table lookup means that you replace the if statements with code that uses a 1D array) (Correction: at the end of 5b), the code should say return 500; and not result = 500;), and 6 b) (Other correction: the method should be of type void and not of type Color), c), and e)

due 8/11 in class

Written exercises 7
Exercises from chapter 8 of the text: 3, 4, 5, 6, 7, 8

due 8/13 in class

Programming project 5
Detailed Instructions
Turn-in

due 8/17 by 11:00 pm

Written exercises 8
Exercises from chapter 9 of the text: 3, 4, 6 (typo: the_num should read theNum), 7

due 8/17 in class

Back to top