Consider a computer system using paging, where the address spaceof every process has a size ofC=2cbytes and the page size is S=2sbytes. Each entry in the page table uses E bytes.
- Calculate the number of pages of a process, and the size of apage table (in bytes).
- Assume that the space wasted by a process in main memory isdefined as the sum of the size of its page table plus the averageinternal fragmatation due to that process (i.e. one full page onaverage, considering that half a page containing the heap and halfof a page containing the stack are
OROR