CS0447 - Pipelining, caching, superscalar, etc.

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/6

flashcard set

Earn XP

Description and Tags

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

7 Terms

1
New cards
What is pipelining?
Offsetting instructions so throughput is increased and they finish faster
2
New cards
What is a cache?
A temporary holding area for recently-used data
3
New cards
Why does caching helpful?
Temporal and spatial locality
4
New cards
Temporal Locality?
fast to access
5
New cards
Spatial locality?
Items in the array are next to each other
6
New cards
What does the superscalar CPU do?
Finishes multiple instructions at once
7
New cards
What happens with an out-of-order CPU?
We can reorder instructions to run in a more convenient order… at runtime