help

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

1/11

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

12 Terms

1
New cards

Concept

Problem it Solves

2
New cards

Base & Bounds

Provides protection & relocation.

3
New cards

Segmentation

Solves internal fragmentation; supports sparse address spaces.

4
New cards

Splitting/Coalescing

Manages variable-sized allocations.

5
New cards

Virtual Address

Address generated by the process (its view of memory).

6
New cards

Physical Address

Actual address in RAM hardware.

7
New cards

MMU (Memory Management Unit)

Hardware that performs address translation.

8
New cards

Base/Bounds Registers

Hardware registers that enable dynamic relocation.

9
New cards

Segment

A logical contiguous part of an address space (code, heap, stack).

10
New cards

Internal Fragmentation

Wasted space within an allocated memory unit.

11
New cards

External Fragmentation

Wasted space between allocated memory units (free space is fragmented).

12
New cards

Segmentation Fault

An error caused by accessing an illegal (out-of-bounds) address.