Archive for the 'Slides' Category

Input/Output

Tuesday, April 24th, 2007

Today we’ll talk about I/O devices and how the computer manages them. Lecture 23 slides.

Operating System

Thursday, April 19th, 2007

Today we’ll look at how the operating system uses the virtual memory system to run programs. Lecture 22 slides.

Virtual Memory

Tuesday, April 17th, 2007

We’ve seen how to make memory look fast using cache, now we’ll look at how to make memory look bigger. Lecture 21 slides.

Cache Structure

Thursday, April 12th, 2007

Today we’ll look at more details of the cache. Lecture 20 slides.

Memory Hierarchy

Monday, April 9th, 2007

Today we’ll begin to talk about using the memory hierarchy to create the illusion of a large-fast-cheap memory. Lecture 19 slides.

Pipelining Issues

Thursday, April 5th, 2007

Today we’ll look at the difficulties that arise from trying to do more than one thing at a time. Lecture 18 slides.

Pipelining

Tuesday, April 3rd, 2007

Today we’ll see how we can speed up our computer using pipelining. Lecture 17 slides.

Execution

Thursday, March 29th, 2007

Today we’ll go over the results of the quiz and then look at instruction execution. Lecture 16 slides.

Quiz 2 review

Thursday, March 22nd, 2007

Today we’ll look back over what we have covered so far in preparation for the quiz on Tuesday. I’ve collected a few slides to help us remember but I’d rather answer your questions than simply go through these. Bring questions on ANYTHING and we’ll try to make all clear. Quiz 2 review slides

Control

Tuesday, March 20th, 2007

Today we’ll begin to look at the datapath and how we generate the signals to control it. Finite-state machines, the basis for control, are an interesting and useful topic for many areas besides computer organization. Lecture 15 slides.