Input/Output Devices Flashcards
What is an I/O chipset?
An interface between the CPU and I/O devices. It converts signals so the CPU can work with them.
How does the CPU communicate with the I/O chipset?
Similarly to memory: there is an address to read/write from/to.
What is ADC?
Analogue-to-digital converter. Accepts an analogue signal e.g. from a microphone and coverts it into digital. These signals are approximated based on bits - the more bits, the more accurate/quality the sound.
What is DAC?
Digital-to-analogue convert: writes the analogue output onto the DAC port, where a speaker or similar may be connected.
What is the difference between the Serial I/O, Digital I/O and Analogue I/O?
Serial I/O is cheap and easy, for small computers and network hardware. Meter-long com distances. Digital I/O is for peripherals, such as USB, keyboards, etc. Analogue I/O is for microphones and speakers, etc.
What is MSB?
Most significant bits, that identify a chip to use (left side).
What is LSB?
Least significant bits, identify address within chip (right side).