Студопедия
Случайная страница | ТОМ-1 | ТОМ-2 | ТОМ-3
АрхитектураБиологияГеографияДругоеИностранные языки
ИнформатикаИсторияКультураЛитератураМатематика
МедицинаМеханикаОбразованиеОхрана трудаПедагогика
ПолитикаПравоПрограммированиеПсихологияРелигия
СоциологияСпортСтроительствоФизикаФилософия
ФинансыХимияЭкологияЭкономикаЭлектроника

The reading module. A device driver is a specific type of computer software developed to allow interaction with hardware devices

THE READING MODULE | THE SPEAKING MODULE | THE WRITING MODULE | THE READING MODULE | THE READING MODULE | THE SPEAKING MODULE | THE WRITING MODULE | I.Read the text | THE READING MODULE | THE READING MODULE |


Читайте также:
  1. ATTAINMENT TARGET 3: Reading
  2. Dr Shanta Davie (Module Coordinator)
  3. LESSON 1. HOME READING. Independent reading.
  4. Lesson 17. Home-reading. ARTHUR HAILEY. "THE FINAL DIAGNOSIS". (Chapters 1-9).
  5. Lesson 18. Home-reading. ARTHUR HAILEY. "THE FINAL DIAGNOSIS". (Chapters 10 - 24).
  6. Lesson 3. Home-reading. W.S. Maugham. Salvatore.
  7. Lesson 4. Home reading. S. Maugham. The Treasure.

 

I.Read the text:

 

A device driver is a specific type of computer software developed to allow interaction with hardware devices. Typically this constitutes an interface for communicating with the device, through the specific computer bus or communications subsystem that the hardware is connected to, providing commands to /or receiving data from the device, and on the other end, the requisite interfaces to the operating system and software applications. It is a specialized hardware-dependent computer program which is also operating system specific that enables another program, typically an operating system or applications software package or computer program running under the operating system kernel, to interact transparently with a hardware device, and usually provides the requisite interrupt handling necessary for any necessary asynchronous time-dependent hardware interfacing needs.

The key design goal of device drivers is abstraction. Every model of hardware (even within the same class of device) is different. Newer models also are released by manufacturers that provide more reliable or better performance and these newer models are often controlled differently. Computers and their operating systems cannot be expected to know how to control every device, both now and in the future. To solve this problem, OSes essentially dictate how every type of device should be controlled. The function of the device driver is then to translate these OS mandated function calls into device specific calls. In theory a new device, which is controlled in a new manner, should function correctly if a suitable driver is available. This new driver will ensure that the device appears to operate as usual from the operating systems' point of view for any person.

Interrupts

Interrupts are central to operating systems as they allow the operating system to deal with the unexpected activities of running programs and the world outside the computer. Interrupt-based programming is one of the most basic forms of time-sharing, being directly supported by most CPUs. Interrupts provide a computer with a way of automatically running specific code in response to events. Even very basic computers support hardware interrupts, and allow the programmer to specify code which may be run when that event takes place.

When an interrupt is received, the computer's hardware automatically suspends whatever program is currently running by pushing the current state on a stack, and its registers and program counter are also saved. This is analogous to placing a bookmark in a book when someone is interrupted by a phone call. This task requires no operating system as such, but only that the interrupt be configured at an earlier time.

In modern operating systems, interrupts are handled by the operating system's kernel. Interrupts may come from either the computer's hardware, or from the running program. When a hardware device triggers an interrupt, the operating system's kernel decides how to deal with this event, generally by running some processing code, or ignoring it. The processing of hardware interrupts is a task that is usually delegated to software called device drivers, which may be either part of the operating system's kernel, part of another program, or both. Device drivers may then relay information to a running program by various means.

A program may also trigger an interrupt to the operating system, which are very similar in function. If a program wishes to access hardware for example, it may interrupt the operating system's kernel, which causes control to be passed back to the kernel. The kernel may then process the request which may contain instructions to be passed onto hardware, or to a device driver. When a program wishes to allocate more memory, launch or communicate with another program, or signal that it no longer needs the CPU, it does so through interrupts.

 

II.Reading exercises:

 

Exercise1. Read and memorize:

 

device driver, computer bus, communications subsystem, hardware-dependent, specific code, system kernel, interrupt, trigger, running program, asynchronous

 

Exercise 2. Answer the questions:

1.What is a structure of a device driver?

2.What is a function of a device driver in interaction of OS and new devices?

3. What is an interrupt?

 

Exercise 3. Match the left part with the right:

 

1. A device driver is a specific type of computer software developed to a. handled by the operating system's kernel.  
2. Interrupts allow the operating system to deal with the unexpected b. computer software developed to allow interaction with hardware devices.
3. In modern operating systems, interrupts are c. allow interaction with hardware devices.  
4. A device driver is a specific type of d. activities of running programs and the world outside the computer.

 

Exercise 4. Open brackets using the right words:

 

1. When a hardware device triggers an interrupt, (the operating system's kernel/the central processing unit/the main memory) decides how to deal with this event, generally by running some processing code, or ignoring it.

2. The kernel then processes the request which may contain (instructions/warning/prohibition) to be passed onto hardware, or to a device driver.

3. A device driver is a specific type of computer software developed (to allow/stop/prevent) interaction with hardware devices.


Дата добавления: 2015-08-27; просмотров: 63 | Нарушение авторских прав


<== предыдущая страница | следующая страница ==>
THE SPEAKING MODULE| THE WRITING MODULE

mybiblioteka.su - 2015-2024 год. (0.007 сек.)