Number-Systems
April 14, 2024Compiler-Design
April 14, 2024UGC NET CS 2009-June-Paper-2
|
Question 10
|
Assume N segments in memory and a page size of P bytes. The wastage on account of internal fragmentation is :
|
NP/2 bytes
|
|
|
P/2 Bytes
|
|
|
N/2 Bytes
|
|
|
NP Bytes
|
Question 10 Explanation:
→ The wastage on account of internal fragmentation is NP/2 bytes.
where,
Segments in memory=N
Page size= P bytes.
where,
Segments in memory=N
Page size= P bytes.
Correct Answer: A
Question 10 Explanation:
→ The wastage on account of internal fragmentation is NP/2 bytes.
where,
Segments in memory=N
Page size= P bytes.
where,
Segments in memory=N
Page size= P bytes.
