Computer Science - Operating Systems Concepts - Discussion
Discussion Forum : Operating Systems Concepts - Section 2 (Q.No. 7)
7.
Which of the following statements is false?
Discussion:
8 comments Page 1 of 1.
Hillol Shil said:
5 years ago
Rarely do processes require the use of an exact number of pages. As a result, the last page will likely only be partially full, wasting some amount of memory. Larger page sizes increase the potential for wasted memory this way, as more potentially unused portions of memory are loaded into main memory. Smaller page sizes ensure a closer match to the actual amount of memory required in an allocation.
As an example, assume the page size is 1024KB. If a process allocates 1025KB, two pages must be used, resulting in 1023KB of unused space (where one page fully consumes 1024KB and the other only 1KB).
So, I think the answer should be A.
As an example, assume the page size is 1024KB. If a process allocates 1025KB, two pages must be used, resulting in 1023KB of unused space (where one page fully consumes 1024KB and the other only 1KB).
So, I think the answer should be A.
Avishek said:
8 years ago
External fragmentation.
Total memory space is enough to satisfy a request or to reside a process in it, but it is not contiguous so it can not be used.
Internal fragmentation.
Memory block assigned to process is bigger. Some portion of memory is left unused as it can not be used by another process.
Total memory space is enough to satisfy a request or to reside a process in it, but it is not contiguous so it can not be used.
Internal fragmentation.
Memory block assigned to process is bigger. Some portion of memory is left unused as it can not be used by another process.
(1)
Umaima said:
1 decade ago
Internal Fragmentation is increased with small pages. This is a correct statement.
Anonymous said:
1 decade ago
External fragmentation is increased with small pages is correct statement.
Monica said:
6 years ago
External fragmentation is increased with small pages is correct statement.
Sulaiman said:
9 years ago
Can anyone tell me the correct answer? Please.
Rutu said:
6 years ago
Please tell me the concept in detail.
Akhilesh said:
8 years ago
I agree @Umaima.
Post your comments here:
Quick links
Quantitative Aptitude
Verbal (English)
Reasoning
Programming
Interview
Placement Papers