Single Processor Cache and Context Switching

0.0(0)
Studied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/6

flashcard set

Earn XP

Description and Tags

These flashcards cover key concepts from the lecture about single processor cache and context switching.

Last updated 4:26 AM on 2/21/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

7 Terms

1
New cards

Context Switch

The mechanism used by the operating system to change the execution from one process context to another.

2
New cards

Process Control Block (PCB)

A data structure in memory that stores important information about a process.

3
New cards

Cache Miss

A situation that occurs when the data needed is not found in the cache, resulting in a longer access time to memory.

4
New cards

Cold Cache

A state where data required for execution is not present in the cache, leading to higher latency due to memory access.

5
New cards

Processor Cache Hierarchy

The structure of multiple caches (like L1, L2) in modern CPUs, where each level is larger and potentially slower than the previous one.

6
New cards

Direct Costs of Context Switching

The number of CPU cycles required to load and store values of process control blocks.

7
New cards

Indirect Costs of Context Switching

The performance penalties incurred when process data is evicted from the cache, leading to increased memory access times.