subject

2. Why is DMA an improvement over CPU programmed I/O? 3. When would DMA transfer be a poor choice?
4. What is the average time to read or write a 512-byte sector for a typical disk rotating at
7200 RPM? The advertised average seek time is 8ms, the transfer rate is 20MB/sec,
and the controller overhead is 2ms. Assume that the disk is idle so that there is no
waiting time.
5. Disk requests come in to the disk driver for cylinders 10, 22, 20, 2, 40, 6, and 38, in that
order. A seek takes 6 msec per cylinder moved. How much seek time is needed for
(a) First-Come, first served.
(b) Closest cylinder next.
(c) Elevator algorithm (initially moving upward).
In all cases, the arm is initially at cylinder 20.
6. Describe how keyboard software works and which problems does keyboard software
need to handle?

ansver
Answers: 2

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 01:40
Kali, a python programmer, is using the turtle module to write the word “hello.” which code should she use to indicate the location to begin writing the word? a # pick up the turtle and move it to its starting location. b penup(-100, 200) goto() pendown() c penup() goto(-100, 200) pendown() d # pick up the turtle and move it to (-100, 200)
Answers: 2
question
Computers and Technology, 23.06.2019 05:00
Jason works as an accountant in a department store. he needs to keep a daily record of all the invoices issued by the store. which file naming convention would him the most?
Answers: 2
question
Computers and Technology, 23.06.2019 05:20
What did creator markus “notch" persson initially call his game
Answers: 1
question
Computers and Technology, 23.06.2019 23:30
Perform an online search about the booting process of a computer and list all the steps
Answers: 2
You know the right answer?
2. Why is DMA an improvement over CPU programmed I/O? 3. When would DMA transfer be a poor choice?<...
Questions