answersLogoWhite

0

Operating systems usually communicate with peripherals using "drivers", which are usually written by the designers\manufacturers of the peripheral.

Drivers are essentially programs or processes that the operating system loads which contain the necessary routines and information to make use of the peripheral.

User Avatar

Wiki User

17y ago

What else can I help you with?

Related Questions

Are operating systems for tablets and smartphones different?

Operating systems for tablets and smartphones are very similar. The tablets are usually able to handle more processing, so they can handle some apps that a phone cannot.


What are the different types of kernels.c available for operating systems?

The main types of kernels for operating systems are monolithic kernels, microkernels, and hybrid kernels. Monolithic kernels handle most tasks within the kernel space, while microkernels delegate tasks to user space processes. Hybrid kernels combine features of both monolithic and microkernels.


What is systems tasks?

A Multi-tasking system is a system that can handle multiple tasks at the same time. Modern operating systems (Windows XP for example) can run multiple programs at the same time, and are a good example of multitasking systems


What is multi tasking systems?

A Multi-tasking system is a system that can handle multiple tasks at the same time. Modern operating systems (Windows XP for example) can run multiple programs at the same time, and are a good example of multitasking systems


How do operating systems handle Multi-core CPUs?

They are treated exactly like two separate CPUs. Any operating system that can use multiple CPUs can also use a processor with multiple internal cores, with no changes needed to the code.


What are the differences between electrical appliances operating at 120 volt vs 240 volt?

The main difference between electrical appliances operating at 120 volts and 240 volts is the amount of power they can handle. Appliances operating at 240 volts can handle more power and are often more efficient, but they require a different type of outlet and wiring compared to appliances operating at 120 volts.


How many operating systems can be installed in one computer?

It depends on the size of the disk drive(s) and what kind of bootloader you have. With the right bootloader you can put on as many as your hard-drives can handle.


What is the part on a XL 900 that you use to cock the gun?

That is called the operating handle. Numrich sells them for about $22. That is called the operating handle. Numrich sells them for about $22.


What is a non real time operating system?

A non-real-time operating system is designed to handle tasks without strict timing constraints, meaning that it does not guarantee immediate processing of tasks within a specific time frame. Such systems prioritize overall throughput and resource management rather than the timely execution of processes. Examples include general-purpose operating systems like Windows, macOS, and Linux, which are suitable for tasks where timing is not critical. In contrast, real-time operating systems are optimized for tasks that require predictable and timely responses.


How does the process of buffering work in operating systems to optimize data transfer and improve system performance?

Buffering in operating systems involves temporarily storing data in a buffer before it is processed or transferred. This helps optimize data transfer by allowing the system to handle data more efficiently. By buffering data, the operating system can smooth out fluctuations in data flow, reduce delays, and improve overall system performance.


When setting up a network you should set up any computers running the Mirosoft windows 7 opterating system?

Windows 7 is a favorite, but most operating systems can handle a network.


What is the difference between windows and unix kernels?

A kernel is a generic term to represent the core or base of an operating system. Since the operating systems mentioned here are very different, so are the kernels. They are written differently with different goals in mind. Having said that, no matter what kernel or operating system you are talking about a kernel program shares the same goals no matter what the vendor is. A kernel has to be able to handle booting the system, running tasks, managing resources, and other tasks as required by an operating system. The kernel is also the resident part of the operating system; it never gets swapped out of memory. Since its function is so important it has to be memory resident all the time.