Please help with Paged Memory Allocation:
1-If a program has 471 bytes and will be loaded into page frames of 126 bytes each, assuming the job begins loading at the first page (page 0) in memory and the instruction to be used is at byte 132, answer the following questions: a. How many pages are needed to store the entire job? b. Compute the page number and the exact displacement for each of the byte addresses where the data is stored 2-Let’s say a program has 1010 bytes and will be loaded into page frames of 126 bytes each, assuming the job begins loading at the first page (page 0) in memory and the instruction to be used is at byte 577, answer the following questions: c. How many pages are needed to store the entire job? d. Compute the page number and the exact displacement for each of the byte addresses where the data is stored