User Tools

Site Tools


start

Computer Organization

Description

This course provides a description of how computers work by following the abstraction trail from the high level programming layer down to the digital logic component layer. By understanding how the features of each abstraction layer are implemented in the one beneath it, one can grasp the tapestry of the software/hardware interface.

Topics include programming in assembly language, machine instructions and their encoding formats, translating and loading high level programs, computer organization and performance issues, CPU structure, single/multi cycle datapath and control, pipelining, and memory hierarchy. The course presents theoretical concepts as well as concrete implementations on a modern RISC processor.

Learning Outcomes

  1. Translate high level code to assembly language and machine code
  2. Represent data in machine readable form and describe how it is stored and manipulated in a CPU
  3. Synthesize hardware of increasing complexity from logic gates to a simple CPU using a Hardware Description Language.
  4. Evaluate computer performance and compare performance on different architectures and designs.
  5. Describe and critique I/O and Parallel Hardware.

Lecture Times

  • Section E: Mondays and Wednesdays, 5:30pm - 17:00pm, LAS B
  • LAB 01 Mon. 7:00pm-10:00pm LAS 1006
  • LAB 02 Tue. 7:00PM-10:00pm LAS 1006
start.txt · Last modified: 2017/08/29 17:15 by aboelaze