Computer Science, asked by Harshdaga3581, 10 months ago

There is a technique which uses disk for reading and storing output files. What is the name given to such a technique?
A. DMA
B. Buffering
C. Spooling
D. All of the Above

Answers

Answered by BrainlyBug
0
<b>There is a technique which uses disk for reading and storing output files. What is the name given to such a technique?

=> DMA
Answered by nancychaterjeestar29
0

Answer:

Management of I/O devices is a very important part of the operating system - so important and so varied that entire I/O subsystems are devoted to its operation. ( Consider the range of devices on a modern computer, from mice, keyboards, disk drives, display adapters, USB devices, network connections, audio I/O, printers, special devices for the handicapped, and many special-purpose peripherals. )

I/O Subsystems must contend with two ( conflicting? ) trends: (1) The gravitation towards standard interfaces for a wide range of devices, making it easier to add newly developed devices to existing systems, and (2) the development of entirely new types of devices, for which the existing standard interfaces are not always easy to apply.

Device drivers are modules that can be plugged into an OS to handle a particular device or category of similar devices.

#SPJ2

Similar questions