Difference between revisions of "Interface (computing)"
From Wiki @ Karl Jones dot com
Karl Jones (Talk | contribs) (Created page with "In computing, an '''interface''' is a shared boundary across which two separate components of a computer system exchange information. == Description == The exchange can...") |
(No difference)
|
Latest revision as of 11:42, 25 August 2016
In computing, an interface is a shared boundary across which two separate components of a computer system exchange information.
Description
The exchange can be between software, computer hardware, peripheral devices, humans and combinations of these. Some computer hardware devices such as a touchscreen can both send and receive data through the interface, while others such as a mouse or microphone may only provide an interface to send data to a given system.
See also
- Abstraction inversion
- Application binary interface
- Application programming interface
- Business Interoperability Interface
- Computer bus
- Hard disk drive interface
- Implementation (computer science)
- Implementation inheritance
- Inheritance semantics
- Modular programming
- Software componentry
- Virtual inheritance
External links
- Interface (computing) @ Wikipedia