CSE 132 - Intro to Computer Engineering - Spring 2025
Course Information
CSE 132 introduces students to fundamental concepts in the basic operation of computers, from microprocessors to servers, and explores the universal similarities between all modern computing problems: how do we represent data? How do we communicate with other computers? How do processors "think"?
We study inputs, outputs, and sensing; information representation; basic computer architecture and machine language; time-critical computation; inter-machine communication; and protocol design.
Students use both desktop systems and hand-held (Arduino-compatible) micro-controllers to design and implement solutions to problems. They also participate in active-learning sessions where they work with professors and their peers to solve problems collaboratively.
Prerequisite: CSE 131 or equivalent.
Learning Outcomes
By the end of the semester, students should be capable of the following:
Information representation - understanding various forms of information representation in digital computers and converting among those representations.
Automata - using finite-state machines to reason about algorithmic operations and implementing finite-state machines in software.
Timing and Events - authoring software for which "when something happens" is a functional correctness criteria.
Data communication - authoring software to communicate between two dissimilar computing systems (e.g., having distinct representations for integer data types).
Assembly language - designing and authoring software in assembly language, including interfacing with a high-level language.
Administrative Logistics
The instructor for the course this semester is
Roger Chamberlain.
Here is a short video about me.
Head TAs this semester are Alice Mao and Chiagozi Okoye. TA office hours are documented here.
Studios will be in Urbauer 216/218/222 every Monday, lectures will be in Hillman 60 every Wednesday. Lab locations are on the 2nd floor of Urbauer. Come to the lab for which you are registered, but we may move you to a different section (at the same time) to better handle the load.
We will primarily use Piazza for communication in the class. Please use Piazza over email for asking questions.