Difference between revisions of "CIS 3020"

From In The Wings
Jump to navigation Jump to search
 
(10 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
{{CIS 3020 Projects}}
 
These notes have been split into parts to make better sense of what was going on. They are now as follows:
 
These notes have been split into parts to make better sense of what was going on. They are now as follows:
  
Line 5: Line 6:
 
|-
 
|-
 
|
 
|
** Introduction to CIS
+
* Introduction to CIS
** What is computer science?
+
* What is computer science?
** Changing face of computer science
+
* Changing face of computer science
 
||
 
||
** What is a computer?
+
* What is a computer?
** Programming
+
* Programming
** Programming Paradigms
+
* Programming Paradigms
 
|}
 
|}
 
* [[CIS 3020 Part 2]]
 
* [[CIS 3020 Part 2]]
** Characteristics of Object Oriented Programming
+
{|
** Unified Modeling Language
+
|-
** Simple Program
+
|
** Real Program
+
* Characteristics of Object Oriented Programming
** Terminology
+
* Unified Modeling Language
** Software life cycle
+
* Simple Program
** Traditional software life cycle costs
+
* Real Program
** Important issues in the real world
+
* Terminology
** Problem solving methodology
+
* Software life cycle
** Design
+
* Traditional software life cycle costs
** Object Oriented Design
+
||
** UML Revisited
+
* Important issues in the real world
** Problem
+
* Problem solving methodology
** Implementation
+
* Design
 +
* Object Oriented Design
 +
* UML Revisited
 +
* Problem
 +
* Implementation
 +
|}
 
* [[CIS 3020 Part 3]]
 
* [[CIS 3020 Part 3]]
** Syntactic Elements
+
{|
** Structure of Class Definition
+
|-
** Flow Charts
+
|
** Relational Operators
+
* Syntactic Elements
** Logical Operators
+
* Structure of Class Definition
** Example - Maximum
+
* Flow Charts
** if-else-if Ladder
+
* Relational Operators
** Scope
+
||
 +
* Logical Operators
 +
* Example - Maximum
 +
* if-else-if Ladder
 +
* Scope
 +
|}
 
* [[CIS 3020 Part 4]]
 
* [[CIS 3020 Part 4]]
 
** Variables
 
** Variables
 
** Linear Recursion
 
** Linear Recursion
 
* [[CIS 3020 Part 5]]
 
* [[CIS 3020 Part 5]]
 +
{|
 +
|-
 +
|
 +
* Messy Examples
 +
* Tree Recursion
 +
* Orders of Growth
 +
||
 +
* The Big-O
 +
* Important Order Relationships
 +
* Growth of Complexity Functions
 +
|}
 +
* [[CIS 3020 Part 6]]
 +
{|
 +
|-
 +
|
 +
* Ordering of Statement in Methods
 +
* Recursion
 +
* Analyzing a Recursive Problem
 +
||
 +
* Exponentiation
 +
* Doing these calculations faster
 +
* Tower of Hanoi Problem
 +
|}
 +
* [[CIS 3020 Part 7]]

Latest revision as of 13:29, 25 April 2007

CIS 3020 Projects
Project 1

Project 2

Project 3

Project 4

Project 5

Project 6

Stupid Code

These notes have been split into parts to make better sense of what was going on. They are now as follows:

  • Introduction to CIS
  • What is computer science?
  • Changing face of computer science
  • What is a computer?
  • Programming
  • Programming Paradigms
  • Characteristics of Object Oriented Programming
  • Unified Modeling Language
  • Simple Program
  • Real Program
  • Terminology
  • Software life cycle
  • Traditional software life cycle costs
  • Important issues in the real world
  • Problem solving methodology
  • Design
  • Object Oriented Design
  • UML Revisited
  • Problem
  • Implementation
  • Syntactic Elements
  • Structure of Class Definition
  • Flow Charts
  • Relational Operators
  • Logical Operators
  • Example - Maximum
  • if-else-if Ladder
  • Scope
  • Messy Examples
  • Tree Recursion
  • Orders of Growth
  • The Big-O
  • Important Order Relationships
  • Growth of Complexity Functions
  • Ordering of Statement in Methods
  • Recursion
  • Analyzing a Recursive Problem
  • Exponentiation
  • Doing these calculations faster
  • Tower of Hanoi Problem