Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

The exponential average formula used to predict the length of the next CPU burst is given by the recursion equation: tau_n + 1 = alpha

image text in transcribed
The exponential average formula used to predict the length of the next CPU burst is given by the recursion equation: tau_n + 1 = alpha tau_n + (1 - alpha)t_n. Where t_n denotes the nth CPU bust time, and 0 lessthanorequalto alpha lessthanorequalto 1. Explain the roll of alpha in the equation. Suppose the first five actual CPU bursts of a process in milliseconds are: t_0 = 6, t_1= 4, t_2 = 6, t_3 = 8, t_4 = 6. And suppose the initial predicted time is tau_0 = 7. Compute the next predicted time tau_5 What are the implications of assigning the following values to the parameters used by the algorithm? alpha = 0 and tau_0 = 100milliseconds

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

Time Series Databases New Ways To Store And Access Data

Authors: Ted Dunning, Ellen Friedman

1st Edition

1491914726, 978-1491914724

More Books

Students also viewed these Databases questions

Question

Relational Contexts in Organizations

Answered: 1 week ago