Difference between revisions of "COMP1010"

From CompSciWiki
Jump to: navigation, search
Line 11: Line 11:
 
|-
 
|-
 
|bgcolor=#8B4513 align=center|<FONT SIZE="+2" COLOR = "white"> ''Written For U of M Students By U of M Students''</FONT>
 
|bgcolor=#8B4513 align=center|<FONT SIZE="+2" COLOR = "white"> ''Written For U of M Students By U of M Students''</FONT>
 +
 +
<h3>Fall 2009 [[Exam_Review| Exam Review Materials]]</h3>
 +
 
<!--Table of Contents cells begin here-->
 
<!--Table of Contents cells begin here-->
 
|-
 
|-

Revision as of 21:29, 8 December 2009


  Welcome to the Wiki-Based Text for COMP 1010

  'center'
Written For U of M Students By U of M Students

Fall 2009 Exam Review Materials

Chapter 1: Getting Started

 

Welcome to COMP 1010 at the University of Manitoba. This text will show you how to set up your own computer so you can do your assignments at home. Confused about logging in to the website or the lab computers? Read on. Then you will learn how to write your first program in Java. And from here you'll learn how to write programs that do more than output "Hello World!". We'll show you how to use loops, call methods, write methods, and understand arrays. Just as importantly, we'll talk about the importance of solving problems and thinking like a programmer. Finally there's a chapter that's meant to show you that computer science is about much more than programming.

P.S. Interested in learning more about a wiki? Or about how this wiki-based text came to be? Click here.

Chapter 2: What is Programming?

WRITE A PROGRAM-A-DAY!

Chapter 3: Java Fundamentals

Case Study I: Day One at Funky Books Inc.

Chapter 4: Calling Methods

Chapter 5: Control Structures

Chapter 6: Loops

Case Study II: Day Two at Funky Books Inc.

Chapter 7: User Defined Methods

Case Study III: Day Three at Funky Books Inc.

Chapter 8: Arrays

Case Study IV: Day Four at Funky Books Inc.

Chapter 9: More With Arrays

Chapter 10: Java In-depth

Chapter 11: More About Computer Science

Appendix A: Researching Comp Sci Topics

Appendix B: Tips for ESL Students

Appendix C: Scanner Class

Appendix D: Help on Debugging

Appendix E: Creating a Screensaver

Glossary: Glossary of Comp Sci Terms