Instructor: Tony Nowatzki (cs-page)
Please put [cs33] in the subect line when you send emails.
| Name | Office Hours & Room | |
|---|---|---|
| Tony Nowatzki | Eng. VI 468B: M 10:00am; Th 3:00pm | tjn cs.ucla.edu |
| Benet Oriol (TA) | Boelter Hall 3286: Th 4:00pm-6:00pm | benet cs.ucla.edu |
| Alice Wu (TA) | Boelter Hall 3286: Tu 12:00pm-2:00pm | alicewu cs.ucla.edu |
| Chang Yu (TA) | Boelter Hall 3286: Fr 10:00am-12:00pm | changyu cs.ucla.edu |
In this course our aim is to introduce the key concepts of computer systems. We will learn the basics of many topics, including computer architecture, computer organization, operating systems and concurrency. First we build from the bottom up with detailed explanations of number systems, how they are employed in the instruction set architecture. Then, using x86 as an example, we explain how programs are represented to the hardware, how to view and manipulate these abstractions (eg. procedure calls, stacks, interrupts, and traps) directly in assembly language, and how operating systems provide virtualization and process management. We finally demonstrate how this knowledge applies to improving system security and performance of a real system.
CS31 and CS32 are official prereqs. It is possible to take CS32 and CS33 together, but it will significantly increase the difficulty of the course.