Memory Management and CPU Scheduling Concepts

0.0(0)
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/22

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.

23 Terms

1
New cards

Virtual Memory

Provides the process and kernel with a private view of its main memory

2
New cards

Simple Segmentation

Divides each process into several segments

3
New cards

Physical Address

Generated by the loader when a program is loaded into the main memory

4
New cards

Swapping / Memory Compaction

Process can be swapped temporary from main memory to secondary memory to make available space.

5
New cards

Virtual Memory Segmentation

Same as simple segmentation but has no internal fragmentation

6
New cards

Virtual Memory Paging

Same as simple paging but has no external fragmentation

7
New cards

Simple Paging

Divides the memory into several equal sized frames. It produces a small amount of internal fragmentation

8
New cards

Best Fit

It chooses the block closest to the requested size in partitioning

9
New cards

Fixed Partitioning

It produces a minimal operating system overhead

10
New cards

Throughput

How much work is performed by the processor

11
New cards

Execution Time / Burst time

Time required for a process to be executed by the CPU

12
New cards

Waiting time

Sum of periods spent waiting in the ready queue

13
New cards

Shortest Job First Algorithm

Process with the smallest execution time is chosen to the next execution

14
New cards

Job Queue

Contains all the processes in the system

15
New cards

Medium Term Scheduling

Handles swapped out processes in scheduling

16
New cards

Round Robin Algorithm

Involves the generation of a clock interrupt at periodic intervals

17
New cards

Shortest Remaining Time First

It has an estimate processing time to perform the selected function

18
New cards

Shortest Job First

It is the best approach to minimize the waiting time

19
New cards

Fairness in Scheduling

Process should be treated the same

20
New cards

Turnaround Time

Difference between Finish Time and Arrival Time

21
New cards

Short-Term Scheduling

Also known as dispatcher

22
New cards

Response Time

Time from submitting a request until the response is received

23
New cards

Process Scheduling

Act of selecting a job to be dispatched