2000-Level Courses

From CompSciWiki
Revision as of 14:33, 30 November 2007 by Deanne (Talk | contribs)

Jump to: navigation, search

Page content still under construction.

Main_Page > Computer Science Courses > [[]]


Overview

Welcome to the second year of Computer Science. In your first year, you have learned the basic programming concepts, techniques and how to program in Java language. Computer Science is not just about programming, In second year Computer Science courses, you are going to learn theories that widely used in Computer Science field. These courses play an important role in preparing you for more advance study in your third and fourth year Computer Science courses. This page has a list of second year Computer Science courses with a brief overview on the goal of the courses.





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:

Second Year Computer Science Courses

COMP 2080 Analysis of Algorithms

Problem solving can be complicated. This course is essential to gain the necessary problem solving skills for advance Computer Science study. Analysis of Algorithms introduces various approaches for analyzing and evaluating commonly used algorithms when solving computing problems.

COMP 2130 Discrete Mathematics for Computer Science

COMP 2140 Data Structures and Algorithms

You will learn how to implement various data structures, ways to store data in a computer and learn algorithms to manipulate the data efficiently. This course will also discuss the performance characteristics for each data structure which will help you in making decision on selecting appropriate data structure for a particular application.

COMP 2150 Object Orientation

You will learn how to design and implement object orientated applications. In object oriented application, each component is implemented as an object. Each object has its own characteristics and interacts with each other with a set of defined behaviors.

COMP 2160 Programming Practices

COMP 2190 Introduction to Scientific Computing

Highly recommended for students interested in graphic design

COMP 2280 Introduction to Computer Systems

COMP 2980 Workterm 1