GU1: 10. Disk Performance

0.0(0)
Studied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/11

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 9:19 PM on 5/19/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

12 Terms

1
New cards
Disk Performance: What are the two ways of assessing a hard disks performance?

Seek time

Transfer rate

2
New cards
Disk Performance: What is "seek time"?
Seek time, or “response time” is how long it takes for the data to be found on the disk (prior to transfer). Access time is measured in nanoseconds
3
New cards
Disk Performance: What affects "seek time"?
The disks moving parts (read/write heads, platter rotation).
4
New cards
Disk Performance: What is the "transfer rate" in relation to disk performance?
The transfer rate, also known as “throughput”, is the speed at which a hard drive can transfer information. It is measured in MB/s.
5
New cards
Disk Performance: What affects "transfer rate"?

Seek time

RPM of the drive

Disk fragmentation

Data location (outer track vs inner track)

6
New cards
Disk Performance: What is clock speed?
Number of cycles per second (Hz)
7
New cards
Disk Performance: Does higher clock speed always mean better performance?
No — depends on no of cores, size of cache, architecture.
8
New cards
Disk Performance: What is an interrupt?
Signal that pauses CPU to handle an urgent task.
9
New cards
Disk Performance: What happens during an interrupt?

CPU pauses current task

Saves state

Executes interrupt service routine

Returns to task

10
New cards
Disk Performance: What is an interrupt service routine (ISR)?
Code that handles the interrupt. It pauses the current program, deals with the interrupt, then returns the control to the original program.
11
New cards
Disk Performance: Give an example of an interrupt.

Keyboard input

Mouse click

Signal from i/o

Network activity

12
New cards
Disk Performance: What are 6 factors that affect CPU performance?

Clock speed

Number of cores

Cache size

Bus width

RAM amount/speed

Architecture