answersLogoWhite

0

What is simple paged allocation?

User Avatar

Anonymous

11y ago
Updated: 8/19/2019

Fragmentation

User Avatar

Wiki User

11y ago

What else can I help you with?

Related Questions

What are the recent memory management schemes?

Single-user contiguous Fixed Partitions Dynamic Partitions Relocatable Dynamic Partitions Paged Memory Allocation Demand Paging Working Set Segmented Memory Allocation Segmented/Demand Page Memory Allocation -------Taken from "Understanding Operating Systems. 6th edition pg 99


What is paged pool memory?

Paged pool memory is a region in virtual memory which can be paged in and paged out of the system. Device driver which do not need to access the memory from DPC/Dispatch level or above can use paged pool. it is accessible from any process context.


What rhymes with Enraged?

paged


Web paged that can be tied together?

hyperlinks


36 pages out of a 180 paged book is what fraction?

Thirty six pages out of a 180-paged book as a fraction is expressed as 1 over 5.


What does paged mean in computer terms?

Your grandmother! Hahahha!


What is the homophone for age?

The homophone for age is 'aegis.'


File allocation methods in operating system?

Contiguous Allocation Linked Allocation Indexed Allocation


How many paged are in Breaking Dawn?

there are 756 pages in breaking dawn


What is required at the top of a second page of a two-paged letter?

A header


In paged system Can the logical address space b larger than physical address space?

Yes. This is the fundamental premise of paged or virtual memory - that you can have more logical memory than physical memory.


What is the use of paged memory?

Paged memory is used to extend the real physical memory of the machine by copying blocks of data from the memory to a drive. That way you can run many programs simultaneously even if they consume more memory than you physically have in your computer. When a program requires to access the data that is "paged to disk" the operating system will read this data into memory.