Difference between revisions of "CIS 3020"

From In The Wings
Jump to navigation Jump to search
Line 1: Line 1:
{| class="infobox bordered" style="width: 25em; text-align: left; font-size: 95%;"
+
{{CIS 3020 Projects}}
|+ style="font-size: larger;" | '''Projects'''
 
|-
 
| colspan="2" style="text-align:center;" | [[Image:{{{image}}}|300px| ]]<br>{{{caption}}}
 
|-
 
! Data 1:
 
| {{{data1}}}
 
|-
 
! Data 2:
 
| {{{data2|''this text displayed if data2 not defined''}}}
 
|-
 
! Data 3 (data hidden if data3 empty or not defined):
 
| {{{data3|}}}
 
|-
 
| colspan="2" style="font-size: smaller;" | {{{footnotes|}}}
 
|}
 
 
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:
  

Revision as of 10:25, 30 March 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