CS 150 - Intro to Programming - Fall 2001
| CS150
| Labs | Projects | Assignments | CodeSamples | Help Resources | Style Guide |
Assignments
Home Work
8-23-01
8-28-01
- Read 2.1, 2.2, 2.5
- Review 1.3, 1.4 and chapter one summary
9-4-01
- Read 2.3
- Review 2.1, 2.2, 2.5
9-6-01
- Read 2.4, 7.1
- Read chapter two summary and do the self test in the chapter
- Programming Project 1 posted - due 9-13-01
9-11-01
9-13-01
9-18-01
- Read 7.3, 7.4
- Read chapter seven summary and do the self tests in the chapter
- Programming assignment one Due.
9-20-01
9-25-01
- Study the codeSamples in the flowOfControl directory - make sure you understand all of them
- Review section 2.4, and chapter 7
- First Quiz Thursday October 4, 2001
9-27-01
- Read 3.1, 3.2 and sections on predefined functions page 113 and 273.
- Review the codeSamples in the flowOfControl directory
- First Quiz Tuesday March 6, 2001
10-2-01
- study for midterm - Possible Topics:
- Anything in Chapters 1 and 2, 3.1, 3.2 and 7
- Anything in Labs 1 - 5
- Anything from lecture
- Variables and Assignment Statements
- Data Types
- Type Compatibilities
- Arithmetic Operators and Expressions
- Boolean Operators and Expressions
- input and output using cin and cout
- Branching - if-else, switch
- Looping - for, while, do-while
- break statements
- Trace code and determine result
- Write small programs or code fragments
- Using built in functions
- Essay - briefly but completely explain.....
10 - 4 - 01
- Midterm #1
- For next time - Read 3.3, 3.4
10 - 9 - 01
10 - 11 - 01
10 - 16 -01
10 - 18 - 01
10 - 23 - 01
10 - 25 - 01
10 - 30 - 01
11 - 1 - 01
11 - 6 - 01
- study for midterm - Possible Topics:
- Anything in Chapters 1 and 2, 3, 4, 5, 7, 9, 10
- Anything in Labs 1 - 10
- Anything from lecture
- Functions
- predefined, user defined
- prototypes, and function definitions
- write prototypes, bodies
- trace execution
- value parameters reference parameters, variable scope
- File IO - processing, opening, char data, numeric data
- Arrays
- Declare
- Initialize
- Process
- cstrings
- searching, sorting
- String Class strings
11 - 8 - 01
11 - 13 - 01
11 - 15 - 01
11 - 20 - 01
11 - 22 - 01
11 - 27 - 01
11 - 29 - 01
12 - 4 - 01
12 - 6 - 01
12 - 11 - 01
| Robert Hillyard
| SSU | CS Dept | CS 150 |