answersLogoWhite

0


Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: What are advantages and disadvantages of noncontiguous memory allocation?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is contiguous allocation?

Paging is a memory management scheme that permits the physical- address space of process to be noncontiguous.


What are advantages and disadvantages of contiguous memory allocation?

The advantage of contiguous memory allocation is 1. It supports fast sequential and direct access 2. It provides a good performance 3. the number of disk seek required is minimal The disadvantage of contiguous memory allocation is fragmentation.


What is the difference between contiguous and noncontiguous text?

Dfference between contiguous and noncontiguous1) In contiguous allocation there is no overhead during execution of a program.1)In noncontiguous allocation address translation is performed during execution2)Contiguous memory allocates single area of memory2)Noncontigious memory allocates several memory areas - one memory are to each component of a process


Describe the major disadvantages for memory allocation schemes?

= for memory allocation schemes? = http://wiki.answers.com/Q/FAQ/2096= for memory allocation schemes? = http://wiki.answers.com/Q/FAQ/2096


Difference between contiguous and non contiguous memory?

In contiguous allocation there is no overhead during execution of a program. In noncontiguous allocation address translation is performed during execution Contiguous memory allocates single area of memory Noncontigious memory allocates several memory areas - one memory are to each component of a process


What arethe advantages and disadvantages of shape memory alloys?

The advantages are they will remember the shape that you want. The disadvantages is that they will be hard to change.


What are types of memory allocation?

There are two types of memory allocations. 1. Static memory allocation 2. Dynamic memory allocation


Advantages and disadvantages of s-access memory organization?

chak kha


Advantages and disadvantages of storing programs and data in the same memory?

Hence


What are the advantages and disadvantages of double over float?

Advantages: Stores more information with greater precision. Disadvantages: Takes up twice the amount of memory.


What is meant by contiguous memory allocation in C?

Contiguous memory allocation in C programming refers to the assigning of consecutive memory blocks to a process. Contiguous memory allocation is one of the oldest and most popular memory allocation schemes in programming.


Compare and contrast dynamic memory allocation and the allocation of files in secondary storage?

Static Memory Allocation: Allocating the total memory requirements that a data structure might need all at once without regard for the actual amount needed at execution time. Dynamic Memory Allocation: The opposite strategy of static memory allocation - Dynamic Memory Allocation, involves allocating memory as-needed.