You are on page 1of 1

Reg.

# Section Name

Department: Computer Engineering Program: B.S (CE)

Assignment 2
CE-207 Computer Organization & Architecture

Announced Date :10-01-22 Due Date: 18-01-22 Total Marks = 05


Marks Obtained =
Teacher Name: Khaliq Ahmed/
Asim Hassan

Complex Engineering Problem


Serial Course Learning Bloom’s Knowledge Complex problemsolving
PLO’s
no Outcomes taxonomy profile
WP1
WK5 (Depth of Knowledge
Calculate average PLO_2
Engineering required)
number of tracks C4 (WA3)
CLO_2 Fundament WP3
traversed by a (Analysis) Design /
als (Depth of Analysisrequired)
single seek Development of
Solution

Consider a disk with N tracks numbered from 0 to (N - 1) and assume that requested sectors are
distributed randomly and evenly over the disk. We want to calculate the average numberof tracks
traversed by a seek.
a) First, calculate the probability of a seek of length j when the head is currently positioned over
track t. (Hint: This is a matter of determining the total number of combinations, recognizing that all track
positions for the destination of the seek are equally likely)
b) Next, calculate the probability of a seek of length K. (Hint: this involves the summing over all
possible combinations of movements of K tracks)
c) Calculate the average number of tracks traversed by a seek, using the formula for expected
value:

d) Show that for large values of N, the average number of tracks traversed by a seekapproaches
N/3.
1

You might also like