driver behaviour

A device driver is software that operates or controls a particular type of device that is attached to a computer. A driver provides a software interface to hardware devices, enabling other software to access hardware functions without needing to know precise details about the hardware.
A driver communicates with the device through the computer bus or communications subsystem to which the hardware connects. When a calling program invokes a routine in the driver, the driver issues commands to the device (drives it). Once the device sends data back to the driver, the driver may invoke routines in the original calling program.
Drivers are hardware-dependent and operating-system-specific. They usually provide the interrupt handling required for any necessary asynchronous time-dependent hardware interface.

View More On Wikipedia.org
  1. Technonotice

    Are driving standards going down?

    Driving around recently I have been appalled at the standard of driving displayed by some folks. I've had so many near misses from people going over the centre line on wide carriageways, not to mention the narrow local roads around me, people just pulling out in front of me as though I'm not...
Back
Top Bottom