CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3

Thread: IO interfaces

  1. #1
    Join Date
    May 2004
    Posts
    249

    IO interfaces

    "why IO (input output) interfaces are needed for computers?"

    besides
    -to bridge differences between CPU and the IO devices
    -to provide some means to assist I/O devices & CPU to operate asynchronously
    -to regulate the differences in speed between the I/O devices and CPU
    - to be able to interpret and transform different data format to and from the I/O device
    -resolves differences so that as a middleman, it enables the CPU to interact with the I/O devices

    wat else can it do? thanks

  2. #2
    Join Date
    May 2004
    Posts
    249

    Re: IO interfaces

    please someone help me on this

  3. #3
    Ejaz's Avatar
    Ejaz is offline Elite Member Power Poster
    Join Date
    Jul 2002
    Location
    Lahore, Pakistan
    Posts
    4,211

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured