23.1k views
1 vote
A device driver would ordinarily be written in :__________

a. machine language
b. assembly language
c. a platform-independent language, such as Java
d. an application-oriented language

User Rischan
by
6.6k points

1 Answer

6 votes

Answer: Assembly language

Step-by-step explanation:

A device driver is a computer program that is in charge of the operation or the controls of a device attached to a computer.

device driver would ordinarily be written in an assembly language. Assembly language is a low-level symbolic code that is converted by an assembler. It is typically designed for a particular type of processor.

User AnAgent
by
6.9k points