Difference between revisions of "1000-Level Courses"

From CompSciWiki
Jump to: navigation, search
m
m (Added a semi colon and changed wording after 'Programming concpets'. Also added a comma and a 's' to program.)
Line 4: Line 4:
  
 
===COMP 1010 Introductory Computer Science 1 ===
 
===COMP 1010 Introductory Computer Science 1 ===
This is an introductory programming course. You will learn fundamental programming concepts for example [[Glossary#control_statement|control statement]] and [[Glossary#array|array]], how to write a program using Java language and how to set up a computer to run your program. The purpose of this course is to help students that do not have any programming experience to get started in writing computer program. Hence, no computer programming knowledge is required prior taking this course.
+
This is an introductory programming course. You will learn fundamental programming concepts such as: [[Glossary#control_statement|control statement]] and [[Glossary#array|array]], how to write a program using Java language, and how to set up a computer to run your program. The purpose of this course is to help students that do not have any programming experience to get started in writing computer programs. Hence, no computer programming knowledge is required prior taking this course.
  
 
===COMP 1020 Introductory Computer Science 2 ===
 
===COMP 1020 Introductory Computer Science 2 ===
 
This course is the continuing course for COMP 1010. If you are interested in learning more advance programming concepts after taking COMP 1010 or was thinking about to enroll into the Computer Science Undergraduate program, this is the course for you. You will be introduced to the concept of object orientation programming approach, basic [[Glossary#data_structure|data structure ]] and [[Glossary#algorithm|algorithm]] in this course.
 
This course is the continuing course for COMP 1010. If you are interested in learning more advance programming concepts after taking COMP 1010 or was thinking about to enroll into the Computer Science Undergraduate program, this is the course for you. You will be introduced to the concept of object orientation programming approach, basic [[Glossary#data_structure|data structure ]] and [[Glossary#algorithm|algorithm]] in this course.

Revision as of 17:54, 3 December 2007

Main_Page > Computer Science Courses > [[]]


Overview

Welcome to the world of Computer Science. Have you ever wonder how the application running on your computer are build? In first year Computer Science courses, you will be introduced to fundamental computer programming concepts and information you need to know to get started in build some simple computer applications. In this page, you will find information about first year Computer Science courses that offered in the Department of Computer Science.





Further Information

For more information on this course please visit [ Aurora] or look up this course [ here].

CAUTION:
Please make sure you have completed the required prerequisites (minimum grade of C):

Template loop detected:

First Year Computer Courses

COMP 1010 Introductory Computer Science 1

This is an introductory programming course. You will learn fundamental programming concepts such as: control statement and array, how to write a program using Java language, and how to set up a computer to run your program. The purpose of this course is to help students that do not have any programming experience to get started in writing computer programs. Hence, no computer programming knowledge is required prior taking this course.

COMP 1020 Introductory Computer Science 2

This course is the continuing course for COMP 1010. If you are interested in learning more advance programming concepts after taking COMP 1010 or was thinking about to enroll into the Computer Science Undergraduate program, this is the course for you. You will be introduced to the concept of object orientation programming approach, basic data structure and algorithm in this course.