Difference between revisions of "Getting Started"

From CompSciWiki
Jump to: navigation, search
Line 1: Line 1:
__NOTOC__
+
{{1010Chapter|Introduction=Computer Science is about much more than programming! Many computer scientists spend more time with people than with computers. he term Artificial Intelligence (AI) was first used by John McCarthy who considers it to mean "the science and engineering of making intelligent machines".[1] It can also refer to intelligence as exhibited by an artificial (man-made, non-natural, manufactured) entity. The terms strong and weak AI can be used to narrow the definition for classifying such systems. AI is studied in overlapping fields of computer science, psychology, neuroscience and engineering, dealing with intelligent behavior, learning and adaptation and usually developed using customized machines or computers.}}
<!--table for Header begins-->
+
<table border=0 cellpadding=0 cellspacing=0 width="100%">
+
<tr>
+
  <td bgcolor=#222222 width="70%"> <h1><font color = "white">Welcome to the Wiki-Based Text for COMP 1010 at the UofM</font></h1></td>
+
  <td rowspan=2 bgcolor=#222222 width="5%"> </td>
+
  <td rowspan=2 align=center width="25%">[[Image:CoffeeCup.jpg|'center']] </td>
+
</tr>
+
</table>
+
<!--Table of Contents cells begin here-->
+
<table border=0 cellpadding=0 cellspacing=0 width="100%">
+
<tr>
+
  <td width="70%" color=#222222><h3> Chapter 1: [[Claiming IDs|Claiming IDs]]</h3></td>
+
  <td rowspan = 12 width="5%"> </td>
+
  <td rowspan= 12 align=center width="25%" bgcolor="#CC9933">
+
Welcome to COMP 1010 at the University of Manitoba. This text will show you how to <b>set up</b> your own computer so you can do your assignments at home. Confused about <b>logging in </b>to the website or the lab computers? Read on. Then you will learn how to <b>write your first program in Java</b>. And from here you'll learn how to write programs that do more than output <b>"Hello World!"</b>. 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.
+
=[[Claiming IDs]]=
 
+
=[[Installing TextPad and Java SDK]]=
 
+
 
+
  </td>
+
</tr>
+
<tr>
+
  <td color=#222222><h3> Chapter 2: [[Installing TextPad and Java SDK|Installing TextPad and Java SDK]] </h3></td>
+
</tr>
+
<tr><td>&nbsp;</td></tr>
+
<tr><td>&nbsp;</td></tr>
+
<tr><td>&nbsp;</td></tr>
+
<tr><td>&nbsp;</td></tr>
+
<tr><td>&nbsp;</td></tr>
+
<tr><td>&nbsp;</td></tr>
+
<tr><td>&nbsp;</td></tr>
+
<tr><td>&nbsp;</td></tr>
+
<tr><td>&nbsp;</td></tr>
+
<tr><td>&nbsp;</td></tr>
+
</table>
+

Revision as of 15:11, 20 March 2007


Wiki 1010 Table of Contents

Chapter #

Computer Science is about much more than programming! Many computer scientists spend more time with people than with computers. he term Artificial Intelligence (AI) was first used by John McCarthy who considers it to mean "the science and engineering of making intelligent machines".[1] It can also refer to intelligence as exhibited by an artificial (man-made, non-natural, manufactured) entity. The terms strong and weak AI can be used to narrow the definition for classifying such systems. AI is studied in overlapping fields of computer science, psychology, neuroscience and engineering, dealing with intelligent behavior, learning and adaptation and usually developed using customized machines or computers.

  Write a Program a Day Case Studies





Table of Contents


Claiming IDs

Installing TextPad and Java SDK