Questions
Here are some questions to reiterate the topics in this chapter:
- What would be the right peripheral to use when you need to drive an LED?
- ADC
 - GPIO
 - I2C
 - DAC
 
 - Which of the following options supports multiple clients on the same bus with addressing?
- I2S
 - GPIO
 - I2C
 - SPI
 
 - Why do SD cards use SPI communication with MCUs?
- Less error-prone
 - Less resource-hungry (fewer pins to use)
 - Higher transfer rate
 - Higher memory capacity
 
 - The I2S protocol defines a Word-Select (WS) signal:
- To transfer audio data
 - To clock the bus
 - To select the left or right channel
 - To increase the data rate
 
 - Which of the following is not a display technology generally used in IoT applications?
- MRI
 - LCD
 - TFT
 - OLED