Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Answer all questions based on the following information: Process size = 490K = 70K Page size Memory size = 210K Address sequence = 12, 15,

image text in transcribed

Answer all questions based on the following information: Process size = 490K = 70K Page size Memory size = 210K Address sequence = 12, 15, 180, 185, 245, 360, 270, 158, 165, 70, 436, 251 a) How many pages the program will have? (page quantity = process size / page size) b) How many frames the program need? (frame quantity = memory size / page size) c) At 70K per page, what is the reduced reference string? (reference string = address sequence / page size) e.g., 12/70 = 0.17 , ref string (page number) = 0, 0.17 (use to calculate displacement) exact location = page size * 0.17; 70 * 0.17 = 11.9 (~ displacement 12 at page 0) (e.g: reference string = 100 3 4 4 5 so the reduced reference string = 1 0 3 4 d) How many page faults will be when using FIFO and LRU algorithm

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database 101

Authors: Guy Kawasaki

1st Edition

0938151525, 978-0938151524

More Books

Students also viewed these Databases questions