Home
Explore
Exams
Search for anything
Login
Get started
Home
Engineering
Computer Science
CS0447 - Pipelining, caching, superscalar, etc.
0.0
(0)
Rate it
Studied by 0 people
Learn
Practice Test
Spaced Repetition
Match
Flashcards
Card Sorting
1/6
Earn XP
Description and Tags
Computer Science
Add tags
Study Analytics
All
Learn
Practice Test
Matching
Spaced Repetition
Name
Mastery
Learn
Test
Matching
Spaced
No study sessions yet.
7 Terms
View all (7)
Star these 7
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