This is an old revision of the document!
Table of Contents
COMPUTER ORGANIZATION
Description
CSE2021 is a unique course in that it bridges the gap between software (S/W) and hardware (H/W) and exposes the roles played by the operating system (O/S) and the digital logic (D/L) circuits. It relies on a hierarchy of abstractions to present the material in layers, switching roles from “using” to “implementing” at every stage. It follows the journey of instructions from high-level to assembly and machine code, through the stack, the heap, and the caches, to the the CPU's datapath and control. The lecture coverage is augmented by labs that provide hands-on experience in MIPS and Verilog.
Instructor & Office Hours
- Professor:<hi #dbe5f1> Hamzeh Roumani </hi>– Home Page
- Email Filter: The string
CSE2021/X
in the Subject field, whereX
is your username onred@cse
- Lectures: MW 5:30-7:00 pm in TEL 0006.
- Office Hours: After lecture on Mondays.
- Lab-01: M 10:00-12:50 pm in CSEB 1006.
- Lab-02: W 10:00-12:50 pm in CSEB 1006.
Teaching Assistants
The TA's are here to help you with any question you may have about the course. You are encouraged to go to their office hours and benefit from their knowledge. The table below shows the schedule of each TA, the location of their offices, and the type of help each offers:
TIME | OFFICE | NAME | TYPE OF HELP OFFERED |
---|---|---|---|
Tue 2:00-3:00 pm | CSEB 2052 | Lan | Questions about the lab tasks (but no manual marking) |
Tue 4:00-5:30 pm | CSEB 2054 | Mohammad | Any question about the course, including labs, plus Manual Marking |
Thu 2:00-3:00 pm | CSEB 2052 | Lan | Questions about the lab tasks (but no manual marking) |
Thu 4:00-5:30 pm | CSEB 2054 | Mohammad | Any question about the course, including labs, plus Manual Marking |
Fri 3:00-4:00 pm | CSEB 2054 | Mohammad | Any question about the course, including labs, plus Manual Marking |
Textbooks
Required (available in the bookstore and on reserve in Steacie):
- Computer Organization and Design: The Hardware / Software Interface, 4th edition by D. Patterson and J. Hennessy, Morgan Kaufmann Publishers (2009).
References:
- Structured Computer Organization, 5th edition, by Andrew S. Tanenbaum, Prentice Hall (2006)
- MIPS RISC Architecture, by G. Kane & J. Heinrich, Prentice Hall (1992)
- Computer Organization, 5th Edition, by V.C. Hamacher, Z.G. Vranesic & S.G. Zaky, McGraw-Hill (2002)
- Computer Organization and Architecture: Designing for Performance, 7th edition, by William Stallings, Prentice Hall (2006)