A-A+

In computing.a device driver (commonly referre

2022-08-06 03:22:24 问答库 阅读 175 次

问题详情

In computing.a device driver (commonly referred to as simply a driver) is acomputer
program that operates or controls a particular type of device that is attached to a computer.A
diver provides (71) to hardware devices,enabling operating systems and other computer
programs to access hardware functions without needing to know precise details of the
hardware being used.
A.a software interface
B.a programming language
C.a function
D.an Internal Bus请帮忙给出正确答案和分析,谢谢!

参考答案

正确答案:A
在计算机中,驱动程序是指操作或者控制一种特定外设的程序。驱动程序提供一种硬件设备的软件操作接口,使得操作系统或者其他程序在不了解硬件的具体情况下可以访问该硬件设备。

考点: