![important](/study/2021-2022/files/study.2021-2022/exclamation-point-small.png)
Note: This is the 2017–2018 eCalendar. Update the year in your browser's URL bar for the most recent version of this page, or .
Note: This is the 2017–2018 eCalendar. Update the year in your browser's URL bar for the most recent version of this page, or .
This program is the standard Major program offered by the School of Computer Science. It provides a broad introduction to the principles of computer science and offers ample opportunity to acquire in-depth knowledge of several sub-disciplines. At the same time, its credit requirements allow students to take an additional minor.
Students may complete this program with a minimum of 60 credits or a maximum of 63 credits depending if they are exempt from taking COMP 202.
* Students who have sufficient knowledge in a programming language do not need to take COMP 202.
Computer Science (Sci) : Introduction to computer programming in a high level language: variables, expressions, primitive types, methods, conditionals, loops. Introduction to algorithms, data structures (arrays, strings), modular software design, libraries, file input/output, debugging, exception handling. Selected topics.
Terms: Fall 2017, Winter 2018, Summer 2018
Instructors: Becerra Romero, David; Alberini, Giulia (Fall) Oakes, Bentley; Alberini, Giulia (Winter) Alberini, Giulia (Summer)
3 hours
Prerequisite: a CEGEP level mathematics course
Restrictions: COMP 202 and COMP 208 cannot both be taken for credit. COMP 202 is intended as a general introductory course, while COMP 208 is intended for students interested in scientific computation. COMP 202 cannot be taken for credit with or after COMP 250
Computer Science (Sci) : Comprehensive overview of programming in C, use of system calls and libraries, debugging and testing of code; use of developmental tools like make, version control systems.
Terms: Fall 2017, Winter 2018
Instructors: Vybihal, Joseph P (Fall) Meger, David (Winter)
Computer Science (Sci) : Mathematical tools (binary numbers, induction, recurrence relations, asymptotic complexity, establishing correctness of programs), Data structures (arrays, stacks, queues, linked lists, trees, binary trees, binary search trees, heaps, hash tables), Recursive and non-recursive algorithms (searching and sorting, tree and graph traversal). Abstract data types, inheritance. Selected topics.
Terms: Fall 2017, Winter 2018
Instructors: Langer, Michael (Fall) Gonzalez Oliver, Carlos; Waldispuhl, Jérôme (Winter)
Computer Science (Sci) : Introduction to algorithm design and analysis. Graph algorithms, greedy algorithms, data structures, dynamic programming, maximum flows.
Terms: Fall 2017, Winter 2018
Instructors: Hatami, Hamed (Fall) Vetta, Adrian Roshan (Winter)
3 hours
Prerequisite: COMP 250
COMP 251 uses mathematical proof techniques that are taught in the corequisite course(s). If possible, students should take the corequisite course prior to COMP 251.
COMP 251 uses basic counting techniques (permutations and combinations) that are covered in MATH 240 and 363, but not in MATH 235. These techniques will be reviewed for the benefit of MATH 235 students.
Restrictions: Not open to students who have taken or are taking COMP 252.
Computer Science (Sci) : Number representations, combinational and sequential digital circuits, MIPS instructions and architecture datapath and control, caches, virtual memory, interrupts and exceptions, pipelining.
Terms: Fall 2017, Winter 2018
Instructors: Siddiqi, Kaleem (Fall) Vybihal, Joseph P (Winter)
3 hours
Corequisite: COMP 206.
Computer Science (Sci) : Programming language design issues and programming paradigms. Binding and scoping, parameter passing, lambda abstraction, data abstraction, type checking. Functional and logic programming.
Terms: Fall 2017, Winter 2018
Instructors: Ferreira Ruiz, Francisco; Pientka, Brigitte (Fall) Verbrugge, Clark (Winter)
3 hours
Prerequisite: COMP 250
Computer Science (Sci) : Principles, mechanisms, techniques, and tools for object-oriented software design and its implementation, including encapsulation, design patterns, and unit testing.
Terms: Fall 2017, Winter 2018
Instructors: Robillard, Martin (Fall) Vybihal, Joseph P (Winter)
Computer Science (Sci) : Control and scheduling of large information processing systems. Operating system software - resource allocation, dispatching, processors, access methods, job control languages, main storage management. Batch processing, multiprogramming, multiprocessing, time sharing.
Terms: Fall 2017, Winter 2018
Instructors: Harmouche, Rola (Fall) Harmouche, Rola (Winter)
3 hours
Prerequisite: COMP 273
Mathematics & Statistics (Sci) : Taylor series, Taylor's theorem in one and several variables. Review of vector geometry. Partial differentiation, directional derivative. Extreme of functions of 2 or 3 variables. Parametric curves and arc length. Polar and spherical coordinates. Multiple integrals.
Terms: Fall 2017, Winter 2018, Summer 2018
Instructors: Drury, Stephen W; Laaksonen, Niko (Fall) Drury, Stephen W (Winter) Al Balushi, Ibrahim (Summer)
Mathematics & Statistics (Sci) : Review of matrix algebra, determinants and systems of linear equations. Vector spaces, linear operators and their matrix representations, orthogonality. Eigenvalues and eigenvectors, diagonalization of Hermitian matrices. Applications.
Terms: Fall 2017, Winter 2018
Instructors: Nica, Bogdan Lucian (Fall) Kelome, Djivede (Winter)
Mathematics & Statistics (Sci) : Mathematical foundations of logical thinking and reasoning. Mathematical language and proof techniques. Quantifiers. Induction. Elementary number theory. Modular arithmetic. Recurrence relations and asymptotics. Combinatorial enumeration. Functions and relations. Partially ordered sets and lattices. Introduction to graphs, digraphs and rooted trees.
Terms: Fall 2017, Winter 2018
Instructors: Decorte, Philip Evan (Fall) Seamone, Benjamin (Winter)
Students should talk to an academic adviser before choosing their complementary courses.
At least 6 credits selected from:
Computer Science (Sci) : Computer representation of numbers, IEEE Standard for Floating Point Representation, computer arithmetic and rounding errors. Numerical stability. Matrix computations and software systems. Polynomial interpolation. Least-squares approximation. Iterative methods for solving a nonlinear equation. Discretization methods for integration and differential equations.
Terms: Fall 2017
Instructors: Chang, Xiao-Wen (Fall)
Computer Science (Sci) : Advanced algorithm design and analysis. Linear programming, complexity and NP-completeness, advanced algorithmic techniques.
Terms: Fall 2017, Winter 2018
Instructors: Cai, Yang (Fall) Hatami, Hamed (Winter)
3-9 credits selected from:
* Must include at least one of MATH 323 and MATH 340.
Mathematics & Statistics (Sci) : Propositional calculus, truth-tables, switching circuits, natural deduction, first order predicate calculus, axiomatic theories, set theory.
Terms: Fall 2017
Instructors: Sabok, Marcin (Fall)
Fall
Restriction: Not open to students who are taking or have taken PHIL 210
Mathematics & Statistics (Sci) : Sample space, events, conditional probability, independence of events, Bayes' Theorem. Basic combinatorial probability, random variables, discrete and continuous univariate and multivariate distributions. Independence of random variables. Inequalities, weak law of large numbers, central limit theorem.
Terms: Fall 2017, Winter 2018, Summer 2018
Instructors: Wolfson, David B (Fall) Su, Chien-Lin (Winter) Kelome, Djivede (Summer)
Mathematics & Statistics (Sci) : Sampling distributions, point and interval estimation, hypothesis testing, analysis of variance, contingency tables, nonparametric inference, regression, Bayesian inference.
Terms: Fall 2017, Winter 2018
Instructors: Khalili Mahmoudabadi, Abbas (Fall) Asgharian-Dastenaei, Masoud (Winter)
Fall and Winter
Prerequisite: MATH 323 or equivalent
Restriction: Not open to students who have taken or are taking MATH 357
You may not be able to receive credit for this course and other statistic courses. Be sure to check the Course Overlap section under Faculty Degree Requirements in the Arts or Science section of the Calendar.
Mathematics & Statistics (Sci) : Review of mathematical writing, proof techniques, graph theory and counting. Mathematical logic. Graph connectivity, planar graphs and colouring. Probability and graphs. Introductory group theory, isomorphisms and automorphisms of graphs. Enumeration and listing.
Terms: Winter 2018
Instructors: Norin, Sergey (Winter)
At least 6 credits at the 400-level or above.
The remaining credits selected from computer science courses at the 300 level or above (except COMP 364 and COMP 396) and ECSE 539.
Note: Students have to make sure that they have the appropriate prerequisites when choosing upper-level courses.