does the process of connecting your device to other devices create your processes why or why not
Answers
Answered by
12
Answer:
Processes waiting for a device to become available or to deliver data are placed in device queues. There is generally a separate device queue for each device.Processes may create other processes through appropriate system calls, such as fork or spawn.
Explanation:
Answered by
6
Explanation:
Device driver and operating system both come under the category of software but the difference is that a device driver acts as a bridge between the peripheral device and operating system while operating system is used to control that particular peripheral device. So device drivers can create new processes when an input goes inside the processor
Similar questions