Difference between revisions of "Main Page"

From CompSciWiki
Jump to: navigation, search
(Moved comments section)
Line 20: Line 20:
 
===Your First Java Program===
 
===Your First Java Program===
 
*[[Anatomy of a Java Program]]
 
*[[Anatomy of a Java Program]]
 +
*[[Comments]]
 
*[[Output using System.out.]]
 
*[[Output using System.out.]]
 
*[[Input using JOptionPane]]
 
*[[Input using JOptionPane]]
Line 33: Line 34:
 
*[[Casting]]
 
*[[Casting]]
 
*[[Named Constants]]
 
*[[Named Constants]]
*Comments
 
 
*Review Questions and Exercises
 
*Review Questions and Exercises
  

Revision as of 13:05, 6 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.

Table of Contents

Getting Started

What is Programming?

  • Programming Languages
  • Anatomy of a Program
  • The Programming Process
    • Review Questions and Exercises

Your First Java Program

Calling Methods

Control Structures

  • if-else
  • Nested if-else
  • Logical and Relative Operators
  • Comparing Strings
  • Review Questions and Exercises

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