C O M P U T E R   S C I E N C E

Notes

  1. The phrase "Computer Science students" refers to students enrolled in any honours plan offered through the David R. Cheriton School of Computer Science. Software Engineering, Computing and Financial Management, and Bachelor of Computer Science (Data Science) students are considered Computer Science students. Students enrolled in the BMath (Data Science) plan are not considered Computer Science students. Due to course restrictions on upper-year courses, students pursuing a Computer Science Minor may need to enrol as Computer Science students for part of their undergraduate studies and should contact a computer science (CS) advisor for more information.
  2. A CS course may not be taken for credit if it is the prerequisite of another CS course that has already been passed.

CS 100s


CS 100 LEC 0.50
Course ID: 004360
Introduction to Computing Through Applications
Using personal computers as effective problem solving tools for the present and the future. Effective use of spreadsheets to process, manipulate, and visualize numeric and textual information. Introduction to the Internet, World Wide Web, HTML, and XML. Algorithms underlying the functional components of web search engines and their influence on data access. Using wikis to publish, reshape, and organize data collaboratively. [Offered: F,W,S]
Prereq: Not open to Mathematics,Biomedical,Chemical,Civil,Computer & Electrical,Environmental,Geological,Management,Mechanical,Mechatronics,Nanotechnology & Systems Design Eng students.
Antireq: All second,third or fourth year CS courses or equivalents

 
CS 105 LAB,LEC,TST 0.50
Course ID: 015054
Introduction to Computer Programming 1
An introduction to the fundamentals of computer programming through media computation. Students will learn to write interactive graphical programs. Fundamental language concepts such as variables, conditionals, loops, functions, and arrays. Programming concepts such as coding style, modular design, testing, and debugging. Media concepts such as 2D graphics drawing, input, animation, and image processing.
Prereq: Not open to Mathematics students.
Antireq: BME 121, CS 115, 135, 137, 145, CHE 121, CIVE 121, ECE 150, MTE 121/GENE 121, NE 111, MSCI 121, PHYS 236, SYDE 121

 
CS 106 LAB,LEC,TST 0.50
Course ID: 015055
Introduction to Computer Programming 2
A continuation of the introduction to computer programming begun in CS 105. The use of programming, in conjunction with libraries, as a means of solving practical problems in art, design, and data processing. Basic text processing, manipulation of images and sound, handling and visualization of tabular and hierarchical data. Introductions to user interfaces, physical simulation, and object-oriented programming.
Prereq: CS 105; Not open to Mathematics students.
Antireq: BME 121, CS 115, 135, 137, 145, CHE 121, CIVE 121, ECE 150, MTE 121/GENE 121, NE 111, MSCI 121, SYDE 121

 
CS 114 LAB,LEC,TST,TUT 0.50
Course ID: 016252
Principles of Computing for Science
Introduction to basic imperative programming principles; programming concepts including functions, flow control, lists, arrays; numerical accuracy and efficiency; data analysis and general-purpose algorithms. Introduction to object-oriented programming concepts.
Prereq: Not open to Faculty of Math students.
Antireq: CS 116, 135, 136, 137, 138, 145, 146, BME 121, CHE 120, CIVE 121, ECE 150, GENE 121/MTE 121, ME 101, MSCI 121, NE 111, PHYS 236, SYDE 121

 
CS 115 LAB,LEC,TST,TUT 0.50
Course ID: 012765
Introduction to Computer Science 1
An introduction to the fundamentals of computer science through the application of elementary programming patterns in the functional style of programming. Function definition and application. Tracing via substitution. Design, testing, and documentation. Recursive data definitions. Lists and trees. Functional and data abstraction.
Antireq: BME 121, CS 135, 137, 138, 145, CHE 121, CIVE 121, ECE 150, GENE 121/MTE 121, ME 101, NE 111, MSCI 121, PHYS 139, SYDE 121

 
CS 116 LAB,LEC,TST,TUT 0.50
Course ID: 012766
Introduction to Computer Science 2
This course builds on the techniques and patterns learned in CS 115 while making the transition to use of an imperative language. Generative and structural recursion. Mutation (assignment) and its role in an imperative language. Primitive types and basic I/O. Sequencing, selection, looping. Function definition and use. File and console I/O. Issues in computer science.
Prereq: CS 115 or 135 or 145.
Antireq: CS 114, 136, 137, 138, 146, PHYS 236, 239, MSCI 240, NE 111

 
CS 135 LAB,LEC,TST,TUT 0.50
Course ID: 012040
Designing Functional Programs
An introduction to the fundamentals of computer science through the application of elementary programming patterns in the functional style of programming. Syntax and semantics of a functional programming language. Tracing via substitution. Design, testing, and documentation. Linear and nonlinear data structures. Recursive data definitions. Abstraction and encapsulation. Generative and structural recursion. Historical context.
Antireq: AE 121, BME 121, CS 115, 137, 138, 145, CIVE 121, ECE 150, ME 101, MSCI 121, PHYS 236, SYDE 121

 
CS 136 LAB,LEC,TST,TUT 0.50
Course ID: 012041
Elementary Algorithm Design and Data Abstraction
This course builds on the techniques and patterns learned in CS 135 while making the transition to use an imperative language. It introduces the design and analysis of algorithms, the management of information, and the programming mechanisms and methodologies required in implementations. Topics discussed include iterative and recursive sorting algorithms; lists, stacks, queues, trees, and their application; abstract data types and their implementations. Offered: F,W,S
Prereq: At least 90% in CS 115 or at least 70% in CS 116 or at least 60% in CS 135 or CS 145.
Coreq: CS 136L.
Antireq: CS 137, 138, 146, PHYS 239

 
CS 136L LAB 0.25
Course ID: 016330
Tools and Techniques for Software Development
This course introduces students to tools and techniques useful in the software development lifecycle. Students learn to navigate and leverage commands and utilities in the Linux Command Line Shell. Students gain experience in version control software, writing scripts to automate tasks, and creating effective test cases to identify bugs. Tracing and debugging strategies are discussed. Students also gain experience in using built-in support for version control, testing, debugging, build automation, etc. in integrated development environments (IDEs).
[Note: Course will be graded on a CR/NCR basis.]
Prereq: At least 90% in CS 115 or at least 70% in CS 116 or at least 60% in CS 135 or CS 145.
Coreq: CS 136 or CS 146

 
CS 137 LAB,LEC,TST,TUT 0.50
Course ID: 012886
Programming Principles
Review of fundamental programming concepts and their application. Procedures and parameter passing. Arrays and structures. Recursion. Sorting. Pointers and simple dynamic structures. Space and time analysis of designs. Design methodologies. [Offered: F]
Prereq: Software Engineering students only

 
CS 138 LAB,LEC,TST,TUT 0.50
Course ID: 012887
Introduction to Data Abstraction and Implementation
Software abstractions via elementary data structures and their implementation; encapsulation and modularity; class and interface definitions; object instantiation; recursion; elementary abstract data types, including sequences, stacks, queues, and trees; implementation using linked structures and arrays; vectors and strings; memory models; automatic vs. dynamic memory management.
[Note: Lab is not scheduled and students are expected to find time in open hours to complete their work. Offered: W]
Prereq: CS 137

 
CS 145 LAB,LEC,TST,TUT 0.50
Course ID: 012767
Designing Functional Programs (Advanced Level)
CS 145 is an advanced-level version of CS 135.
[Note: This course may be substituted for CS 135 in any degree plan or for prerequisite purposes. Offered: F]
Department Consent Required
Antireq: CS 115, 135, 137, 138

 
CS 146 LAB,LEC,TST,TUT 0.50
Course ID: 013657
Elementary Algorithm Design and Data Abstraction (Advanced Level)
CS 146 is an advanced-level version of CS 136.
[Note: This course may be substituted for CS 136 in any degree plan or for prerequisite purposes. Students who receive a good grade in CS 135 may contact the instructor of CS 146 to seek admission without the formal prerequisites. Offered: W]
Prereq: CS 145 with a grade of at least 75%.
Coreq: CS 136L.
Antireq: CS 116, 136, 137, 138.

 

CS 200s


CS 200 LAB,LEC,TST 0.50
Course ID: 004372
Concepts for Advanced Computer Usage
Important concepts underlying major personal computer application categories; methodologies for learning and evaluating software; operating system and hardware design from the user's point of view, with implications for maintaining a personal computer. Students are encouraged to use their own personal computer for assignments. Social media and the effect of technology on society are explored throughout the course. [Offered: W,S]
Prereq: Not open to Computer Science students

 
CS 230 LAB,LEC,TST,TUT 0.50
Course ID: 004374
Introduction to Computers and Computer Systems
Basic computer architecture, organization, system services, and software. Typology of processors, memory, I/O devices, and their performance.
[Note: Lab is not scheduled and students are expected to find time in open hours to complete their work. Offered: W,S]
Prereq: One of CS 116, 136, 138, 146 or (CS 114 with at least 60%; CS 115 or CS 135); Not open to Computer Science students.
Antireq: BME 292/393, CS 241/241E, 251/251E, SYDE 192

 
CS 231 LAB,LEC,TST,TUT 0.50
Course ID: 015400
Algorithmic Problem Solving
The study of the steps required to solve real-world problems on a computer, including problem specification, choice of algorithmic paradigm, analysis, and implementation. Topics include exhaustive search, divide and conquer, greedy, and dynamic programming approaches.
[Note: Lab is not scheduled and students are expected to find time in open hours to complete their work.]
Prereq: One of CS 116, 136, 138, 146 or CS 114 with at least 60%; CS 115 or CS 135. Not open to Computer Science students.
Antireq: BME 122, CS 341, ECE 250, MSCI 240, MTE 140, SYDE 223

 
CS 234 LAB,LEC,TST 0.50
Course ID: 004375
Data Types and Structures
Top-down design of data structures. Using representation-independent data types. Introduction to commonly used data types, including lists, sets, mappings, and trees. Selection of data representation.
[Note: Lab is not scheduled and students are expected to find time in open hours to complete their work.]
Prereq: One of CS 116, 136, 138, 146 or CS 114 with at least 60%; CS 115 or CS 135. Not open to Computer Science students.
Antireq: BME 122, CS 240/240E, ECE 250, MSCI 240, MTE 140, SYDE 223

 
CS 240 LAB,LEC,TST,TUT 0.50
Course ID: 004377
Data Structures and Data Management
Introduction to widely used and effective methods of data organization, focusing on data structures, their algorithms, and the performance of these algorithms. Specific topics include priority queues, sorting, dictionaries, data structures for text processing.
[Note: Enrolment is restricted; see Note 1 above. Lab is not scheduled and students are expected to find time in open hours to complete their work. Offered: F,W,S]
Prereq: (CS 245/245E or SE 212), (one of CS 241/241E, 246/246E, 247), (one of STAT 206, 230, 240); Computer Science and BMath (Data Science) students only.
Antireq: BME 122, CS 234, CS 240E, ECE 250, MTE 140, SYDE 223

 
CS 240E LAB,LEC,TST,TUT 0.50
Course ID: 015405
Data Structures and Data Management (Enriched)
Enriched version of CS 240.
[Note: CS 240E may be substituted for CS 240 wherever the latter is a requirement. Enrolment is restricted. Lab is not scheduled and students are expected to find time in open hours to complete their work. Offered: As permitted by demand and available resources.]
Prereq: A grade of 85% or higher in one of CS 136, 138 or 146; Computer Science and BMATH (Data Science) Students only.
Coreq: One of STAT 206, 230, 240.
Antireq: CS 234, CS 240, ECE 250

 
CS 241 LAB,LEC,TST,TUT 0.50
Course ID: 004378
Foundations of Sequential Programs
The relationship between high-level languages and the computer architecture that underlies their implementation, including basic machine architecture, assemblers, specification and translation of programming languages, linkers and loaders, block-structured languages, parameter passing mechanisms, and comparison of programming languages.
[Note: Enrolment is restricted. Lab is not scheduled and students are expected to find time in open hours to complete their work. CS 251 is a recommended corequisite. Offered: F,W,S]
Prereq: CS 138 or (CS 246/246E and CS 136L) or (CS 136L and a grade of 85% or higher in one of CS 136 or 146); Computer Science and BMath (Data Science) students only.
Antireq: CS 230, CS 241E, ECE 351

 
CS 241E LAB,LEC,TST,TUT 0.50
Course ID: 015406
Foundations of Sequential Programs (Enriched)
Enriched version of CS 241.
[Note: CS 241E may be substituted for CS 241 wherever the latter is a requirement. Enrolment is restricted. Lab is not scheduled and students are expected to find time in open hours to complete their work. CS 251 is a recommended corequisite. Offered: As permitted by demand and available resources.]
Prereq: (CS 136L and a grade of 85% or higher in one of CS 136 or CS 146), or a grade of 85% or higher in CS 138; Computer Science and BMath (Data Science) students only.
Antireq: CS 230, ECE 351

 
CS 245 LEC,TST,TUT 0.50
Course ID: 011405
Logic and Computation
Logic as a tool for representation, reasoning, and computation. Propositional and predicate logic. Formalizing the notions of correct and incorrect reasoning, defining what is computable, and exploring the limits of computation. Godel's Incompleteness Theorem. Applications of logic to computer science.
Prereq: (One of CS 136, 138, 146), MATH 135; Honours Mathematics students only.
Antireq: CS 245E, PMATH 330, ECE 208, SE 212

 
CS 245E LEC,TST,TUT 0.50
Course ID: 015407
Logic and Computation (Enriched)
Enriched version of CS 245.
[Note: CS 245E may be substituted for CS 245 wherever the latter is a requirement. Enrolment is restricted. Offered: As permitted by demand and available resources.]
Prereq: A grade of 85% or higher in one of CS 136 or 146; Honours Mathematics students only.
Antireq: CS 245, ECE 208, PMATH 330, and SE 212

 
CS 246 LAB,LEC,TST,TUT 0.50
Course ID: 004380
Object-Oriented Software Development
Introduction to object-oriented programming and to tools and techniques for software development. Designing, coding, debugging, testing, and documenting medium-sized programs: reading specifications and designing software to implement them; selecting appropriate data structures and control structures; writing reusable code; reusing existing code; basic performance issues; debuggers; test suites.
[Note: Enrolment is restricted; see Note 1 above. Lab is not scheduled and students are expected to find time in open hours to complete their work. Offered: F,W,S]
Prereq: (CS 146 and CS 136L) or (a grade of 60% or higher in CS 138) or (CS 136L and a grade of 60% or higher in CS 136); Honours Mathematics students only.
Antireq: CS 246E, CS 247, MSCI 342, SYDE 322

 
CS 246E LAB,LEC,TST,TUT 0.50
Course ID: 015408
Object-Oriented Software Development (Enriched)
Enriched version of CS 246.
[Note: CS 246E may be substituted for CS 246 wherever the latter is a requirement. Enrolment is restricted. Lab is not scheduled and students are expected to find time in open hours to complete their work. Offered: As permitted by demand and available resources.]
Prereq: CS 136L, a grade of 85% in either CS 136 or CS 146; Honours Mathematics students only.
Antireq: CS 246, SYDE 322

 
CS 247 LAB,LEC,TST,TUT 0.50
Course ID: 013805
Software Engineering Principles
Systematic methods for designing, coding, testing, and documenting medium-sized programs. Major topics include abstraction, modularity, software modeling, object-oriented programming and design, generic programming, testing and debugging.
[Note: Lab is not scheduled and students are expected to find time in open hours to complete their work. Offered: S]
Prereq: CS 241/CS 241E; Software Engineering students only.
Antireq: CS 246/246E, MSCI 342, SYDE 322

 
CS 251 LAB,LEC,TST,TUT 0.50
Course ID: 004382
Computer Organization and Design
Overview of computer organization and performance. Basics of digital logic design. Combinational and sequential elements. Data representation and manipulation. Basics of processor design. Pipelining. Memory hierarchies. Multiprocessors.
[Note: Students enrolled in Digital Hardware Specialization should enrol in ECE 222. Enrolment is restricted; see Note 1 above. Lab is not scheduled and students are expected to find time in open hours to complete their work. Offered: F,W,S]
Prereq: One of CS 136, 138, 146; Computer Science and BMath (Data Science) students only.
Antireq: CS 251E, BME 292/393, ECE 222, ME 262, MTE 262, SYDE 192

 
CS 251E LAB,LEC,TST,TUT 0.50
Course ID: 015893
Computer Organization and Design (Enriched)
Enriched version of CS 251.
[Note: Students enrolled in Digital Hardware Specialization should enrol in ECE 222. See note 1. CS 251E may be substituted for CS 251 wherever the latter is a requirement. Enrolment is restricted. Lab is not scheduled and students are expected to find time in open hours to complete their work. Offered: As permitted by demand and available resources.]
Prereq: A grade of 85% or higher in one of CS 136 or 146; Computer Science and BMath (Data Science) students only.
Antireq: BME 292/393, CS 251, ECE 222, ME 262, MTE 262, SYDE 192

 

CS 300s


CS 330 LEC,TST 0.50
Course ID: 004385
Management Information Systems
An introduction to information systems and their strategic role in business. Topics include types of information systems, organizational requirements, systems development strategies, decision support systems, data and information management, and information systems management, control, and implementation.
Prereq: One of CS 106, 116, 136, 138, 146, or (CS 114 with at least 60%; CS 115 or CS 135); Level at least 2B; Not open to Computer Science students.
Antireq: AFM 241, BUS 415W, 486W, CS 480/490, MSCI 441

 
CS 335 LEC,TST 0.50
Course ID: 013658
Computational Methods in Business and Finance
An introduction to numerical methods for business and finance. Floating-point arithmetic, interpolation. Methods for portfolio optimization and contingent-claims valuation. Solution of nonlinear equations. Monte Carlo methods, lattice methods, simulation of hedging strategies.
Prereq: (One of CS 116, 136, 138, 146) or (CS 114 with at least 60%; CS 115 or CS 135)); MATH 136 or 146, MATH 237 or 247, STAT 231 or 241; Not open to Computer Science students.
Antireq: AMATH 242/ CS 371, CS 370, MTE 204

 
CS 338 LAB,LEC 0.50
Course ID: 004390
Computer Applications in Business: Databases
A user-oriented approach to the management of large collections of data. Methods used for the storage, selection, and presentation of data. Common database management systems.
[Note: Lab is not scheduled and students are expected to find time in open hours to complete their work.]
Prereq: One of CS 230, 231, 234, 246/246E, 330; or (AFM 341 and (CS 116 or CS 136 or CS 146)); Not open to Computer Science students.
Antireq: CS 348, 448, MSCI 346

 
CS 341 LAB,LEC,TST,TUT 0.50
Course ID: 004392
Algorithms
The study of efficient algorithms and effective algorithm design techniques. Program design with emphasis on pragmatic and mathematical aspects of program efficiency. Topics include divide and conquer algorithms, recurrences, greedy algorithms, dynamic programming, graph search and backtrack, problems without algorithms, NP-completeness and its implications.
[Note: Enrolment is restricted; see Note 1 above. Lab is not scheduled and students are expected to find time in open hours to complete their work.]
Prereq: CS 240/240E and (MATH 239 or 249); Computer Science and BMath (Data Science) students only.
Antireq: CS 231, ECE 406

 
CS 343 LAB,LEC,TST 0.50
Course ID: 011417
Concurrent and Parallel Programming
An introduction to concurrent and parallel programming, with an emphasis on language constructs. Major topics include exceptions, coroutines, atomic operations, critical sections, mutual exclusion, semaphores, high-level concurrency, deadlock, interprocess communication, process structuring, shared memor,y and distributed architectures. Students will learn how to structure, implement, and debug concurrent programs.
[Note: Enrolment is restricted; see Note 1 above. Lab is not scheduled and students are expected to find time in open hours to complete their work.]
Prereq: CS 350 or SE 350; Computer Science students only

 
CS 346 LAB,LEC,TST 0.50
Course ID: 016287
Application Development
Introduction to full-stack application design and development. Students will work in project teams to design and build complete, working applications and services using standard tools. Topics include best-practices in design, development, testing, and deployment.
Prereq: CS 246/246E; Computer Science students only

 
CS 348 LAB,LEC,TST 0.50
Course ID: 004417
Introduction to Database Management
The main objective of this course is to introduce students to fundamentals of database technology by studying databases from three viewpoints: those of the database user, the database designer, and the database administrator. It teaches the use of a database management system (DBMS) by treating it as a black box, focusing only on its functionality and its interfaces. Topics include introduction to database systems, relational database systems, database design methodology, SQL and interfaces, database application development, concept of transactions, ODBC, JDBC, database tuning, database administration, and current topics (distributed databases, data warehouses, data mining).
[Note: Lab is not scheduled and students are expected to find time in open hours to complete their work.]
Prereq: Computer Science and BMath (Data Science) students only.
Coreq: CS 240/240E.
Antireq: CS 338, ECE 356, 456, MSCI 346

 
CS 349 LAB,LEC,TST 0.50
Course ID: 011727
User Interfaces
An introduction to contemporary user interface implementation concepts, including event abstraction, graphical components, layout, feedback, testing, accessibility, and architectures to develop user interfaces. One or more types of interface toolkit paradigms are considered.
[Note: Lab is not scheduled and students are expected to find time in open hours to complete their work.]
Prereq: CS 241/CS 241E and (one of MATH 115, 136, 146); Computer Science students only

 
CS 350 LAB,LEC,TST 0.50
Course ID: 011416
Operating Systems
An introduction to the fundamentals of operating system function, design, and implementation. Topics include concurrency, synchronization, processes, threads, scheduling, memory management, file systems, device management, and security.
[Note: Enrolment is restricted; see Note 1 above. Lab is not scheduled and students are expected to find time in open hours to complete their work.]
Prereq: CS 240/240E, 241/241E, 246/246E, (CS 251/251E or ECE 222); Computer Science students only.
Antireq: ECE 254, 350, MTE 241, SE 350

 
CS 360 LEC,TST 0.50
Course ID: 004398
Introduction to the Theory of Computing
Models of computers including finite automata and Turing machines. Basics of formal languages with applications to the syntax of programming languages. Alternate characterizations of language classes. Proving unrecognizability. Unsolvable problems and their relevance to the semantics of programming.
[Note: Enrolment is restricted; see Note 1 above.]
Prereq: CS 240/240E, 241/CS 241E and (MATH 239 or 249); Computer Science students only.
Antireq: CS 365

 
CS 365 LAB,LEC 0.50
Course ID: 011347
Models of Computation
Finite automata and regular expressions. Pushdown automata and context-free grammars. Turing machines and undecidability. Time and space complexity. Diagonalization and hierarchies. CS 365 covers the material in CS 360 at an accelerated pace plus additional topics in computational complexity.
[Note: CS 365 may be substituted for CS 360 in any degree plan or for prerequisite purposes; enrolment is restricted; see Note 1 above.]
Prereq: CS 240/240E, 241/CS 241E and (MATH 239 or 249); Computer Science students only.
Antireq: CS 360

 
CS 370 LAB,LEC,TST 0.50
Course ID: 004400
Numerical Computation
Principles and practices of basic numerical computation as a key aspect of scientific computation. Visualization of results. Approximation by splines, fast Fourier transforms, solution of linear and nonlinear equations, differential equations, floating point number systems, error, stability. Presented in the context of specific applications to image processing, analysis of data, scientific modeling.
[Note: Lab is not scheduled and students are expected to find time in open hours to complete their work.]
Prereq: (One of MATH 118, 119, 128, 138, 148), (one of MATH 106, 114, 115, 136, 146), (one of CS 231, 234, 241/241E, 246/246E).
Antireq: AMATH 242/CS 371, CHE 121, CIVE 121, CS 335, ECE 204, MTE 204

 
CS 371 LAB,LEC 0.50
Course ID: 011363
Introduction to Computational Mathematics
A rigorous introduction to the field of computational mathematics. The focus is on the interplay between continuous models and their solution via discrete processes. Topics include pitfalls in computation, solution of linear systems, interpolation, discrete Fourier transforms, and numerical integration. Applications are used as motivation.
[Note: This course may be substituted for CS 370 in any degree plan or for prerequisite purposes; lab is not scheduled and students are expected to find time in open hours to complete their work.]
Prereq: (One of CS 116, 136, 138, 146), MATH 235 or 245, 237 or 247.
Antireq: CS 335, 370, ECE 204, MTE 204
(Cross-listed with AMATH 242)

 
CS 383 STU 0.50
Course ID: 015143
Computational Digital Art Studio
An upper-level studio course to create computational projects that function as art works and aesthetic experiences. Students will work in an interdisciplinary environment to combine computer science principles with fine art technical and conceptual skills.
Prereq: CS 240/CS 240E; FINE 228 or FINE 247
(Cross-listed with FINE 383)

 
CS 398 LEC 0.50
Course ID: 011409
Topics in Computer Science
See the Course Offerings List for topics available.
Prereq: CS 240/240E and (CS 246/246E or 247); Computer Science students only

 
CS 399 RDG 0.50
Course ID: 011410
Readings in Computer Science
Reading course as announced by the School.
Prereq: CS 240/240E and (CS 246/246E or 247); Computer Science students only

 

CS 400s


CS 430 LEC,TST 0.50
Course ID: 004404
Applications Software Engineering
An investigation into the role and function of software engineering practice in the construction of computer based systems. Topics include: requirements and specification; documentation techniques; analysis and design; implementation; testing and maintenance; management issues.
Prereq: CS 330; Level at least 3A; Not open to Computer Science students.
Antireq: CS 446/ECE 452, SE 464

 
CS 431 LEC,TST 0.50
Course ID: 015547
Data-Intensive Distributed Analytics
Introduces non-CS major students to infrastructure for data-intensive analytics, with a focus on abstractions, frameworks, and algorithms that allow developers to distribute computation across many machines. Topics include core concepts (partitioning, replication, locality, consistency), computational models (MapReduce, dataflows, stream processing, bulk-synchronous parallel), and applications.
Prereq: (CS 231 or 234 or 341) and (CS 251/251E or 330); Not open to Computer Science students.
Antireq: CS 451

 
CS 436 LAB,LEC,TST 0.50
Course ID: 004407
Networks and Distributed Computer Systems
An introduction to networks, protocols, and distributed systems. Layered models, resource management, naming, addressing and routing, reliable communication, security, and higher-level services.
[Note: Lab is not scheduled and students are expected to find time in open hours to complete their work.]
Prereq: One of CS 230, 241/241E, 246/246E, 251/251E; Not open to Computer Science students.
Antireq: CS 454, 456, ECE 428, 454

 
CS 442 LAB,LEC,TST 0.50
Course ID: 004410
Principles of Programming Languages
An exposure to important concepts and issues in contemporary programming languages. Data types, abstraction, and polymorphism. Program structure. Lambda calculus and functional programming, logic programming, object-oriented programming. Semantics of programming languages. Critical comparison of language features and programming methodologies using examples drawn from a variety of programming languages including Lisp, Prolog, ML, Ada, Smalltalk, Icon, APL, and Lucid. Programming assignments involve the use of some of these languages.
[Note: Lab is not scheduled and students are expected to find time in open hours to complete their work.]
Prereq: CS 240/240E; Computer Science students only

 
CS 444 LAB,LEC,TST 0.50
Course ID: 004412
Compiler Construction
Phases of compilation. Lexical analysis and a review of parsing. Compiler-compilers and translator writing systems. LEX and YACC. Scope rules, block structure, and symbol tables. Runtime stack management. Parameter passage mechanisms. Stack storage organization and templates. Heap storage management. Intermediate code. Code generation. Macros.
[Note: This course involves project work.]
Prereq: CS 350 or SE 350; Computer Science students only

 
CS 445 LAB,LEC,TST,TUT 0.50
Course ID: 004413
Software Requirements Specification and Analysis
Introduces students to the requirements definition phase of software development. Models, notations, and processes for software requirements identification, representation, analysis, and validation. Cost estimation from early documents and specifications.
[Note: Lab is not scheduled and students are expected to find time in open hours to complete their work.]
Prereq: CS 350; Computer Science students only.
Antireq: SE 463
(Cross-listed with ECE 451)

 
CS 446 LAB,LEC,TST,TUT 0.50
Course ID: 004414
Software Design and Architectures
Introduces students to the design, implementation, and evolution phases of software development. Software design processes, methods, and notation. Implementation of designs. Evolution of designs and implementations. Management of design activities.
[Note: Lab is not scheduled and students are expected to find time in open hours to complete their work.]
Prereq: CS 350; Computer Science students only.
Antireq: CS 430, SE 464
(Cross-listed with ECE 452)

 
CS 447 LAB,LEC,TST,TUT 0.50
Course ID: 004416
Software Testing, Quality Assurance, and Maintenance
Introduces students to systematic testing of software systems. Software verification, reviews, metrics, quality assurance, and prediction of software reliability and availability. Related management issues.
[Note: Lab is not scheduled and students are expected to find time in open hours to complete their work.
Prereq: CS 350; Computer Science students only.
Antireq: SE 465
(Cross-listed with ECE 453)

 
CS 448 LAB,LEC,TST 0.50
Course ID: 012300
Database Systems Implementation
The objective of this course is to introduce students to fundamentals of building a relational database management system. The course focuses on the database engine core technology by studying topics such as storage management (data layout, disk-based data structures), indexing, query processing algorithms, query optimization, transactional concurrency control, logging and recovery.
[Note: Lab is not scheduled and students are expected to find time in open hours to complete their work.]
Prereq: CS 348 and (CS 350 or SE 350); Computer Science students only

 
CS 449 LAB,LEC,TST 0.50
Course ID: 013910
Human-Computer Interaction
An introduction to the fundamental theories, methods, and research in the design and evaluation of novel computational artifacts designed to meet real-world human needs.
[Note: Lab is not scheduled and students are expected to find time in open hours to complete their work.]
Prereq: CS 240/240E, 241CS/241E; Level at least 3B; Computer Science students only.
Antireq: SYDE 348/548

 
CS 450 LAB,LEC,TST 0.50
Course ID: 004418
Computer Architecture
The course is intended to provide the student with an appreciation of modern computer design and its relation to system architecture, compiler technology, and operating system functionality. The course places an emphasis on design based on the measurement of performance and its dependency on parallelism, efficiency, latency, and resource utilization.
[Note: Lab is not scheduled and students are expected to find time in open hours to complete their work.]
Prereq: (CS 245/245E or SE 212) and (CS 350 or SE 350); Computer Science students only.
Antireq: ECE 320, ECE 429

 
CS 451 LEC,TST 0.50
Course ID: 015315
Data-Intensive Distributed Computing
Introduces students to infrastructure for data-intensive computing, with a focus on abstractions, frameworks, and algorithms that allow developers to distribute computations across many machines. Topics include core concepts (partitioning, replication, locality, consistency), computational models (MapReduce, dataflows, stream processing, bulk-synchronous parallel), and applications.
Prereq: CS 341, 348 and (CS 350 or SE 350); Computer Science and BMath (Data Science) students only

 
CS 452 LAB,LEC,TST 0.50
Course ID: 004419
Real-time Programming
Intended to give students experience with tools and techniques of real-time programming, this course includes not only issues of microcomputer architecture and a real-time programming language and operating system, but also hands-on experience programming a microcomputer for applications such as process control, data acquisition and communication.
[Note: This course involves project work.]
Prereq: CS 350 or SE 350; Computer Science students only

 
CS 454 LAB,LEC,TST 0.50
Course ID: 004420
Distributed Systems
An introduction to distributed systems, emphasizing the multiple levels of software in such systems. Specific topics include fundamentals of data communications, network architecture and protocols, local-area networks, concurrency control in distributed systems, recovery in distributed systems, and clock synchronization.
[Note: Lab is not scheduled and students are expected to find time in open hours to complete their work.]
Prereq: CS 350 or SE 350; Computer Science students only.
Antireq: ECE 454

 
CS 456 LAB,LEC,TST 0.50
Course ID: 010167
Computer Networks
An introduction to network architectures and protocols, placing emphasis on protocols used in the Internet. Specific topics include application layer protocols, network programming, transport protocols, routing, multicast, data link layer issues, multimedia networking, network security, and network management.
Prereq: CS 350 or SE 350; Computer Science students only.
Antireq: CS 436, ECE 358, 428

 
CS 457 LAB,LEC,TST 0.50
Course ID: 004422
System Performance Evaluation
Basic techniques of system performance evaluation. Specific topics include: performance modeling, discrete event simulation, verification and validation of simulation models, analysis of simulation output, analysis of single server queue and queueing networks, modeling of computer systems, networks, and other queueing or non-queueing systems.
[Note: Lab is not scheduled and students are expected to find time in open hours to complete their work.]
Prereq: (CS 246/246E or 247) and (one of STAT 206, 231, 241); Computer Science students only

 
CS 458 LAB,LEC,TST 0.50
Course ID: 012980
Computer Security and Privacy
Security and privacy issues in various aspects of computing. Specific topics include comparing security and privacy, program security, writing secure programs, controls against program threats, operating system security, formal security models, network security, Internet application security and privacy, privacy-enhancing technologies, database security and privacy, inference, data mining, security policies, physical security, economics of security, and legal and ethical issues.
[Note: Lab is not scheduled and students are expected to find time in open hours to complete their work.]
Prereq: CS 350 or SE 350. Computer Science students only.
Antireq: ECE 458

 
CS 462 LEC,TST 0.50
Course ID: 004424
Formal Languages and Parsing
Languages and their representations. Grammars --Chomsky hierarchy. Regular sets and sequential machines. Context-free grammars -- normal forms, basic properties. Pushdown automata and transducers. Operations on languages. Undecidable problems in language theory. Applications to the design of programming languages and compiler construction.
Prereq: CS 360 or 365; Computer Science students only

 
CS 466 LEC,TST 0.50
Course ID: 004426
Algorithm Design and Analysis
Algorithmic approaches and methods of assessment that reflect a broad spectrum of criteria, including randomized algorithms, amortized analysis, lower bounds, approximation algorithms, and on-line algorithms. Particular examples will be chosen from different areas of active research and application.
Prereq: CS 341; Computer Science students only

 
CS 467 LEC,TST 0.50
Course ID: 011497
Introduction to Quantum Information Processing
Basics of computational complexity; basics of quantum information; quantum phenomena; quantum circuits and universality; relationship between quantum and classical complexity classes; simple quantum algorithms; quantum Fourier transform; Shor factoring algorithm; Grover search algorithm; physical realization of quantum computation; error-correction and fault-tolerance; quantum key distribution.
Prereq: MATH 235 or 245 with grade at least 80%; Level at least 3A
(Cross-listed with PHYS 467, CO 481)

 
CS 475 LAB,LEC,TST 0.50
Course ID: 011444
Computational Linear Algebra
Basic concepts and implementation of numerical linear algebra techniques and their use in solving application problems. Special methods for solving linear systems having special features. Direct methods: symmetric, positive definite, band, general sparse structures, ordering methods. Iterative methods: Jacobi, Gauss-Seidel, SOR, conjugate gradient. Computing and using orthogonal factorizations of matrices. QR and SVD methods for solving least squares problems. Eigenvalue and singular value decompositions. Computation and uses of these decompositions in practice.
[Note: Lab is not scheduled and students are expected to find time in open hours to complete their work.]
Prereq: AMATH 242/CS 371 or CS 370.
Antireq: CS 372, 472

 
CS 476 LAB,LEC,TST 0.50
Course ID: 003352
Numeric Computation for Financial Modeling
The interaction of financial models, numerical methods, and computing environments. Basic computational aspects of option pricing and hedging. Numerical methods for stochastic differential equations, strong and weak convergence. Generating correlated random numbers. Time-stepping methods. Finite difference methods for the Black-Scholes equation. Discretization, stability, convergence. Methods for portfolio optimization, effect of data errors on portfolio weights.
[Note: Lab is not scheduled and students are expected to find time in open hours to complete their work. Students who receive a good grade in CS 335 may contact the instructor of CS 476 to seek admission without the formal prerequisites.]
Prereq: (AMATH 242/CS 371 or CS 370) and (STAT 206 with at least 60% or STAT 231 or STAT 241)

 
CS 479 LAB,LEC,TST 0.50
Course ID: 016167
Neural Networks
An introduction to neural network methods, with some discussion of their relevance to neuroscience. Simple neuron models and networks of neurons. Training feedforward networks for classification or regression. Learning using the backpropagation of errors. Unsupervised learning methods. Optimal linear decoding. Recurrent neural networks. Convolutional neural networks. Advanced topics, including adversarial inputs and biologically plausible learning methods.
Prereq: One of CS 335, CS 370, CS 371/AMATH 242; and STAT 206 with at least 60% or STAT 230 or STAT 240

 
CS 480 LAB,LEC,TST 0.50
Course ID: 015515
Introduction to Machine Learning
Introduction to modeling and algorithmic techniques for machines to learn concepts from data. Generalization: underfitting, overfitting, cross-validation. Tasks: classification, regression, clustering. Optimization-based learning: loss minimization. regularization. Statistical learning: maximum likelihood, Bayesian learning. Algorithms: nearest neighbour, (generalized) linear regression, mixtures of Gaussians, Gaussian processes, kernel methods, support vector machines, deep learning, sequence learning, ensemble techniques. Large scale learning: distributed learning and stream learning. Applications: Natural language processing, computer vision, data mining, human computer interaction, information retrieval.
[Note: Lab is not scheduled and students are expected to find time in open hours to complete their work.]
Prereq: CS 341 and (STAT 206 or 231 or 241); Computer Science and BMath (Data Science) students only.

 
CS 482 LEC,TST,TUT 0.50
Course ID: 004434
Computational Techniques in Biological Sequence Analysis
Computer science principles and algorithms in biological sequence analysis. Topics include algorithms for sequence comparison, for large-scale database search in biological databases, for sequence assembly, for evolutionary tree reconstruction, for identifying important features in DNA and RNA sequences, and underlying computational techniques for understanding strings and trees and for making probabilistic inferences.
Prereq: CS 341 and (STAT 206 with at least 70% or STAT 231 with at least 60% or STAT 241)

 
CS 484 LAB,LEC,TST 0.50
Course ID: 013912
Computational Vision
Introduction to image and vision understanding by computer. Camera-system geometry, image formation and lighting, and image acquisition. Basic visual processes for recognition of edges, regions, lines, and surfaces. Processing of stereo images, and motion in image sequences. Object recognition. Applications of computer-vision systems.
[Note: Lab is not scheduled and students are expected to find time in open hours to complete their work.]
Prereq: (One of AMATH 242/CS 371, CS 370, MATH 235, MATH 245) and (One of STAT 206, STAT 230 or 240); Computer Science students only

 
CS 485 LEC,TST 0.50
Course ID: 013911
Statistical and Computational Foundations of Machine Learning
Extracting meaningful patterns from random samples of large data sets. Statistical analysis of the resulting problems. Common algorithmic paradigms for such tasks. Central concepts: VC-dimension, margins of a classifier, sparsity and description length, other types of regularization. Performance guarantees: generalization bounds, data dependent error bounds, and computational complexity of learning algorithms. Common paradigms: neural networks, kernel methods and support-vector machines, boosting, nearest neighbor classifiers. Applications to data mining.
Prereq: CS 341 and (STAT 206 or 230 or 240); Computer Science and BMath (Data Science) students only

 
CS 486 LAB,LEC,TST 0.50
Course ID: 004435
Introduction to Artificial Intelligence
Goals and methods of artificial intelligence. Methods of general problem solving. Knowledge representation and reasoning. Planning. Reasoning about uncertainty. Machine learning. Multi-agent systems. Natural language processing.
[Note: Lab is not scheduled and students are expected to find time in open hours to complete their work.]
Prereq: CS 341; Computer Science and BMath (Data Science) students only.
Coreq: STAT 206 or 231 or 241.

 
CS 487 LAB,LEC,TST 0.50
Course ID: 004436
Introduction to Symbolic Computation
An introduction to the use of computers for symbolic mathematical computation, involving traditional mathematical computations such as solving linear equations (exactly), analytic differentiation and integration of functions, and analytic solution of differential equations.
[Note: Lab is not scheduled and students are expected to find time in open hours to complete their work.]
Prereq: CS 231 or 234 or 240/240E; Honours Mathematics only

 
CS 488 LAB,LEC,TST 0.50
Course ID: 004437
Introduction to Computer Graphics
Software and hardware for interactive computer graphics. Implementation of device drivers, 3-D transformations, clipping, perspective, and input routines. Data structures, hidden surface removal, colour shading techniques, and some additional topics will be covered.
[Note: This course involves project work.]
Prereq: CS 341 and (CS 350 or SE 350) and (CS 370 or 371); Computer Science students only

 
CS 489 LEC,TUT 0.50
Course ID: 010044
Advanced Topics in Computer Science
See the Course Offerings List for topics available.
Prereq: Level at least 3B; Computer Science students only

 
CS 490 LEC,TST 0.50
Course ID: 004433
Information Systems Management
The integration of business and technical considerations in the design, implementation and management of information systems. Topics include: IS planning and development; business, management, executive, and strategic information systems, including case studies of selected large- scale systems; decision support systems; end-user training and development; systems security, disaster planning and recovery. Practical examples of information systems in industry.
Prereq: CS 350 or SE 350; Computer Science students only.
Antireq: BUS 415W, 486W

 
CS 492 LEC,TST 0.50
Course ID: 004438
The Social Implications of Computing
This course is designed to consider the problems encountered by individuals, organizations and society as computer technology is adopted, with a view towards assessing possible courses of action.
Prereq: CS 240/240E; Computer Science students only

 
CS 493 LEC,PRJ 0.50
Course ID: 015545
Team Project 1
Students work in teams on substantial open-ended computer science problems as part of the CS 493/494 course sequence. Lectures describe project management fundamentals and ethical and legal issues in computing. Students form teams, select projects, define project goals, perform risk assessment, establish a project plan, and develop a prototype. Possible project topics can include development of software systems, analysis of extensions to existing systems across the field, and experimental computer science.
Prereq: CS 341, 350; Computer Science students only. Not open to Software Engineering students.

 
CS 494 LEC,PRJ 0.50
Course ID: 015546
Team Project 2
Continuing from CS 493, student teams continue development of their project, update project plans, explore design alternatives, perform testing, and analyze experimental results. Teams prepare and deliver technical presentations and demonstrations of their projects, and analyze ethical and legal aspects of their work.
Prereq: CS 493; Computer Science students only. Not open to Software Engineering students.

 
CS 497 LEC 0.50
Course ID: 012280
Multidisciplinary Studies in Computer Science
See the Course Offerings list for topics available.
Prereq: Level at least 3B; Computer Science students only

 
CS 499R RDG 0.50
Course ID: 004444
Readings in Computer Science
Reading course as announced by the department.
Department Consent Required
Prereq: Level at least 3B; Computer Science students only

 
CS 499T PRJ 0.50
Course ID: 012560
Honours Thesis
The student will undertake new analysis, synthesis, measurement, or experimentation to produce a document that demonstrates a depth of understanding of a topic that goes beyond what is obtained in a standard undergraduate education.
[Note: Offered for CR/NCR only. CS 499R is recommended. A detailed thesis proposal and names of a supervisor and reader are required.]
Department Consent Required
Prereq: Computer Science students only