Imagine a system with 64MB of physical memory. Suppose the OS and its data structures occupy 16MB and there are two processes, one with 19MB of code and 5MB of data and the other with 15MB of code and 8MB of data.

Required:
a. Can these processes entirely fit in physical memory if 2MB pages are used?
b. What if pure segmentation is used?