Difference between revisions of "Main Page"

From CompSciWiki
Jump to: navigation, search
Line 71: Line 71:
 
**[[Writing a Method#Method Header|Method Header]]
 
**[[Writing a Method#Method Header|Method Header]]
 
**[[Writing a Method#Method Body|Method Body]]
 
**[[Writing a Method#Method Body|Method Body]]
*[[Calling a User-Defined Method]]
+
*[[Calling a User-Defined Method]] - Jenny-Lynn
*[[Methods and Scoping]]
+
*[[Methods and Scoping]] - Jenny-Lynn
 
*[[Commenting Methods]] - Mark
 
*[[Commenting Methods]] - Mark
 
*[[Passing Arguments using Methods]] - Mark
 
*[[Passing Arguments using Methods]] - Mark

Revision as of 16:28, 9 March 2007

Welcome to the Wiki-Based Text for COMP 1010: Intro Computer Science 1

This text is written for students in the first year course COMP 1010 at the University of Manitoba. This wiki was written by students in the course COMP 3040: Technical Communication for Computer Scientists.

CoffeeCup.jpg

Table of Contents

Getting Started

What is Programming?

Your First Java Program

Calling Methods

Control Structures

Loops

User-Defined Methods

Arrays

More with Arrays

  • Passing Arrays using Methods
  • Working with Partially Filled Arrays
  • Arrays of Strings
  • Searching Arrays
  • Sorting Arrays
    • Selection Sort
    • Binary Sort
  • Review Questions and Exercises

Problem-Solving

More about Computer Science

Glossary