Thanks to visit codestin.com
Credit goes to www.scribd.com

0% found this document useful (0 votes)
46 views1 page

Computer Architecture for Sophomores

This document provides an overview of a computer organization and architecture course. The course examines how computers work from the low-level implementation of instructions and data up through performance optimization techniques. It covers topics like instruction sets, computer arithmetic, performance evaluation, processor design, memory systems, input/output systems, and parallel processing. The goal is for students to understand how hardware and software work together efficiently. Assessment is based on tests, programming assignments, reading assignments, and a final exam. Learning resources like slides, forums, and guides are provided on the course homepage.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
46 views1 page

Computer Architecture for Sophomores

This document provides an overview of a computer organization and architecture course. The course examines how computers work from the low-level implementation of instructions and data up through performance optimization techniques. It covers topics like instruction sets, computer arithmetic, performance evaluation, processor design, memory systems, input/output systems, and parallel processing. The goal is for students to understand how hardware and software work together efficiently. Assessment is based on tests, programming assignments, reading assignments, and a final exam. Learning resources like slides, forums, and guides are provided on the course homepage.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

KAU CPCS 214 l 2008 .

I/O Systems Requirements, I/O device char-


acteristics, interconnect systems (shared bus,
Computer Organization point-to-point), addressing I/O devices (dedi-
and Architecture cated, memory-mapped), interfacing I/O (pro-
grammed, interrupt- driven, DMA).
Dr. Muhammad Al-Hashimi
. Parallel Processing An introduction to mul-
tiprocessing.
Credits 3
Homepage www.hashimi.ws/cs212
Textbook David A. Patterson and John L. Hen-
Email [email protected] nessy, Computer Organization & Design: The Hard-
Phone 695-1223 l 695-2000 & Ext. 51223 ware/Software Interface, 3rd edition, Morgan Kauf-
mann Publishers, 2004. ISBN: 1558606041
Office Fac. Computing & Info Tech l Room ?
Prerequisite CPCS 211 l C language basics Assessment Personal best 3 out of 4 tests, pro-
gramming and group discussion assignments. De-
ACM/IEEE CC2001 AR2–AR7, AR8.
tails in FAQ on the homepage.
40% Tests
This sophomore-level course explains how com- 10% Programming assignment
puters are designed and how they work. We study 10% Reading assignments
modern computer design principles using a typical 40% Final exam
processor. We then learn how efficient memory sys-
tems are designed to work closely with the pro- Learning Resources Check the homepage for the
cessor. Next, we study input/output (I/O) systems latest lecture schedule, summary and slides, discus-
which bring the processor and memory together with sion forums, audio clips, software tools, textbook re-
a wide range of devices. Finally, we briefly intro- sources, online guides and supporting web links.
duce systems with many processors. The course
emphasizes system- level issues, understanding pro- Learning Objectives Broadly (check lecture sum-
gram performance, and the use of abstraction as a maries for detailed learning outcomes):
tool to manage complexity.
. Examine how instructions and data are stored
and processed from high level to machine level.
Topics Material designed for 14 teaching weeks.
. Examine the assembly interface to hardware.
Check the homepage for current teaching schedule.
. Show how processors implement instruction set
. Instruction Sets Registers, ops and operands, architecture specifications.
assembly (symbolic) and machine instructions, . Explain how locality of reference is utilized to
addressing modes, instruction families, ma- build effective memory systems from different
chine instruction design, instruction set archi- storage technologies.
tecture. . Examine how memory systems interact with
. Computer Arithmetic Signed and unsigned the processor to execute instructions efficiently.
arithmetic, floating point format, arithmetic and . Describe how I/O devices interface to the pro-
accuracy, arithmetic instructions. cessor and memory.
. Identify key performance issues and how they
. Performance Evaluation Performance mea-
influence design and implementation
surement and reporting, execution times and
rates, Amdahl’s law. . Appreciate how abstraction is used to manage
design complexity.
. Processors Basic integer ALU, datapath de-
sign, hard-wired and microprogrammed con-
References Check homepage for complete list.
trol, processor performance, exceptions and in-
terrupts, instruction overlapping, pipelined exe- 1. Nicholas Carter, Schaum’s Outlines of Com-
cution, pipeline hazards, multiple-issue, super- puter Architecture, McGraw-Hill, 2002.
scalar and dynamically-scheduled pipelines. ISBN: 007136207X
. Memory Locality of reference, memory hi- 2. Sivarama P. Dandamudi, Guide to RISC
erarchies, cache design, interfacing with main Processors for Programmers and Engineers,
memory, cache performance, virtual memory, Springer 2005. ISBN: 0387210172
address translation, page management, page
faults, integration with cache. Rev 1.2

You might also like