Difference between revisions of "Main Page"

From CompSciWiki
Jump to: navigation, search
(Arrays)
Line 81: Line 81:
 
*[[Creating Arrays]]
 
*[[Creating Arrays]]
 
*[[Entering and Using Array Elements]]
 
*[[Entering and Using Array Elements]]
*[[Out of Bounds and One off Errors]]
+
*[[Out of Bounds and One off Errors]] - Andrew
 
*[[Processing Arrays (using for loops)]]
 
*[[Processing Arrays (using for loops)]]
 
**length attribute
 
**length attribute
Line 87: Line 87:
 
**copying arrays
 
**copying arrays
 
**comparing arrays
 
**comparing arrays
**summing values
+
**summing values - Andrew
**finding average of values
+
**finding average of values - Andrew
**find highest and lowest values
+
**find highest and lowest values - Andrew
 
*[[Review Questions and Exercises]]
 
*[[Review Questions and Exercises]]
  

Revision as of 12:56, 10 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