Difference between revisions of "CIS 3020"
Jump to navigation
Jump to search
Line 14: | Line 14: | ||
|} | |} | ||
* [[CIS 3020 Part 2]] | * [[CIS 3020 Part 2]] | ||
+ | {| | ||
+ | |- | ||
+ | | | ||
** Characteristics of Object Oriented Programming | ** Characteristics of Object Oriented Programming | ||
** Unified Modeling Language | ** Unified Modeling Language | ||
Line 21: | Line 24: | ||
** Software life cycle | ** Software life cycle | ||
** Traditional software life cycle costs | ** Traditional software life cycle costs | ||
+ | || | ||
** Important issues in the real world | ** Important issues in the real world | ||
** Problem solving methodology | ** Problem solving methodology | ||
Line 28: | Line 32: | ||
** Problem | ** Problem | ||
** Implementation | ** Implementation | ||
+ | |} | ||
* [[CIS 3020 Part 3]] | * [[CIS 3020 Part 3]] | ||
** Syntactic Elements | ** Syntactic Elements |
Revision as of 13:57, 23 March 2007
These notes have been split into parts to make better sense of what was going on. They are now as follows:
|
|
|
|
- CIS 3020 Part 3
- Syntactic Elements
- Structure of Class Definition
- Flow Charts
- Relational Operators
- Logical Operators
- Example - Maximum
- if-else-if Ladder
- Scope
- CIS 3020 Part 4
- Variables
- Linear Recursion
- CIS 3020 Part 5