181k views
3 votes
Choose the item which best describes the free frame list. 1. a per process data structure of available physical memory 2. a global data structure of available logical memory 3. a global data structure of available physical memory 4. a global data structure of available secondary disk space

User Kbariotis
by
4.6k points

1 Answer

1 vote

Answer:

A global data structure of available logical memory ( Option 2 )

Step-by-step explanation:

A Free list is a data structure connecting unallotted regions in a memory together in a linked list (scheme for dynamic/logical memory allocation) , hence a free frame list is a global data structure of available Logical memory .

User Anthony Pham
by
3.9k points