Search

Back
3 units (fi 6)(EITHER, 3-0-3)

Software quality issues are covered. Various types of software testing, ranging from unit testing to integration testing are discussed. Processes to ensure quality, such as reviews and continuous integration, are introduced. State-of-the-art software quality tools that analyze different artifacts within the software lifecycle are described. Prerequisite: CMPUT 301.

3 units (fi 6)(EITHER, 3-1S-0)

This course is focused on algorithmic problems that can be solved within at most several hours by well-prepared people, where a solution involves properly understanding a written description, designing an efficient algorithm to solve the problem, and then correctly implementing the solution. Students will use algorithms, data structures, and mathematical reasoning to solve problems. Lectures are shared with CMPUT 303. CMPUT 403 covers additional material relevant to advanced programming contests. Credit cannot be obtained for both CMPUT 303 and CMPUT 403. Prerequisites: One of CMPUT 201 or CMPUT 275, CMPUT 204, and any 300-level Computing Science course, or consent of the instructor.

Starting: 2024-09-01 CMPUT 403 - Algorithmics in Competitive Programming

3 units (fi 6)(EITHER, 3-1S-0)

This course is focused on algorithmic problems that can be solved within at most several hours by well-prepared people, where a solution involves properly understanding a written description, designing an efficient algorithm to solve the problem, and then correctly implementing the solution. Students will use algorithms, data structures, and mathematical reasoning to solve problems. Lectures are shared with CMPUT 303. CMPUT 403 covers additional material relevant to advanced programming contests. Credit cannot be obtained for both CMPUT 303 and CMPUT 403. Prerequisites: CMPUT 201 or 275, and 204, and any 300-level Computing Science course.

3 units (fi 6)(EITHER, 3-0-3)

Introduction to modern web architecture, from user-facing applications to machine-facing web-services. Topics include: the evolution of the Internet, relevant technologies and protocols, the architecture of modern web-based information systems, web data exchange and serialization, and service-oriented middleware. Prerequisites: CMPUT 301 and 291, or consent of the instructor.

Starting: 2024-09-01 CMPUT 404 - Web Applications and Architecture

3 units (fi 6)(EITHER, 3-0-3)

Introduction to modern web architecture, from user-facing applications to machine-facing web-services. Topics include: the evolution of the Internet, relevant technologies and protocols, the architecture of modern web-based information systems, web data exchange and serialization, and service-oriented middleware. Prerequisites: CMPUT 291 and 301.

3 units (fi 6)(EITHER, 3-0-3)

2D and 3D transformation; 3D modeling and viewing; illumination models and shading methods; texture mapping; ray tracing. Prerequisites: CMPUT 204 or 275, 301; one of CMPUT 340, 418 or equivalent knowledge, and MATH 214.

3 units (fi 6)(EITHER, 3-0-3)

A project-based course dealing with the design and implementation of mobile robots to accomplish specific tasks. Students work in groups and are introduced to concepts in sensor technologies, sensor data processing, motion control based on feedback and real-time programming. Prerequisites: CMPUT 201 and 204, or 275; one of CMPUT 340, 418 or equivalent knowledge; MATH 214.

3 units (fi 6)(EITHER, 3-0-3)

Introduction to basic principles and algorithms used in multimedia systems. Students obtain hands-on experience in issues relating to multimedia data representation, compression, processing, and animation. Topics will be selected from image and video coding and transmission, animation, human perceptual issues associated to multimedia technologies. Prerequisites: one of CMPUT 306, CMPUT 307 or CMPUT 411, or consent of the instructor.

Starting: 2024-09-01 CMPUT 414 - Introduction to Multimedia Technology

3 units (fi 6)(EITHER, 3-0-3)

Introduction to basic principles and algorithms used in multimedia systems. Students obtain hands-on experience in issues relating to multimedia data representation, compression, processing, and animation. Topics will be selected from image and video coding and transmission, animation, human perceptual issues associated to multimedia technologies. Prerequisites: one of CMPUT 307, 328, or 411.

3 units (fi 6)(EITHER, 3-0-3)

Compilers, interpreters, lexical analysis, syntax analysis, syntax- directed translation, symbol tables, type checking, flow analysis, code generation, code optimization. Prerequisites: one of CMPUT 229, E E 380 or ECE 212, and a 300-level Computing Science course or consent of the instructor.

Starting: 2024-09-01 CMPUT 415 - Compiler Design

3 units (fi 6)(EITHER, 3-0-3)

Compilers, interpreters, lexical analysis, syntax analysis, syntax- directed translation, symbol tables, type checking, flow analysis, code generation, code optimization. Prerequisites: one of CMPUT 229, E E 380, or ECE 212, and any 300-level Computing Science course.

3 units (fi 6)(EITHER, 3-0-0)

Introduction to the main concepts of program analysis such as intermediate representations, inter-procedural and intra-procedural analysis techniques, call graphs, pointer analysis, and analysis frameworks. The course will also include relevant research papers that introduce both classical and state-of-the-art research in the field. The course will give an overview of the program analyses that work and those that do not work in practice and how to design program analyses for modern software systems. Prerequisites: CMPUT 201 or 275, and CMPUT 272. Knowledge of grammars and automata, regular expressions, and finite state machines is recommended.

3 units (fi 6)(EITHER, 3-0-3)

Introduction to the geometry and photometry of the 3D to 2D image formation process for the purpose of computing scene properties from camera images. Computing and analyzing motion in image sequences. Recognition of objects (what) and spatial relationships (where) from images and tracking of these in video sequences. Prerequisites: CMPUT 201 or 275; one of CMPUT 340, 418, ECE 240, or equivalent knowledge; one of MATH 101, 115, 118, 136, 146 or 156, and one of MATH 102, 125, or 127.

3 units (fi 6)(EITHER, 3-0-3)

A discussion of computer system design concepts with stress on modern ideas that have shaped the high-performance architecture of contemporary systems. Instruction sets, pipelining, instruction-level parallelism, register reuse, branch prediction, CPU control, cache- coherence, accelerators, and related concepts. Memory technologies, caches, I/O, high-performance networks. Prerequisites: CMPUT 201 or 275; one of CMPUT 229, E E 380 or ECE 212. Credit may be obtained in only one of CMPUT 429 or CMPE 382.

Starting: 2024-09-01 CMPUT 429 - Computer Systems and Architecture

3 units (fi 6)(EITHER, 3-0-3)

A discussion of computer system design concepts with stress on modern ideas that have shaped the high-performance architecture of contemporary systems. Instruction sets, pipelining, instruction-level parallelism, register reuse, branch prediction, CPU control, cache- coherence, accelerators, and related concepts. Memory technologies, caches, I/O, high-performance networks. Prerequisites: CMPUT 201 or 275; and one of CMPUT 229, E E 380, or ECE 212. Credit may be obtained in only one of CMPUT 429, CMPE 382, or ECE 311.

3 units (fi 6)(EITHER, 3-0-0)

When making decisions in games, computers rely on three main ideas: search, knowledge and simulations. Knowledge can be created by machine learning techniques and encoded in deep neural networks. Search and simulations help to understand the short and long-term consequences of possible actions. This course leads from basic concepts to state-of-the-art decision-making algorithms. Prerequisite: any 300-level Computing Science course.

3 units (fi 6)(EITHER, 3-0-3)

Natural language processing (NLP) is a subfield of artificial intelligence concerned with the interactions between computers and human languages. This course is an introduction to NLP, with the emphasis on writing programs to process and analyze texts, covering both foundational aspects and applications of NLP. The course aims at a balance between classical and statistical methods for NLP, including methods based on machine learning. Prerequisites: 201 or 275, and any 300-level Computing Science course.

3 units (fi 6)(EITHER, 3-0-3)

Probabilistic graphical models (PGMs; including Bayesian Belief Nets, Markov Random Fields, etc.) now contribute significantly to many areas, including expert systems, computer perception (vision and speech), natural language interpretation, automated decision making, and robotics. This course provides an introduction to this field, describing semantics, inference and learning, as well as practical applications of these systems. Programming assignments will include hands-on experiments with various reasoning systems. Prerequisites: one of CMPUT 340 or 418; one of STAT 141, 151, 235 or 265 or SCI 151; or consent of the instructor.

Starting: 2024-09-01 CMPUT 463 - Probabilistic Graphical Models

3 units (fi 6)(EITHER, 3-0-3)

Probabilistic graphical models (PGMs; including Bayesian Belief Nets, Markov Random Fields, etc.) now contribute significantly to many areas, including expert systems, computer perception (vision and speech), natural language interpretation, automated decision making, and robotics. This course provides an introduction to this field, describing semantics, inference and learning, as well as practical applications of these systems. Programming assignments will include hands-on experiments with various reasoning systems. Prerequisites: one of CMPUT 340 or 418; and one of STAT 151, 161, 181, 235, 265, SCI 151, or MATH 181.

3 units (fi 6)(EITHER, 3-0-3)

Learning is essential for many real-world tasks, including recognition, diagnosis, forecasting and data-mining. This course covers a variety of learning scenarios (supervised, unsupervised and partially supervised), as well as foundational methods for regression, classification, dimensionality reduction and modeling. Techniques such as kernels, optimization and probabilistic graphical models will typically be introduced. It will also provide the formal foundations for understanding when learning is possible and practical. Credit cannot be obtained for both CMPUT 367 and CMPUT 466. Prerequisites: CMPUT 204 or 275; MATH 125; CMPUT 267 or MATH 214; or consent of the instructor.

Starting: 2024-09-01 CMPUT 466 - Machine Learning Essentials

3 units (fi 6)(EITHER, 3-0-3)

Learning is essential for many real-world tasks, including recognition, diagnosis, forecasting and data-mining. This course provides a broad overview of topics in machine learning, from foundational methods for regression, classification and dimensionality reduction to more complex modeling with neural networks. It will also provide the formal foundations for understanding when learning is possible and practical. This single course is an alternative to the more in-depth two-course sequence on machine learning with CMPUT 267 and 467. Prerequisites: CMPUT 204 or 275; any 300-level Computing Science course; MATH 125 or 127; one of MATH 115, 118, 136, 146, or 156; and one of STAT 141, 151, 161, 181, 235, 265, SCI 151, or MATH 181. Credit cannot be obtained in CMPUT 466 if credit has already been obtained for CMPUT 467.

3 units (fi 6)(EITHER, 3-0-0)

This is the second course of a two-course sequence on machine learning, with a focus on extending to nonlinear modeling with neural networks and higher-dimensional data. Topics include: optimization approaches (constrained optimization, hessians, matrix solutions), deep learning and neural networks, generative models, more advanced methods for assessing generalization (cross-validation, bootstrapping), introduction to non-iid data and missing data. Prerequisites: CMPUT 204 and CMPUT 267; any 300-level Computing Science course; and one of MATH 101, 115, 118, 136, 146, or 156. Credit cannot be obtained in both CMPUT 367 and 467.

3 units (fi 6)(EITHER, 3-0-3)

Students will experience the challenges, and rewards, of working in a team to address a real-world task, related to artificial intelligence or machine learning. This will involve first identifying the task itself, then iteratively addressing relevant issues (typically with feedback from a domain expert), leading to an implementation and culminating in evaluating that system. Students will also learn about best practices in organizing team projects, as well as important information about effective communication. Prerequisites: CMPUT 267, 365, and 366.

3 units (fi 6)(EITHER, 3-0-0)

Formal grammars; relationship between grammars and automata; regular expressions; finite state machines; pushdown automata; Turing machines; computability; the halting problem; time and space complexity. Prerequisites: CMPUT 204, one of CMPUT 229, E E 380 or ECE 212 and one of MATH 225, 227, or 228 or consent of the instructor.

Starting: 2024-09-01 CMPUT 474 - Formal Languages, Automata, and Computability

3 units (fi 6)(EITHER, 3-0-0)

Formal grammars; relationship between grammars and automata; regular expressions; finite state machines; pushdown automata; Turing machines; computability; the halting problem; time and space complexity. Prerequisites: CMPUT 204 and one of MATH 225, 227, or 228.

3 units (fi 6)(EITHER, 3-0-0)

This course provides an undergraduate-level introduction to parallel programming, parallel and distributed systems, and high-performance computing in science and engineering. Both shared-memory parallel computers and distributed-memory multi computers (e.g., clusters) will be studied. Aspects of the practice of, and (some) research issues in, parallelism will be covered. There will be an emphasis on thread programming, data-parallel programming, and performance evaluation. Prerequisite: CMPUT 379, or consent of the instructor.

Starting: 2024-09-01 CMPUT 481 - Parallel and Distributed Systems

3 units (fi 6)(EITHER, 3-0-0)

This course provides an undergraduate-level introduction to parallel programming, parallel and distributed systems, and high-performance computing in science and engineering. Both shared-memory parallel computers and distributed-memory multi computers (e.g., clusters) will be studied. Aspects of the practice of, and (some) research issues in, parallelism will be covered. There will be an emphasis on thread programming, data-parallel programming, and performance evaluation. Prerequisite: CMPUT 379.

0.1 units (fi 1)(EITHER, 0-1S-0)

This weekly seminar brings students, researchers, and practitioners together to examine a variety of topics, both foundational and leading edge. Content varies over successive offerings of the course. Required of all Honors Computing Science students during each Fall/Winter semester of their degree program. Prerequisite: Restricted to Honors Computing Science students, or consent of the instructor.

Starting: 2024-09-01 CMPUT 495 - Honors Seminar

0.1 units (fi 1)(EITHER, 0-1S-0)

This weekly seminar brings students, researchers, and practitioners together to examine a variety of topics, both foundational and leading edge. Content varies over successive offerings of the course. Successful completion required of all Honors Computing Science students during each Fall/Winter semester of their degree program. Prerequisite: Restricted to Honors Computing Science students, or permission of the Department.

3 units (fi 6)(VAR, VARIABLE)

This topics course is designed for new course offerings that may be offered in a given term. Prerequisites are determined by the instructor in the course outline. See Note (3) above.

1.5 units (fi 6)(VAR, VARIABLE)

This topics course is designed for new course offerings that may be offered in a given term. Prerequisites are determined by the instructor in the course outline. See Note (3) above.

1.5 units (fi 6)(VAR, VARIABLE)

This topics course is designed for new course offerings that may be offered in a given term. Prerequisites are determined by the instructor in the course outline. See Note (3) above.

3 units (fi 6)(VAR, VARIABLE)

This topics course is designed for new course offerings that may be offered in a given term. Prerequisites are determined by the instructor in the course outline. See Note (3) above.

1.5 units (fi 6)(VAR, VARIABLE)

This topics course is designed for new course offerings that may be offered in a given term. Prerequisites are determined by the instructor in the course outline. See Note (3) above.

1.5 units (fi 6)(VAR, VARIABLE)

This topics course is designed for new course offerings that may be offered in a given term. Prerequisites are determined by the instructor in the course outline. See Note (3) above.

3 units (fi 6)(VAR, VARIABLE)

This topics course is designed for new course offerings that may be offered in a given term. Prerequisites are determined by the instructor in the course outline. See Note (3) above.

1.5 units (fi 6)(VAR, VARIABLE)

This topics course is designed for new course offerings that may be offered in a given term. Prerequisites are determined by the instructor in the course outline. See Note (3) above.

1.5 units (fi 6)(VAR, VARIABLE)

This topics course is designed for new course offerings that may be offered in a given term. Prerequisites are determined by the instructor in the course outline. See Note (3) above.

3 units (fi 6)(VAR, VARIABLE)

This topics course is designed for a one on one individual study course between a student and an instructor. Prerequisites are determined by the instructor in the course outline. See Note (3) above.

1.5 units (fi 6)(VAR, VARIABLE)

This topics course is designed for a one on one individual study course between a student and an instructor. Prerequisites are determined by the instructor in the course outline. See Note (3) above.

1.5 units (fi 6)(VAR, VARIABLE)

This topics course is designed for a one on one individual study course between a student and an instructor. Prerequisites are determined by the instructor in the course outline. See Note (3) above.

3 units (fi 6)(VAR, VARIABLE)
There is no available course description.
1.5 units (fi 6)(VAR, VARIABLE)
There is no available course description.
1.5 units (fi 6)(VAR, VARIABLE)
There is no available course description.
3 units (fi 6)(VAR, VARIABLE)
There is no available course description.
1.5 units (fi 6)(VAR, VARIABLE)
There is no available course description.
1.5 units (fi 6)(VAR, VARIABLE)
There is no available course description.
3 units (fi 6)(VAR, VARIABLE)

Software quality issues are covered. Various types of software testing, ranging from unit testing to integration testing are discussed. Processes to ensure quality, such as reviews and continuous integration, are introduced. State-of-the-art software quality tools that analyze different artifacts within the software lifecycle are described. Credit cannot be obtained for both CMPUT 402 and 502.

3 units (fi 6)(VAR, VARIABLE)
There is no available course description.
1.5 units (fi 6)(VAR, VARIABLE)
There is no available course description.
1.5 units (fi 6)(VAR, VARIABLE)
There is no available course description.
3 units (fi 6)(VAR, VARIABLE)
There is no available course description.
1.5 units (fi 6)(VAR, VARIABLE)
There is no available course description.
1.5 units (fi 6)(VAR, VARIABLE)
There is no available course description.
3 units (fi 6)(VAR, VARIABLE)
There is no available course description.

Starting: 2025-09-01 CMPUT 511 - Introduction to Computer Graphics

3 units (fi 6)(VAR, VARIABLE)

2D and 3D transformation; 3D modeling and viewing; illumination models and shading methods; texture mapping; ray tracing. Credit cannot be obtained for both CMPUT 411 and 511.

1.5 units (fi 6)(VAR, VARIABLE)
There is no available course description.

Starting: 2025-09-01 CMPUT 511A - Introduction to Computer Graphics

1.5 units (fi 6)(VAR, VARIABLE)

2D and 3D transformation; 3D modeling and viewing; illumination models and shading methods; texture mapping; ray tracing. Credit cannot be obtained for both CMPUT 411 and 511.

1.5 units (fi 6)(VAR, VARIABLE)
There is no available course description.

Starting: 2025-09-01 CMPUT 511B - Introduction to Computer Graphics

1.5 units (fi 6)(VAR, VARIABLE)

2D and 3D transformation; 3D modeling and viewing; illumination models and shading methods; texture mapping; ray tracing. Credit cannot be obtained for both CMPUT 411 and 511.

3 units (fi 6)(VAR, VARIABLE)

A project-based course dealing with the design and implementation of mobile robots to accomplish specific tasks. Students work in groups and are introduced to concepts in sensor technologies, sensor data processing, motion control based on feedback and real-time programming. Credit cannot be obtained for both CMPUT 412 and 512.

3 units (fi 6)(VAR, VARIABLE)

A discussion of computer system design concepts with stress on modern ideas that have shaped the high-performance architecture of contemporary systems. Instruction sets, pipelining, instruction-level parallelism, register reuse, branch prediction, CPU control, cache-coherence, accelerators, and related concepts. Memory technologies, caches, I/O, high-performance networks. Credit cannot be obtained for both CMPUT 429 and 529.

3 units (fi 6)(VAR, VARIABLE)
There is no available course description.
1.5 units (fi 6)(VAR, VARIABLE)
There is no available course description.
1.5 units (fi 6)(VAR, VARIABLE)
There is no available course description.
3 units (fi 6)(VAR, VARIABLE)
There is no available course description.
1.5 units (fi 6)(VAR, VARIABLE)
There is no available course description.
1.5 units (fi 6)(VAR, VARIABLE)
There is no available course description.
3 units (fi 6)(VAR, VARIABLE)

Natural language processing (NLP) is a subfield of artificial intelligence concerned with the interactions between computers and human languages. This course is an introduction to NLP, with the emphasis on writing programs to process and analyze text corpora. The course covers both foundational aspects and applications of NLP. The course aims at a balance between classical and statistical methods for NLP, including methods based on machine learning. In this course, students will clean or otherwise pre-process natural language corpora; develop natural language processing tools; integrate existing tools into an analysis task; and apply computational methods to natural language artefacts to extract information, classify the language within the artefact, identify relationships among artefacts, or identify relationships among elements within an artefact. Credit cannot be obtained for both CMPUT 461 and 561.

3 units (fi 6)(VAR, VARIABLE)
There is no available course description.

Starting: 2025-09-01 CMPUT 563 - Probabilistic Graphical Models

3 units (fi 6)(VAR, VARIABLE)

Probabilistic graphical models (PGMs; including Bayesian Belief Nets, Markov Random Fields, etc.) now contribute significantly to many areas, including expert systems, computer perception (vision and speech), natural language interpretation, automated decision making, and robotics. This course provides an introduction to this field, describing semantics, inference and learning, as well as practical applications of these systems. Programming assignments will include hands-on experiments with various reasoning systems. Credit cannot be obtained for both CMPUT 463 and 563.

1.5 units (fi 6)(VAR, VARIABLE)
There is no available course description.

Starting: 2025-09-01 CMPUT 563A - Probabilistic Graphical Models

1.5 units (fi 6)(VAR, VARIABLE)

Probabilistic graphical models (PGMs; including Bayesian Belief Nets, Markov Random Fields, etc.) now contribute significantly to many areas, including expert systems, computer perception (vision and speech), natural language interpretation, automated decision making, and robotics. This course provides an introduction to this field, describing semantics, inference and learning, as well as practical applications of these systems. Programming assignments will include hands-on experiments with various reasoning systems. Credit cannot be obtained for both CMPUT 463 and 563.

1.5 units (fi 6)(VAR, VARIABLE)
There is no available course description.

Starting: 2025-09-01 CMPUT 563B - Probabilistic Graphical Models

1.5 units (fi 6)(VAR, VARIABLE)

Probabilistic graphical models (PGMs; including Bayesian Belief Nets, Markov Random Fields, etc.) now contribute significantly to many areas, including expert systems, computer perception (vision and speech), natural language interpretation, automated decision making, and robotics. This course provides an introduction to this field, describing semantics, inference and learning, as well as practical applications of these systems. Programming assignments will include hands-on experiments with various reasoning systems. Credit cannot be obtained for both CMPUT 463 and 563.

3 units (fi 6)(VAR, VARIABLE)
There is no available course description.

Starting: 2025-09-01 CMPUT 566 - Machine Learning Essentials

3 units (fi 6)(VAR, VARIABLE)

Learning is essential for many real-world tasks, including recognition, diagnosis, forecasting and data-mining. This course provides a broad overview of topics in machine learning, from foundational methods for regression, classification and dimensionality reduction to more complex modeling with neural networks. It will also provide the formal foundations for understanding when learning is possible and practical. Credit cannot be obtained for both CMPUT 466 and 566.

1.5 units (fi 6)(VAR, VARIABLE)
There is no available course description.

Starting: 2025-09-01 CMPUT 566A - Machine Learning Essentials

1.5 units (fi 6)(VAR, VARIABLE)

Learning is essential for many real-world tasks, including recognition, diagnosis, forecasting and data-mining. This course provides a broad overview of topics in machine learning, from foundational methods for regression, classification and dimensionality reduction to more complex modeling with neural networks. It will also provide the formal foundations for understanding when learning is possible and practical. Credit cannot be obtained for both CMPUT 466 and 566.

1.5 units (fi 6)(VAR, VARIABLE)
There is no available course description.

Starting: 2025-09-01 CMPUT 566B - Machine Learning Essentials

1.5 units (fi 6)(VAR, VARIABLE)

Learning is essential for many real-world tasks, including recognition, diagnosis, forecasting and data-mining. This course provides a broad overview of topics in machine learning, from foundational methods for regression, classification and dimensionality reduction to more complex modeling with neural networks. It will also provide the formal foundations for understanding when learning is possible and practical. Credit cannot be obtained for both CMPUT 466 and 566.

3 units (fi 6)(VAR, VARIABLE)

This course expands on machine learning fundamentals with a focus on extending to nonlinear modeling with neural networks and higher-dimensional data. Topics include: optimization approaches (constrained optimization, hessians, matrix solutions), deep learning and neural networks, generative models, more advanced methods for assessing generalization (cross-validation, bootstrapping), introduction to non-iid data and missing data. Credit cannot be obtained for both CMPUT 467 and 567 or CMPUT 367 and 567.

3 units (fi 6)(VAR, VARIABLE)
There is no available course description.
3 units (fi 6)(FIRST, 3-0-0)

This course provides information and resources on teaching and research methods in computing science, and also gives an overview of the research done by faculty in the department. Ethics and professional development are included in this course. Required for all graduate students.

3 units (fi 6)(EITHER, 3-0-0)
There is no available course description.
3 units (fi 6)(EITHER, 3-0-0)
There is no available course description.
3 units (fi 6)(EITHER, 3-0-0)
There is no available course description.
3 units (fi 6)(EITHER, 3-0-0)
There is no available course description.
3 units (fi 6)(EITHER, 3-0-0)
There is no available course description.
3 units (fi 6)(EITHER, 3-0-0)
There is no available course description.
3 units (fi 6)(EITHER, 3-0-0)
There is no available course description.
3 units (fi 6)(EITHER, 3-0-0)
There is no available course description.
3 units (fi 6)(EITHER, 3-0-0)
There is no available course description.
3 units (fi 6)(EITHER, 3-0-0)
There is no available course description.
3 units (fi 6)(EITHER, 3-0-0)
There is no available course description.
3 units (fi 6)(EITHER, 3-0-0)
There is no available course description.
3 units (fi 6)(EITHER, 3-0-0)
There is no available course description.
3 units (fi 6)(EITHER, 3-0-0)
There is no available course description.
3 units (fi 6)(EITHER, 3-0-0)
There is no available course description.
3 units (fi 6)(EITHER, 3-0-0)
There is no available course description.
3 units (fi 6)(EITHER, 3-0-0)
There is no available course description.
3 units (fi 6)(EITHER, 3-0-0)
There is no available course description.
3 units (fi 6)(EITHER, 3-0-0)
There is no available course description.
3 units (fi 6)(EITHER, 3-0-0)
There is no available course description.
3 units (fi 6)(EITHER, 3-0-0)
There is no available course description.
3 units (fi 6)(EITHER, 3-0-0)
There is no available course description.
3 units (fi 6)(EITHER, 3-0-0)
There is no available course description.
3 units (fi 6)(EITHER, 3-0-0)
There is no available course description.
3 units (fi 6)(EITHER, 3-0-0)
There is no available course description.
3 units (fi 6)(EITHER, 3-0-0)
There is no available course description.
3 units (fi 6)(EITHER, 3-0-0)
There is no available course description.
3 units (fi 6)(EITHER, 3-0-0)
There is no available course description.
3 units (fi 6)(EITHER, 3-0-0)
There is no available course description.
3 units (fi 6)(EITHER, 3-0-0)
There is no available course description.
3 units (fi 6)(EITHER, 3-0-0)
There is no available course description.
3 units (fi 6)(EITHER, 3-0-0)
There is no available course description.
3 units (fi 6)(EITHER, 3-0-0)
There is no available course description.
3 units (fi 6)(EITHER, 3-0-0)
There is no available course description.
3 units (fi 6)(EITHER, 3-0-0)
There is no available course description.