1,573 views
1 1 vote

Image may contain: text

1 Answer

2 2 votes

Option  C Should be the Answer.

A) : TRUE : Segmentation provides explicit programmer control over the units of transfer in the memory system. This control implies that a segmentation system requires more effort to use than does a paging system , unless the segments are automatically generated , say , by the compiler.

B) : TRUE : Segments can be more efficient than paging , since the programmer can specify the set of virtual address locations to be used at about the same time in execution , such as "pass 2 of the compiler".

D) : TRUE : Virtual memory system will have more difficulty placing segments in primary memory because they are variable-sized and cause the same kind of external fragmentation problems that variable-sized memory partitions systems do

C) : FALSE : In the Final Analysis , Segmentation is probably better suited to the behaviour of the process than is paging , although it may be harder to use , and it is definitely harder to implement.

edited by
Position:
Show:

Related questions

0 0 votes
0 0 answers
7.8k
7.8k views
Swami patil asked Aug 30, 2017
7,817 views
Why paging suffer from internal fragmentation and why segmentation suffer from external fragmentation
8 8 votes
1 answers 1 answer
7.0k
7.0k views
Pooja Palod asked Jan 4, 2016
6,954 views
explain similarities and dismilarities between Segmented paging and paged segmentation
1 1 vote
2 answers 2 answers
1.1k
1.1k views
shree asked Aug 25, 2014
1,065 views
Need the clear concept of hierarchy of Page table.
2 2 votes
2 2 answers
128
128 views
GO Classes asked Aug 11
128 views
Assume a task is divided into $8$ equal-sized segments, and page tables have $4$ entries.Thus, the system has a combination of segmentation and paging.Assume also that th...