Difference between revisions of "COMP1010"

From CompSciWiki
Jump to: navigation, search
Line 14: Line 14:
 
<!--Getting Started Row Goes here-->
 
<!--Getting Started Row Goes here-->
  
|- cellpadding="2"; style="background-color:#71637D; color:white; font-size: large; font-family: serif; text-align: center; vertical-align=middle"
+
|- cellpadding="2"; style="background-color:#71637D; color:white; font-size: large; font-family: sans-serif; text-align: center; vertical-align=middle"
     |border="1"; colspan=3|Getting Started at the U of M  
+
     |border="1"; colspan=3|Getting Started in COMP 1010 at the U of M
 
|-
 
|-
|color=#222222|<h3> Chapter 1: [[What_is_Programming%3F|What is Programming?]] </h3>
+
|color=#222222|<h2> Chapter 1: [[What_is_Programming%3F|What is Programming?]] </h2>
 
|-
 
|-
|color=#222222|<h3> Chapter 2: [[Java Fundamentals]] </h3>
+
|color=#222222|<h2> Chapter 2: [[Java Fundamentals]] </h2>
 
|-
 
|-
|color=#222222|<h3> Chapter 3: [[Calling_Methods|Calling Methods]]</h3>
+
|color=#222222|<h2> Chapter 3: [[Calling_Methods|Calling Methods]]</h2>
 
|-
 
|-
|color=#222222|<h3> Chapter 4: [[Control_Structures|Control Structures]]</h3>
+
|color=#222222|<h2> Chapter 4: [[Control_Structures|Control Structures]]</h2>
 
|-
 
|-
|color=#222222|<h3> Chapter 5: [[Loops]]</h3>
+
|color=#222222|<h2> Chapter 5: [[Loops]]</h2>
 
|-
 
|-
|color=#222222|<h3> Chapter 6: [[User-Defined_Methods|User Defined Methods]]</h3>
+
|color=#222222|<h2> Chapter 6: [[User-Defined_Methods|User Defined Methods]]</h2>
 
|-
 
|-
|color=#222222|<h3> Chapter 7: [[Arrays]]</h3>
+
|color=#222222|<h2> Chapter 7: [[Arrays]]</h2>
 
|-
 
|-
|color=#222222|<h3> Chapter 8: [[More_With_Arrays|More With Arrays]]</h3>
+
|color=#222222|<h2> Chapter 8: [[More_With_Arrays|More With Arrays]]</h2>
 
|-
 
|-
|color=#222222|<h3> Chapter 9: [[Java In-depth]]</h3>
+
|color=#222222|<h2> Chapter 9: [[Java In-depth]]</h2>
 
|-
 
|-
|color=#222222|<h3> Chapter 10: [[More_About_Computer_Science|More About Computer Science]]</h3>
+
|color=#222222|<h2> Chapter 10: [[More_About_Computer_Science|More About Computer Science]]</h2>
 
|-
 
|-
|bgcolor="#eee8aa"|<h3> Appendix A: [[Researching_Comp_Sci_Topics|Researching Comp Sci Topics]]</h3>
+
|bgcolor="#eee8aa"|<h2> Appendix A: [[Researching_Comp_Sci_Topics|Researching Comp Sci Topics]]</h2>
 
|-
 
|-
|bgcolor="#eee8aa"|<h3> Appendix B: [[Tips_For_ESL_Students|Tips for ESL Students]]</h3>
+
|bgcolor="#eee8aa"|<h2> Appendix B: [[Tips_For_ESL_Students|Tips for ESL Students]]</h2>
 
|-
 
|-
|bgcolor="#eee8aa"|<h3> Appendix C: [[Scanner_Class|Scanner Class]]</h3>
+
|bgcolor="#eee8aa"|<h2> Appendix C: [[Scanner_Class|Scanner Class]]</h3>
 
|-
 
|-
|bgcolor="#eee8aa"|<h3> Appendix D: [[Help on Debugging]]</h3>
+
|bgcolor="#eee8aa"|<h2> Appendix D: [[Help on Debugging]]</h3>
 
|-
 
|-
|bgcolor="#eee8aa"|<h3> Appendix E: [[Creating a Screensaver]]</h3>
+
|bgcolor="#eee8aa"|<h2> Appendix E: [[Creating a Screensaver]]</h3>
 
|-
 
|-
|bgcolor="#eee8aa"|<h3> Glossary: [[Glossary|Glossary of Comp Sci Terms]]</h3>
+
|bgcolor="#eee8aa"|<h2> Glossary: [[Glossary|Glossary of Comp Sci Terms]]</h3>
 
|}
 
|}

Revision as of 16:04, 28 July 2010


Welcome to the Wiki-Based Text for COMP 1010


1260authors.jpg
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.


Getting Started in COMP 1010 at the U of M

Chapter 1: What is Programming?

Chapter 2: Java Fundamentals

Chapter 3: Calling Methods

Chapter 4: Control Structures

Chapter 5: Loops

Chapter 6: User Defined Methods

Chapter 7: Arrays

Chapter 8: More With Arrays

Chapter 9: Java In-depth

Chapter 10: More About Computer Science

Appendix A: Researching Comp Sci Topics

Appendix B: Tips for ESL Students

Appendix C: Scanner Class</h3>

<h2> Appendix D: Help on Debugging</h3>
<h2> Appendix E: Creating a Screensaver</h3>
<h2> Glossary: Glossary of Comp Sci Terms</h3>