Consider a system with memory of size 2^46 bytes. M.
M is divided into fixed sized partitions each of
size 2^24 bytes. OS menatains a process table with one entry per process. Each entry has 2 fields,
First is pointer to partition and second is PID.
Assuming Size of PID is 4 bytes calculate
a) The size of pointer to nearest byte
b) Size of process table in Bytes if system has 500 processes