mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-24 05:14:06 -06:00
519 B
519 B
Computer Interfacing
1. What is Computer Interfacing?
Def::Computer interface is a way to connect two and more devices#^47ce70 in a computer system to exchange information between them
Some computer hardware devices will only take inputs (ex: keyboard) and some only outputs (ex: computer display)
The exchange can be between software, computer hardware, peripheral devices, humans, and combinations of these.
^47ce70