answersLogoWhite

0

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 the advantage and disadvantage of dynamic and relocatable dynamic partition?

classroom training get Cisco CCNA certified


Is relocatable Dynamic Memory external or internal fragmentation?

external fragmentation


Does dynamic storage use partitions?

No, it does not.


How many partitions can a small computer system interface support?

It depends if you are using a basic disk or dynamic disk( you can go to your drive and convert it from basic to dynamic but if you go from dynamic to basic it will destroy all data you have on it) dynamic disk can have more partitions although with dynamic it calls partitions volumes


How many total partitions can a small computer system interface support?

It depends if you are using a basic disk or dynamic disk( you can go to your drive and convert it from basic to dynamic but if you go from dynamic to basic it will destroy all data you have on it) dynamic disk can have more partitions although with dynamic it calls partitions volumes


What is the maximum number of partitions supported by a single dynamic disk?

4


What type of fragmentation is caused by relocatable dynamic?

Relocatable dynamic fragmentation is caused by the repeated allocation and deallocation of memory blocks of varying sizes, leading to small gaps that may not be reused efficiently due to mismatches in size requirements. Over time, this can result in a high level of fragmentation and a decrease in memory utilization efficiency.


Differentiate between relocatable and self relocatable programs?

relocatable code is code where final output of the assembly phase,ready to be used an input to loader. self relocatable is the code where output of the code is ready to use any point


What is relocatable?

what is re-locatable programes


On what types of computers can you use dynamic disks?

Virtual Machines commonly use dynamically expanding storage. Additionally, Linux can use LVM, which allows dynamic resizing of sub-partitions.


Difference between fixed partition and dynamic partition in memory management?

Fixed partitions have fixed size and usually cannot be easily expended or shrunk. Dynamic partitions can change size by themselves when they need it. There are some advantages of using fixed partitions because you control its size. It might happen that you can run out of free space when you are using dynamic partitions.