Do you know What is Device driver?
Submitted by: AdministratorA driver is fundamentally a piece of software written for a specific device.
Its main tasks are to perform I/O's on a device. To do this there are typically well defined models for a driver.
Generic description of a driver structure will be:
a) Device I/O Address (Physical Hardware -> Logical OS based address)
b) Interrupt that the device generates and its handler (the driver)
c) A software Handler to manage the read write operations to and fro from the device.
Submitted by: Administrator
Its main tasks are to perform I/O's on a device. To do this there are typically well defined models for a driver.
Generic description of a driver structure will be:
a) Device I/O Address (Physical Hardware -> Logical OS based address)
b) Interrupt that the device generates and its handler (the driver)
c) A software Handler to manage the read write operations to and fro from the device.
Submitted by: Administrator
Read Online Windows CE Job Interview Questions And Answers
Top Windows CE Questions
☺ | Explain what are the advantages and disadvantages of winCE compared to GPOS? |
☺ | Do you know What is Device driver? |
☺ | Tell me what version of wince supports dual core processor? |
☺ | Can you explain what is the specialty of winCE? |
☺ | Tell me what are the SDKs developed by winCE? |
Top Operating System (OS) Categories
☺ | RTOS Interview Questions. |
☺ | Windows 7 Interview Questions. |
☺ | MAC Operating System Interview Questions. |
☺ | Disk Operating System (DOS) Interview Questions. |
☺ | Shell Scripting Interview Questions. |