Questions
- The UART and SPI are examples of:
- Serial interfaces
 - High-speed interfaces like PCIe
 - Low-speed, lightweight interfaces
 - a and c
 
 - UART interfaces are commonly used for:
- CPU terminal connections
 - Graphical displays
 - Multi-chip busses
 
 - MISO, MOSI, CSn, and SCLK are all part of the ______ bus:
- I2C
 - SPI
 - UART
 - DDR2
 
 - Which signals are part of the UART interface? (Choose all that apply)
- CSn
 - RXD
 - TXD
 - SCLK
 
 - Which bus uses oversampling of data?
- UART
 - I2C
 - SPI