Upper-Division

CSE 100 Logic Design

Boolean algebra, logic minimization, finite-state machine design, sequential circuits, common logic elements, programmable logic devices, and an introduction to system level design. The electrical behavior of circuits including three state outputs, propagation delay, logic levels, and fanout. (Formerly Computer Engineering 100.)

Credits

5

Instructor

Scott Beamer, Martine Schlag

Requirements

Prerequisite(s): CSE 12 and CSE 12L; previous or concurrent enrollment in CSE 100L is required.

Quarter offered

Fall, Winter, Spring

CSE 100L Logic Design Laboratory

Laboratory sequence illustrating topics covered in course 100. Two 2-hour laboratory sessions per week. Weekly laboratory assignments which require the use of the oscilloscopes, TTL circuits, computer-aided design and simulation tools, and programmable logic. Students are billed a materials fee. (Formerly Computer Engineering 100L.)

Credits

2

Instructor

Scott Beamer, Martine Schlag

Requirements

Prerequisite(s): CSE 12 and CSE 12L; previous or concurrent enrollment in CSE 100 is required.

Quarter offered

Fall, Winter, Spring

CSE 101 Introduction to Data Structures and Algorithms

Introduction to abstract data types and basics of algorithms. Linked lists, stacks, queues, hash tables, trees, heaps, and graphs will be covered. Students will also be taught how to derive big-Oh analysis of simple algorithms. All assignments will be in C/C++. (Formerly Computer Science 101 Algorithms and Abstract Data Types.)

Credits

5

Instructor

The Staff, Patrick Tantalo, Manfred Warmuth, Allen Van Gelder, David Helmbold, Seshadhri Comandur, James Davis, Alex Pang

Requirements

Prerequisite(s): CSE 13E or CSE 13S; and CSE 16; and CSE 30; and MATH 11B or MATH 19B or MATH 20B or AM 11B; Students may enroll in CSE 101 without having completed CSE 30 and CSE 13S or CSE 13E if they complete CSE 15 and CSE 15L (formerly CMPS 12B/M) by Fall 2019; and CSE 16; and MATH 11B or MATH 19B or MATH 20B or AM 11B; and one course from the following: MATH 21, MATH 22, MATH 23A, AM 10, or STAT 131.

Quarter offered

Fall, Winter, Spring, Summer

CSE 102 Introduction to Analysis of Algorithms

Methods for the systematic construction and mathematical analysis of algorithms. Order notation, the RAM model of computation, lower bounds, and recurrence relations are covered. The algorithm design techniques include divide-and-conquer, branch and bound, and dynamic programming. Applications to combinatorial, graph, string, and geometric algorithms. (Formerly Computer Science 102.)

Credits

5

Instructor

The Staff, Manfred Warmuth, Allen Van Gelder, Suresh Lodha, David Helmbold, Daniel Fremont, Abhradeep Guha Thakurta

Requirements

Prerequisite(s): CSE 101.

Quarter offered

Fall, Winter, Spring

CSE 103 Computational Models

Various representations for regular languages, context-free grammars, normal forms, simple parsing, pumping lemmas, Turing machines, the Church-Turing thesis, intractable problems, the P-NP question. (Formerly CMPS 130.)

Credits

5

Instructor

Delbert Bailey, Patrick Tantalo, Manfred Warmuth, Allen Van Gelder, Phokion Kolaitis, David Helmbold, Seshadhri Comandur

Requirements

Prerequisite(s): CSE 101.

Quarter offered

Fall, Winter, Spring

CSE 104 Computability and Computational Complexity

Turing machines, general phase-structure grammars, the Chomsky hierarchy, recursive functions, diagonalization, the Halting problem, computability and unsolvability, computational complexity, time and space bounds, NP-completeness with emphasis on reductions between problems from various areas. (Formerly CMPS 132.)

Credits

5

Instructor

Delbert Bailey, Manfred Warmuth, Allen Van Gelder, Phokion Kolaitis, David Helmbold

Requirements

Prerequisite(s): CSE 103.

Quarter offered

Fall, Spring

CSE 104W Computability and Computational Complexity

Disciplinary Communication (DC) course to be taken concurrently with course 132. Students satisfy the DC requirement by writing a survey paper on a topic related to computability and computational complexity. Possible topics include: an overview of a different model of computation (e.g., quantum computing); an overview of a major complexity class; a critical analysis of the Church-Turing thesis. Prerequisite(s): CSE 130; satisfaction of the Entry Level Writing and Composition requirements.Concurrent enrollment in CSE 132 required. Enrollment by permission of instructor.(Formerly CMPS 132W.)

Credits

2

Instructor

Delbert Bailey, Manfred Warmuth, Allen Van Gelder, Phokion Kolaitis, David Helmbold

CSE 106 Applied Graph Theory and Algorithms

Basic concepts and algorithms are reviewed including trees, Eulerian and Hamiltonian graphs, and graph transversal. Algorithms are explored to solve problems in connectivity, routing, matching, and embedding of graphs. Graph theory and algorithms are developed around applications in computer engineering. (Formerly Computer Engineering 177.)

Credits

5

Instructor

Martine Schlag

Requirements

Prerequisite(s): CSE 101.

CSE 107 Probability and Statistics for Engineers

Introduction to fundamental tools of stochastic analysis. Probability, conditional probability; Bayes Theorem; random variables and transforms; independence; Bernnoulli trials. Statistics, inference from limited data; outcomes of repeated experiments; applications to design; assessment of relative frequency and probability; law of large numbers; precision of measurements. Elements of stochastic processes, Poisson processes; Markov chains. Students cannot receive credit for this course and Applied Mathematics and Statistics 131. (Formerly Computer Engineering 107.)

Credits

5

Instructor

Jose Garcia-Luna-Aceves, Mircea Teodorescu

Requirements

Prerequisite(s): CSE 16; and AM 30 or MATH 22 or MATH 23A.

General Education Code

SR

Quarter offered

Winter, Spring

CSE 108 Algorithmic Foundations of Cryptography

Focuses on some of the foundational aspects of modern cryptography, namely, private and public key cryptography, digital signatures, pseudorandom generators and functions, message authentication codes, hash functions, and random oracles. Course also connects the formal concepts with some real-world applications, like RA, SSL, and bitcoin, exposing students to general concepts of probability theory, number theory, and rigorous proofs. (Formerly Computer Science 118.)

Credits

5

Instructor

Abhradeep Guha Thakurta

Requirements

Prerequisite(s): CSE 101. Enrollment restricted to computer engineering and computer science majors.

CSE 110A Fundamentals of Compiler Design I

An introduction to the basic techniques used in compiler design. Topics include compiler structure, symbol tables, regular expressions and languages, finite automata, lexical analysis, context-free languages, LL(1), recursive descent, LALR(1), and LR(1) parsing; and attribute grammars as a model of syntax-directed translation. Students use compiler building tools to construct a working compiler. (Formerly Computer Science 104A.)

Credits

5

Instructor

Wesley Mackey, Owen Arden

Requirements

Prerequisite(s): CSE 101 and CSE 12 and CSE 12L.

Quarter offered

Winter, Spring

CSE 110B Fundamentals of Compiler Design II

Advanced study of compiler implementation. Topics include compiler structure back end, run-time environments, storage management, garbage collection, register allocation, code generation, basic blocks, control flow, data flow, local and global optimization, interpretation, and machine-code generation. Students may not receive credit for this course and CSE 211. Taught in conjunction with CSE 211. (Formerly Computer Science 104B.)

Credits

5

Instructor

Wesley Mackey

Requirements

Prerequisite(s): CSE 110A.

CSE 111 Advanced Programming

An introduction to object-oriented techniques of software development including data abstraction, inheritance, polymorphism, and object-oriented design. Extensive practice using a computer to solve problems, including construction of graphical user interfaces and a multithreaded client/server applications. (Formerly Computer Science 109.)

Credits

5

Instructor

The Staff, Wesley Mackey

Requirements

Prerequisite(s): CSE 15 and CSE 15L, or CMPM 35, or CSE 101.

Quarter offered

Fall, Winter, Spring

CSE 112 Comparative Programming Languages

Covers several programming languages and compares styles, philosophy, and design principles. Principles underlying declarative, functional, and object-oriented programming styles are studied. Students write programs emphasizing each of these techniques. (Formerly Computer Science 112.)

Credits

5

Instructor

W. Mackey, D. Long, C. Flanagan, A. Van Gelder, O. Arden, D. Harrison

Requirements

Prerequisite(s): CSE 101.

Quarter offered

Fall, Winter, Spring

CSE 113 Parallel and Concurrent Programming

Introduction to parallel and concurrent programming. Topics include: types of parallel computers and programming platforms; design, implementation, and optimization of programs for parallel and multicore processors; basic and advanced programming techniques; performance analysis and load balancing; and selected parallel algorithms. (Formerly Computer Engineering 113 and Computer Science 113.)

Credits

5

Instructor

Tyler Sorensen

Requirements

Prerequisite(s): CSE 12 and CSE 12L and CSE 101. CSE 120 recommended.

Quarter offered

Spring

CSE 114 Functional Programming

An in-depth study of the functional style of programming and functional abstraction, including the study of applicative functors and monads, and monadic parsers. (Formerly CMPS 153.)

Credits

5

Instructor

Cormac Flanagan

Requirements

Prerequisite(s): CSE 101 or CSE 111. Enrollment is restricted to junior and senior computer science majors.

Quarter offered

Winter

CSE 115A Introduction to Software Engineering

Emphasizes the characteristics of well-engineered software systems. Topics include requirements analysis and specification, design, programming, verification and validation, maintenance, and project management. Practical and research methods are studied. Imparts an understanding of the steps used to effectively develop computer software. (Formerly Computer Science 115.)

Credits

5

Instructor

The Staff, Jim Whitehead, Cormac Flanagan, Linda Werner, Richard Jullig, Narges Norouzi

Requirements

Prerequisite(s): satisfaction of the Entry Level Writing and Composition requirements and CSE 101 and CSE 130.

Quarter offered

Fall, Winter, Spring

CSE 115B Software Design Project

Students in teams specify, design, construct, test, and document a complete software system in a specialized application domain. Class time is spent in technical discussions and ongoing design reviews. A formal presentation and demonstration of each project is required. An organizational meeting will be held during the preceding quarter. Projects may be drawn from industry and campus research groups. (Formerly Computer Science 116.)

Credits

5

Instructor

Jim Whitehead, Luca De Alfaro, Linda Werner, Richard Jullig

Requirements

Prerequisite(s): CSE 115A.

General Education Code

PR-E

Quarter offered

Winter

CSE 115C Software Design Project II

Continuation of CSE 116. Students work in teams to develop, test, document, and deploy a substantial software project. Teams give a formal presentation and demonstration of each project. (Formerly Computer Science 117.)

Credits

5

Instructor

The Staff, Jim Whitehead, Luca De Alfaro, Linda Werner, Richard Jullig

Requirements

Prerequisite(s): CSE 115B.

Quarter offered

Spring

CSE 115D Software Design Project - Accelerated

Accelerated version of CSE 115B and CSE 115C. Students work in teams to develop, test, document and deploy a substantial software project. Each team gives a formal presentation and demonstration of their project. Students cannot receive credit for both CSE 115D and any part of the 115B-115C sequence.

Credits

5

Requirements

Prerequisite(s): CSE 115A.

General Education Code

PR-E

Quarter offered

Fall

CSE 116 Introduction to Functional Programming

Problem solving emphasizing recursion, data abstraction, and higher-order functions. Introduction to types and type checking, modular programming, and reasoning about program correctness.

Credits

5

Instructor

Owen Arden, Lindsey Kuper

Requirements

Prerequisite(s): CMPS 101 or CSE 101.

CSE 117 Open Source Programming

Presents an opportunity to participate in Linux Kernel development--one of the preeminent open source projects. Through community involvement, students accelerate comprehension of computer science fundamentals and display their understanding and experience relevant to other programming projects. (Formerly Computer Science 107.)

Credits

5

Instructor

The Staff, Carl Maltzahn

Requirements

Prerequisite(s): CSE 101 and CSE 12 and CSE 12L. Enrollment restricted to School of Engineering majors.

CSE 118 Mobile Applications

Introduces programming and application development for mobile devices. Covers the SDK and main programming platforms available on mobile devices, methodologies for developing native applications, division of computation between the mobile platform and servers, and mobile-to-server communications. Introduces platforms based on JavaScript and HTML5 for the development of applications that are portable across platforms. Students develop components of applications, leading to fully functional applications by the end of the course. Course based on emulators and SDK tools, so ownership of a cellphone/tablet is not required for the course. (Formerly CMPS 121.)

Credits

5

Instructor

David Harrison, Luca De Alfaro, Narges Norouzi

Requirements

Prerequisite(s): CSE 15 and CSE 15L.

CSE 119 Software for Society

Provides experience with applying computing to social issues. Case studies on multiple issues. For example: privacy, copyright, voting, education, poverty, energy, activism. Team project in which students develop software to address a pre-identified need of a global or local non-profit. (Formerly Computer Science 119.)

Credits

5

Instructor

Suresh Lodha, James Davis

Requirements

Prerequisite(s): CSE 101.

General Education Code

PE-T

CSE 120 Computer Architecture

Introduction to computer architecture including examples of current approaches and the effect of technology and software. Computer performance evaluation, basic combinatorial and sequential digital components, different instruction set architectures with a focus on the MIPS ISA and RISC paradigm. Evolution of CPU microarchitecture from single-cycle to multi-cycle pipelines, with overview of super-scalar, multiple-issue and VLIW. Memory system, cache, virtual memory and relationship between memory and performance. Evolution of PC system architecture. May include advanced topics, such as parallel processing, MIMD, and SIMD. (Formerly Computer Engineering 110.)

Credits

5

Instructor

Scott Beamer, Ethan Miller, Jose Renau Ardevol, Heiner Litz, Sagnik Nath

Requirements

Prerequisite(s): CSE 12 and CSE 12L; and CSE 13E, or CSE 13S, or CSE 15 and CSE 15L. CSE 16 recommended.

Quarter offered

Fall, Winter, Spring

CSE 121 Microprocessor System Design

The design and use of microprocessor-based systems. Covers microprocessor and microcontroller architecture, programming techniques, bus and memory organization, DMA, timing issues, interrupts, peripheral devices, serial and parallel communication, and interfacing to analog and digital systems. (Formerly Computer Engineering 121.)

Credits

5

Instructor

Anujan Varma, David Harrison

Requirements

Prerequisite(s): CSE 12, CSE 12L, CSE 100, CSE 100L; and CSE 13E or CSE 13S or CSE 15 and CSE 15L; and ECE 101, ECE 101L, PHYS 5C and PHYS 5N. Concurrent enrollment in CSE 121L is required.

Quarter offered

Fall, Spring

CSE 121L Microprocessor System Design Laboratory

Laboratory sequence illustrating topics covered in CSE 121. Two 2-hour laboratory sessions per week. Students design, build, program, debug, document, and demonstrate a microprocessor-based system. Students are billed a materials fee. (Formerly Computer Engineering 121L.)

Credits

2

Instructor

Anujan Varma, David Harrison

Requirements

Prerequisite(s): CSE 12, CSE 12L, CSE 100, CSE 100L; and CSE 13E or CSE 13S or CSE 15 and CSE 15L; and ECE 101, ECE 101L, PHYS 5C and PHYS 5N. Concurrent enrollment in CSE 121 is required.

Quarter offered

Fall, Spring

CSE 122 Introduction to VLSI Digital System Design

Introduces very large scale integrated (VLSI) custom integrated circuits. Topics include: semiconductor manufacturing, logic families, field-effect transistors (FETs), interconnect models, simulation, and circuits. Introduces the design flow from logic design to layout with a focus on high performance and low power. Students cannot receive credit for this course and CSE 222A. (Formerly Computer Engineering 122.)

Credits

5

Instructor

Matthew Guthaus

Requirements

Prerequisite(s): CSE 100, CSE 100L, ECE 101, and ECE 101L.

Quarter offered

Winter

CSE 123A Engineering Design Project I

First of a two-course sequence that is the culmination of the engineering program. Students apply knowledge and skills gained in elective track to complete a major design project. Students complete research, specification, planning, and procurement for a substantial project. Includes technical discussions, design reviews, and formal presentations; engineering design cycle, engineering teams, and professional practices. Formal technical specification of the approved project is presented to faculty. Students are billed a materials fee. (Formerly Computer Engineering 123A.)

Credits

5

Instructor

The Staff, Anujan Varma

Requirements

Prerequisite(s): CSE 121; previous or concurrent enrollment in CSE 185E.

General Education Code

PR-E

Quarter offered

Winter

CSE 123B Engineering Design Project II

Second of two-course sequence in engineering system design. Students fully implement and test system designed and specified in CSE 123A. Formal written report, oral presentation, and demonstration of successful project to review panel of engineering faculty required. Students are billed a materials fee. (Formerly Computer Engineering 123B.)

Credits

7

Instructor

The Staff, Anujan Varma, David Harrison

Requirements

Prerequisite(s): CSE 123A, and CSE 185E or CSE 185S.

Quarter offered

Spring

CSE 125 Logic Design with Verilog

Verilog digital logic design with emphasis on ASIC and FPGA design. Students design and verify large-scale systems. Assignments and project use the Verilog Hardware Description Language with emphasis on verification and high-frequency ASIC/FPGA targets. (Formerly Computer Engineering 125.)

Credits

5

Instructor

Jose Renau Ardevol, Matthew Guthaus, Heiner Litz

Requirements

Prerequisite(s): CSE 100 and CSE 100L. Concurrent enrollment in CSE 125L is required.

Quarter offered

Spring

CSE 125L Logic Design with Verilog Laboratory

Laboratory sequence illustrating topics covered in course 125. Two 2-hour laboratory sessions per week. Students are billed a materials fee. (Formerly Computer Engineering 125L.)

Credits

2

Instructor

Jose Renau Ardevol, Matthew Guthaus, Heiner Litz

Requirements

Prerequisite(s): CSE 100 and CSE 100L. Concurrent enrollment in CSE 125 is required.

Quarter offered

Spring

CSE 129A Capstone Project I

First of a three-course sequence in which students apply knowledge and skills gained in elective track to complete a major design project. In this first course, students complete the specification and planning for a substantial project. Topics covered: engineering design cycle, engineering teams, and professional practices. (Formerly Computer Engineering 129A.)

Credits

2

Instructor

Patrick Mantey, Gabriel Elkaim

Requirements

Prerequisite(s): previous or concurrent enrollment in courses CSE 121 and CSE 121L. Enrollment is restricted to bioengineering, biomolecular engineering and bioinformatics, computer engineering, and robotics engineering majors.

CSE 129B Capstone Project II

Second of a three-course sequence in which students apply knowledge and skills gained in elective track to complete a major design project. In this second course, students complete the research and procurement for a substantial project and a preliminary implementation. Students are billed a materials fee. Prerequisite(s): CSE 121, CSE 121L, and CSE 129A. Previous or concurrent enrollment in CSE 185. Enrollment by permission of instructor. (Formerly Computer Engineering 129B.)

Credits

5

Instructor

Patrick Mantey, Gabriel Elkaim

General Education Code

PR-E

CSE 129C Capstone Project III

Third of a three-course sequence in which students apply knowledge and skills gained in elective track to complete a major design project. In this third course, students work in teams to complete the project specified and advanced in the first two courses. A formal written report, oral presentation, and demonstration of the successful project to a review panel of engineering faculty is required. Students are billed a materials fee. Prerequisite(s): CSE 129B and CSE 185. Enrollment by permission of instructor. (Formerly Computer Engineering 129C.)

Credits

5

Instructor

Patrick Mantey, Gabriel Elkaim

CSE 130 Principles of Computer Systems Design

Covers the principles governing computer-systems design and complexity; familiarity with memory, storage, and networking; concurrency and synchronization; layering (abstraction and modularity); naming; client-server and virtualized system models; and performance. Requires significant programming projects demonstrating mastery of these concepts. (Formerly Computer Engineering 105.)

Credits

5

Instructor

Ethan Miller, Gabriel Elkaim, Faisal Nawab, Peter Alvaro, David Harrison

Requirements

Prerequisite(s): CSE 12 and CSE 12L; and CSE 101, or CSE 15 and CSE 15L; and knowledge of C programming language.

Quarter offered

Fall, Winter, Spring

CSE 131 Introduction to Operating Systems

Fundamental principles of operating systems: process synchronization, deadlocks, memory management, resource allocation, scheduling, storage systems, and study of several operating systems. A major programming project will be required. (Formerly Computer Science 111.)

Credits

5

Instructor

The Staff, Ethan Miller, Wesley Mackey, Darrell Long, Peter Alvaro, Faisal Nawab

Requirements

Prerequisite(s): CSE 101 and CSE 120.

CSE 132 Computer Security

Introduction to computer security (including selected topics in network security). Access control. Security in programming languages. Basic cryptography. Security protocols. (Formerly CMPS 122.)

Credits

5

Instructor

Ethan Miller, Owen Arden, Alvaro Cardenas

Requirements

Prerequisite(s): CSE 130 or CSE 131 or permission of instructor. Enrollment restricted to School of Engineering majors.

Quarter offered

Fall, Spring

CSE 134 Embedded Operating Systems

Detailed exploration of the internal design of an embedded operating systems kernel. Covers kernel structure and organization, device drivers, I/O systems, file systems, memory management, and security. Students complete significant programming projects that extend or modify existing operating systems. (Formerly Computer Engineering 114.)

Credits

5

Instructor

Ethan Miller, Darrell Long

Requirements

Prerequisite(s): CSE 120 and CSE 130.

Quarter offered

Spring

CSE 138 Distributed Systems

Covers topics in distributed computing including communication, naming, synchronization, consistency and replication, fault tolerance, and security. Examples drawn from peer-to-peer systems, online gaming, the World Wide Web; other systems also used to illustrate approaches to these topics. Students implement simple distributed systems over the course of the quarter. (Formerly CMPS 128, Distributed Systems: File Sharing, Online Gaming, and More.)

Credits

5

Instructor

L. Kuper, E. Miller, D. Long, P. Alvaro

Requirements

Prerequisite(s): CSE 130 or CSE 131.

Quarter offered

Fall, Spring

CSE 140 Artificial Intelligence

Introduction to the contemporary concepts and techniques of artificial intelligence, including any or all of: machine perception and inference, machine learning, optimization problems, computational methods and models of search, game playing and theorem proving. Emphasis may be on any formal method of perceiving, learning, reasoning, and problem solving which proves to be effective. This includes both symbolic and neural network approaches to artificial intelligence. Issues discussed include symbolic versus nonsymbolic methods, local versus global methods, hierarchical organization and control, and brain modeling versus engineering approaches. Lisp or Prolog may be introduced. Involves one major project or regular programming assignments. (Formerly CMPS 140.)

Credits

5

Instructor

Narges Norouzi, Marilyn Walker, Lise Getoor, Yang

Requirements

Prerequisite(s): CSE 101.

Quarter offered

Fall, Winter

CSE 142 Machine Learning

Introduction to machine learning algorithms and their applications. Topics include classification learning, density estimation and Bayesian learning regression, and online learning. Provides introduction to standard learning methods such as neural networks, decision trees, boosting, and nearest neighbor techniques. (Formerly CMPS 142.)

Credits

5

Instructor

Manfred Warmuth, David Helmbold, Snigdha Chaturvedi, Yang Liu, Xin Wang

Requirements

Prerequisite(s): CSE 101; and AM 30, or MATH 22, or MATH 23A; and STAT 131 or CSE 107.

Quarter offered

Fall, Winter, Spring

CSE 143 Introduction to Natural Language Processing

Introduces the theory and practice of natural language processing (NLP)--the creation of computer programs that can understand, generate, and learn natural language. Introduces the three major subfields of NLP: syntax (the structure of a sentence); semantics (the explicit meaning of a single sentence); and pragmatics (the implicit meaning of a sentence when it is used in a specific discourse). Projects focus on the techniques useful for a particular application area, alternating in different years. Project application areas include information extraction, narrative understanding, sentiment analysis, dialogue systems, and question answering. (Formerly CMPS 143.)

Credits

5

Instructor

The Staff, Marilyn Walker

Requirements

Prerequisite(s): CSE 101, and CSE 107 or STAT 131. Python competence equivalent to CSE 30 is highly recommended.

Quarter offered

Winter

CSE 144 Applied Machine Learning

Provides a practical and project-oriented introduction to machine learning, with an emphasis on neural networks and deep learning. Starts with a discussion of the foundational pieces of statistical inference, then introduces the basic elements of machine learning: loss functions and gradient descent. Using these, presents logistic regression, or one-layer networks, and then moves on to more complex models: deep neural networks, convolutional networks for image recognition, and recurrent networks and LSTM for temporal and sequence data. Also covers the basics of dataset preparation and visualization and the performance characterization of the models created. Includes weekly homework and a final project that can be done in groups. (Formerly CMPS 144.)

Credits

5

Instructor

Luca De Alfaro, Narges Norouzi, Benedict Paten, Josh Stuart, David Haussler

Requirements

Prerequisite(s): CSE 101. Enrollment is restricted to juniors and seniors.

Quarter offered

Winter, Spring

CSE 145 Introduction to Data Mining

Covers the techniques, algorithms, and applications of data mining, including data preprocessing, data exploration, classification, clustering, mining text, and sequential and social data. (Formerly TIM 145.)

Credits

5

Instructor

Yi Zhang

Requirements

Prerequisite(s): CSE 15 and CSE 15L or CSE 30 or CSE 13S; and AM 30 or MATH 22 or MATH 23A; and STAT 5 or CSE 107 or STAT 131; and AM 10 or MATH 21; and CSE 16 or ECON 113. Enrollment restricted to juniors and seniors. Graduate students by permission of instructor.

Quarter offered

Winter

CSE 146 Ethics and Algorithms

Provides an introduction to data-driven and algorithmic decision making, and ethical frameworks for evaluating automated systems. Emphasis on algorithmic literacy, critical analysis, and fundamental limitations of automated decision making. Covers concepts including predictive and causal modeling. Discusses bias, fairness, interpretability, privacy, and accountability. Finally, discusses notions of autonomy and algorithmic auditing.

Credits

5

Instructor

Lise Getoor

Requirements

Prerequisite(s): CSE 101; and CSE 107 or STAT 131. CSE 142 and CSE 140 are recommended.

Quarter offered

Fall

CSE 150 Introduction to Computer Networks

Addresses issues arising in organizing communications among autonomous computers. Network models and conceptual layers; Internet-working; characteristics of transmission media; switching techniques (packet switching, circuit switching, cell switching); medium access control (MAC) protocols and local area networks; error-control strategies and link-level protocols; routing algorithms for bridges and routers; congestion control mechanisms; transport protocols; application of concepts to practical wireless and wireline networks and standard protocol architectures. Students who have completed CSE 80N can take this course for credit. (Formerly CMPE 150.)

Credits

5

Corequisites

Concurrent enrollment in CSE 150L is required.

Instructor

Quian Chen, Katia Obraczka

Requirements

Prerequisite(s): CSE 16 and CSE 12 and CSE 12L; and CSE 30, or CSE 15 and CSE 15L. Concurrent enrollment in CSE 150L is required.

Quarter offered

Fall, Winter, Spring

CSE 150L Introduction to Computer Networks Laboratory

Illustrates the concepts covered in CSE 150 and provides students with hands-on experience in computer networks. Students are billed a materials fee. (Formerly CMPE 150L.)

Credits

2

Instructor

Chris Parsa, Katia Obraczka, Chen Qian

Requirements

Prerequisite(s): CSE 16 and CSE 12 and CSE 12L and; CSE 30 or CSE 15 and CSE 15L. Concurrent enrollment in CSE 150 is required.

Quarter offered

Fall, Winter, Spring

CSE 151 Advanced Computer Networks

Provides an in-depth coverage of fundamental topics introduced in course 150 including routing, transport, and internetworking. Also introduces advanced concepts not covered in CSE 150 including wireless, application-layer services, security, etc. (Formerly Computer Engineering 151.)

Credits

5

Instructor

The Staff, Bradley Smith, Jose Garcia-Luna-Aceves

Requirements

Prerequisite(s): CSE 150. Concurrent enrollment in CSE 151L is required.

Quarter offered

Spring

CSE 151L Advanced Computer Networks Laboratory

Laboratory illustrating the concepts covered in CSE 151: provides students with hands-on experience in computer networks. (Formerly Computer Engineering 151L.)

Credits

2

Instructor

The Staff, Bradley Smith, Jose Garcia-Luna-Aceves

Requirements

Prerequisite(s): CSE 150 and CSE 150L. Concurrent enrollment in CSE 151 is required.

Quarter offered

Spring

CSE 152 Principles of Computer Communication

Course focuses on the design and analysis of protocols for computer communication. Topics include: the safety, liveliness, and performance of communication protocols for medium access control (MAC); link control; routing and switching; multicasting; and end-to-end transport. Students cannot receive credit for this course and CSE 250B.

Credits

5

Instructor

Jose Garcia-Luna-Aceves

Requirements

Prerequisite(s): CSE 107, CSE 150, and CSE 150L.

CSE 156 Network Programming

Methods and tools used for network programming. Topics include: operating system (OS) support for network protocols; inter-process communication (IPC) facilities, such as pipes, sockets, and remote procedure call (RPC); design of client and server sides of network applications; network security; and programming projects. (Formerly Computer Engineering 156.)

Credits

5

Instructor

The Staff, Mehrdad Parsa, Anujan Varma

Requirements

,Prerequisites: CSE 150, CSE 150L and CSE 101. Concurrent enrollment in course CSE 156L is required.

Quarter offered

Winter

CSE 156L Network Programming Laboratory

Laboratory sequence illustrating concepts taught in CSE 156. Students learn use of network programming tools and methods via programming exercises. (Formerly Computer Engineering 156L.)

Credits

2

Instructor

The Staff, Mehrdad Parsa, Anujan Varma

Requirements

Prerequisites: CSE 150, CSE 150L, and CSE 101. Concurrent enrollment in CSE 156 is required.

Quarter offered

Winter

CSE 157 Internet of Things

Introduces the key concepts and techniques in the design of Internet of Things (IoT). Topics include dominant architectures and protocols for IoT, wireless infrastructure for IoT, hardware and software development methodologies, embedded software design for IoT, cloud software for IoT, and network and system security. Students work in teams on a project to design, prototype, and test a complete IoT system. Students are billed a materials fee.

Credits

7

Requirements

Prerequisite(s): CSE 121 and CSE 121L and CSE 150 and CSE 150L.

CSE 160 Introduction to Computer Graphics

Introduces techniques of modeling, transformation, and rendering for computer-generated imagery. Topics: 2D/3D primitives, projections, matrix composition, and shading algorithms. Programming assignments and major project required. Students cannot receive credit for both this course and course 260 in quarters when they are offered concurrently. Mastery of materials in the prerequisite courses will be verified with a quiz or assignment during the first two weeks of the course. (Formerly Computer Science 160.)

Credits

5

Instructor

Alex Pang, James Davis

Requirements

Prerequisite(s): CSE 101 and MATH 21 or AM 10. Concurrent enrollment in CSE 160L is required.

Quarter offered

Fall, Spring

CSE 160L Introduction to Computer Graphics Laboratory

Complements CSE 160, gaining additional competence with a number of important software development tools, graphics libraries, and graphical user interfaces. Topics include OpenGL, WebGL, rubberbanding, picking, sliders, buttons, dialog, event handling, double buffering, lighting, shading, materials, and textures. The topic list may be updated to reflect technological changes. (Formerly CMPS 160L.)

Credits

2

Instructor

Alex Pang, James Davis

Requirements

Concurrent enrollment in CSE 160 is required.

Quarter offered

Fall, Spring

CSE 161 Introduction to Data Visualization

Concepts and methods for data analysis, information and scientific visualization, and effective communication of technical data. Topics include: mathematical foundations; scalar, vector, and tensor field visualization; multivariate visualization; and tree and graph visualizations. Applications are drawn from social-network analysis; environmental and space science; and medical imaging. Evaluation based on examinations, programming exercises, and a project. (Formerly CMPS 161.)

Credits

5

Instructor

Alex Pang, Suresh Lodha

Requirements

Prerequisite(s): CSE 160 or equivalent. Concurrent enrollment in CSE 161L is required.

CSE 161L Data Visualization Laboratory

Complements CSE 161. Students gain additional competence with a number of important software development tools and techniques. Included are Paraview, Visualization Toolkit (VTK), and Insight Toolkit (ITK). Students get hands-on experience with designing transfer functions, isosurfacing, direct volume rendering, vector-field visualization techniques, as well as methods for dealing with non-spatial data. (Formerly CMPS 161L.)

Credits

2

Instructor

Alex Pang, Suresh Lodha

Requirements

Concurrent enrollment in CSE 161 is required.

CSE 162 Advanced Computer Graphics and Animation

Covers concepts and methods for modeling and rendering static and dynamic scenes Topics include: mathematical foundations (e.g., splines and numerical integration; global illumination models; texture mapping; morphing; physically based animation; behavioral animations; and procedural animations. Evaluation based on examinations, programming exercises, and a project. (Formerly CMPS 162.)

Credits

5

Instructor

Alex Pang, James Davis

Requirements

Prerequisite(s): CSE 160 or equivalent. Concurrent enrollment in CSE 162L is required.

CSE 162L Advanced Computer Graphics and Animation Laboratory

Complements CSE 162. Students gain additional competence in a hands-on computational laboratory setting. Representative examples include topics, such as interactive curve and surface design; shaders for advanced effects; crowd and behavioral animation; experiments with particle systems; facial animation; and motion and planning. (Formerly CMPS 162L.)

Credits

2

Instructor

Alex Pang, James Davis

Requirements

Prerequisite(s): concurrent enrollment in CSE 162 is required.

CSE 163 Data Programming for Visualization

Presents the basics of open-source programming tools to perform data analysis and create interactive visualizations and maps for the web, data integrity and scraping, statistical computation, simple and novel visualizations, and geomapping. The examples are drawn from social science, public policy, and data journalism. (Formerly CMPS 165.)

Credits

5

Instructor

Suresh Lodha

Requirements

Prerequisite(s): CSE 101.

CSE 165 Human-Computer Interaction

Theory and hands-on practice to understand what makes user interfaces usable and accessible to diverse individuals. Covers human senses and memory and their design implications, requirement solicitation, user-centered design and prototyping techniques, and expert and user evaluations. Interdisciplinary course for social science and engineering majors. Students cannot receive credit for this course and CSE 265 or DANM 231. (Formerly Computer Engineering 131.)

Credits

5

Requirements

Prerequisite(s): CSE 15.

CSE 167 Mobile Sensing and Interaction

Provides hands-on knowledge and experience with modern mobile computing platforms for sensing and interactions tasks. Students learn how to create usable applications on a sensor-laden, mobile computing platform with adequate level of user interface. (Formerly Computer Engineering 161.)

Credits

5

Instructor

Roberto Manduchi

Requirements

Prerequisite(s): CSE 13E; or CSE 13S; or CSE 15 and CSE 15L; and PHYS 5A or PHYS 6A; and AM 10 or MATH 21.

Quarter offered

Spring

CSE 168 Introduction to Augmented Reality and Virtual Reality

Covers the concepts and methods needed to develop augmented reality (AR) and virtual reality (VR) applications. Topics include 3D modeling, graphics rendering, image compositing, occlusion handling, sensors, computer vision and image analysis, toolkits for AR, different display options, dynamics, interaction, and navigation. Prerequisite(s): CSE 160 and CSE 160L. Some knowledge of mobile platforms (e.g., CSE 118 or CSE 167) is helpful, but not required. Enrollment is by instructor permission. Enrollment is restricted to juniors and seniors. (Formerly CMPS 168.)

Credits

7

Instructor

Alex Pang, James Davis

CSE 170 Management of Technology Seminar

Uses weekly talks by leading industry practitioners and university researchers to provide in-depth exposure to the management of technology. Topics covered include product development, operations, strategy, finance, and marketing for technologies such as software and information systems. (Formerly TIM 101.)

Credits

2

Instructor

Subhas Desa

Repeatable for credit

Yes

Quarter offered

Fall, Winter, Spring

CSE 171A Introduction to Management of Technology I

An in-depth examination of technological, strategic, marketing, and financial methods and analytical tools for the management of technology to enable cost-effective and rapid development of profitable and high quality technologies. Includes case studies and a comprehensive project. (Formerly TIM 105.)

Credits

5

Instructor

Subhas Desa

Requirements

Prerequisite(s): MATH 19B or MATH 11B or AM 11B or ECON 11B.

Quarter offered

Fall

CSE 171B Introduction to Management of Technology II

High-technology enterprises must understand and operate effectively within their technology-business value chains in order to maximize profitability. This course develops and applies methods and tools for the design, optimization, selection, and management of these value chain networks. (Formerly TIM 125.)

Credits

5

Instructor

Subhas Desa

Requirements

Prerequisite(s): CSE 171A.

Quarter offered

Winter

CSE 173 Financial Engineering and Management in High Technology Firms

Addresses methods and tools for financing technology development and projects. Includes approaches for coordinating finance and accounting with strategy and operations of firms; discounted cash-flow analysis; activity-based costing; financial planning; and elements of financial account and investment science. (Formerly TIM 130.)

Credits

5

Instructor

Ramakrishna Akella

Requirements

Prerequisite(s): ECON 113 or STAT 131 or CSE 107 or by instructor permission.

CSE 174 Decision Analysis in Management

Presents decision tools/theory with a focus on investment, finance, management, technology, and policy. Often, irreversible decisions are made without enough information to analyze the possible consequences. Course uses systematic approaches to analyze these types of situations to enable rational decisions. (Formerly TIM 165.)

Credits

5

Instructor

Yihsu Chen

Requirements

Prerequisite(s): AM 30 or MATH 22 or MATH 23A; and ECON 113; and ECON 100A or ECON 100M. Enrollment is restricted to juniors and seniors.

Quarter offered

Winter

CSE 175 Business Strategy and Information Systems

Analysis of effective use of information systems within a business enterprise, with emphasis on gaining a competitive advantage. Integration of information systems with business strategy, financial justification, personnel, and organizational considerations are highlighted. Intended for technology and information management majors or senior engineering majors who have a business interest. (Formerly TIM 158.)

Credits

5

Instructor

David Lee

Requirements

Prerequisite(s): satisfaction of the Entry Level Writing and Composition requirements; and CSE 50 or permission of instructor.

Quarter offered

Spring

CSE 180 Database Systems I

Introduction to the concepts, approaches, tools, and methodology of database design. Covers the entity-relationship model, the relational model, relational algebra, relational calculus, commercial languages (such as SQL and QBE), functional dependencies, normal forms, and design theory. Other topics may include knowledge-bases, constraint databases, and alternative database models. Students that have taken and passed CSE 182 may not take CSE 180 for credit. (Formerly CMPS 180.)

Credits

5

Instructor

The Staff

Requirements

Prerequisite(s): CSE 101.

Quarter offered

Fall, Winter

CSE 180W Database Systems

Disciplinary Communication (DC) course to be taken concurrently with course 180. Students satisfy the DC requirement by producing a database design document, a document with comments on the source code for complex queries, and a literature survey or systems survey. (Formerly CMPS 180W.)

Credits

2

Instructor

Phokion Kolaitis

Requirements

Prerequisite(s): CSE 101, or permission of instructor; satisfaction of the Entry Level Writing and Composition requirements. Concurrent enrollment in CSE 180 is required.

CSE 181 Database Systems II

Introduction to the architecture and implementation of database systems. Topics covered include data storage, tree and hash indexes, storage management, query evaluation and optimization, transaction management, concurrency control, recovery, and XML data management. (Formerly CMPS 181.)

Credits

5

Instructor

The Staff, Sheldon Finkelstein

Requirements

Prerequisite(s): CSE 180.

Quarter offered

Spring

CSE 182 Introduction to Database Management Systems

Concepts, approaches, tools, and methodology of database design. Topics include the entity-relationship model; the relational data model; normal forms; commercial languages such as SQL (SQL constraints, SQL triggers, and update languages); query-by-example (QBE); XML data model, and XML query language (XQuery); as well as relational database-management support for XML and object-relational features in database-management systems. Involves a database -application development project. Students that have taken and passed CSE 180 cannot receive credit for CSE 182 (Formerly CMPS 182).

Credits

5

Requirements

Prerequisite(s): CSE 15 and CSE 15L or CSE 13E or CSE 13S. Course intended for non-majors; computer science majors should enroll in CSE 180.

Quarter offered

Spring

CSE 183 Web Applications

The World-Wde Web is one of the main mechanisms by which computer applications are delivered to users. This course introduces the design of Web applications. Students learn the main technologies involved, and build web applications as part of homework assignments and group class projects.(Formerly CMPS 183.)

Credits

5

Instructor

The Staff, Jim Whitehead, Luca De Alfaro, Richard Jullig, David Harrison

Requirements

Prerequisite(s): CSE 15 and CSE 15L, or CMPM 35, or CSE 101.

General Education Code

PR-E

Quarter offered

Fall, Spring

CSE 184 Data Wrangling and Web Scraping

Python basics; data extraction from CSV, JSON, XML, Excel, PDF, encoded text files; data cleaning, finding duplicates, missing data, fuzzy matching; data exploration, joining, aggregating, separating, correlation, clustering; web scraping, APIs, scraping data from social media, open data network. (Formerly CMPS 184.)

Credits

5

Instructor

Suresh Lodha

Requirements

Prerequisite(s): CSE 101.

Quarter offered

Fall

CSE 185E Technical Writing for Computer Science and Engineering

Writing by engineers and computer scientists to technical audiences. Writing exercises include: cover letter and resume for job application, tutorial writing, grant proposal, document specification, literature review, and a final technical report. Two oral presentations are also required, an in-class presentation and a poster presentation. Students also receive instruction in the use of UC library and journal database resources, and in the writing of a statement of purpose for graduate school application. Also offered as CSE 185S. (Formerly Computer Engineering 185, Technical Writing for Computer Engineers.)

Credits

5

Cross Listed Courses

Prerequisite(s): CSE 101, one additional upper-division CSE course, and satisfaction of the Entry Level Writing and Composition requirements. Enrollment is restricted to computer science majors, or by permission of the instructor.

Cross Listed Courses

CSE 185S

Instructor

Gerald Moulds

Requirements

Prerequisite(s): satisfaction of Entry Level Writing and Composition requirements; and CSE 12 or CSE 15 or CSE 30 or BME 160 or by permission of the instructor. Enrollment is restricted to computer engineering, bioengineering, bioinformatics, biomolecular engineering and bioinformatics, or network and digital technology majors.

Quarter offered

Fall, Winter, Spring

CSE 191 Computer Science and Technology Seminar

Weekly talks by industry experts, university researchers, field practitioners, and video presentations provide an in-depth exposure to a specific or a broad area of computer science and technology. Topics include emerging ideas, opportunities, challenges, and future of the industry. (Formerly CMPS 191.)

Credits

2

Instructor

The Staff, Suresh Lodha, James Davis, Marilyn Walker

Repeatable for credit

Yes

CSE 192 Supervised Student Teaching/Tutoring

Students hold tutoring hours, run a lab, or lead discussion section in conjunction with a regularly offered course and under close supervision by the course's instructor. Weekly meetings with a regular faculty member to discuss teaching techniques, pedagogy, sensitivity to students' needs, maintaining a comfortable learning environment, and strategies for handling difficult situations. Students submit a report on their teaching experience. Enrollment by permission of instructor and restricted to sophomores, juniors, and seniors. (Formerly CMPS 192.)

Credits

5

Instructor

David Helmbold

CSE 192F Supervised Student Teaching/Tutoring

Students hold tutoring hours, run a lab, or lead discussion section in conjunction with a regularly offered course and under close supervision by the course's instructor. Weekly meetings with a regular faculty member to discuss teaching techniques, pedagogy, sensitivity to students' needs, maintaining a comfortable learning environment, and strategies for handling difficult situations. Students submit a report on their teaching experience. Enrollment by permission of instructor and restricted to sophomores, juniors, and seniors. (Formerly CMPS 192F.)

Credits

2

Instructor

David Helmbold

CSE 193 Field Study

Provides for individual programs of study with specific academic objectives carried out under the direction of a faculty member of the Computer Engineering Department and a willing sponsor at the field site using resources not normally available on campus. Credit is based on the presentation of evidence of achieving the objectives by submitting a written and oral presentation. May not be repeated for credit. Students submit petition to sponsoring agency.

Credits

5

Quarter offered

Fall, Winter, Spring

CSE 193F Field Study

Provides for individual programs of study with specific academic objectives carried out under the direction of a faculty member of the Computer Engineering Department and a willing sponsor at the field site using resources not normally available on campus. Credit is based on the presentation of evidence of achieving the objectives by submitting a written and oral presentation. May not be repeated for credit. Students submit petition to sponsoring agency.

Credits

2

Quarter offered

Fall, Winter, Spring

CSE 194 Group Tutorial

A program of independent study arranged between a group of students and a faculty member. Students submit petition to sponsoring agency.

Credits

5

Repeatable for credit

Yes

Quarter offered

Fall, Winter, Spring

CSE 194F Group Tutorial

A program of independent study arranged between a group of students and a faculty member. Students submit petition to sponsoring agency.

Credits

2

Repeatable for credit

Yes

Quarter offered

Fall, Winter, Spring

CSE 195 Senior Thesis Research

Students submit petition to sponsoring agency. Prerequisite(s): satisfaction of the Entry Level Writing and Composition requirements. Computer Engineering majors, CSE 123A or CSE 129A.

Credits

5

Quarter offered

Fall, Winter, Spring

CSE 195F Senior Thesis Research

Students submit petition to sponsoring agency. Consent of instructor required. Prerequisite: CSE 123A.

Credits

2

Quarter offered

Fall, Winter, Spring

CSE 198 Individual Study or Research

Students submit petition to sponsoring agency.

Credits

5

Repeatable for credit

Yes

Quarter offered

Fall, Winter, Spring

CSE 198F Individual Study or Research

Students submit petition to sponsoring agency.

Credits

2

Repeatable for credit

Yes

Quarter offered

Fall, Winter, Spring

CSE 199 Tutorial

For fourth-year students majoring in computer engineering. Students submit petition to sponsoring agency.

Credits

5

Repeatable for credit

Yes

Quarter offered

Fall, Winter, Spring

CSE 199F Tutorial

For fourth-year students majoring in computer engineering. Students submit petition to sponsoring agency.

Credits

2

Repeatable for credit

Yes

Quarter offered

Fall, Winter, Spring