
Study Guide II |
Study Guide IV |
Study guide for exam III.
- Understand the pipelined MIPS subset implementation.
- Understand the idea of a pipeline, and how it improves performance.
Know that pipelines can improve throughput, but not the execution time of
any single instruction.
- Understand what the five pipeline stages of the
MIPS subset are, and what is accomplished in each one.
- Understand the diagram of Fig. 6.30. For any given
instruction at any stage of the pipeline, be able to
say what is being carried on the various lines, and what is
stored in the pipeline registers.
- Know what data hazards and control hazards are. Know
the various ways of dealing with them.
- Know what a delayed branch is, what a delay slot is, and
how compilers can work with them.
- Know what a stall is, what one might be used for, and why
one would rather not use one.
- Know what forwarding is and what problem it solves.
- Know what branch prediction is, the difference between
static and dynamic, and difference between one-bit and two-bit
dynamic branch prediction. Understand Fig. 6.53.
- Know what problems exceptions pose for a pipelined architecture.
- Know what "superscalar" means, and what
dynamic pipelining is.
- Understand the concept of a memory hierarchy.
- Understand memory caching.
- Understand the differences between a simple (fixed-location)
block cache, a fully-associative cache, and a set-associative cache.
- Be able to show you understand how caches function by
doing a small example.
- Know the difference between write-back and write-through.
- Know what temporal and spatial locality are, and the difference
between them.
- Know how caches can take advantage of the two types of locality,
and how this relates to the width of the cache.
- Know what a cache hit is.
- Understand virtual memory.
- Know the terms: virtual address, real address
page, page frame, page fault, page table,
translation lookaside buffer.
- Be able to show you understand how virtual memory works by
doing a small example as done in lecture.
- Know what a TLB does, and why it is needed.
- Understand the four questions of Section 7.5, and how they
are answered for cache and for virtual memory.
Study Guide II |
Study Guide IV |