Recall & Review
beginner
What does I2C stand for?
I2C stands for Inter-Integrated Circuit. It is a communication protocol used to connect multiple devices using just two wires.
Click to reveal answer
beginner
Why is I2C preferred for connecting multiple devices?
I2C uses only two wires (SDA for data and SCL for clock) to connect many devices, saving pins and wiring complexity compared to other protocols.
Click to reveal answer
intermediate
How does I2C help in reducing hardware complexity?
By using a shared bus with only two wires, I2C reduces the number of physical connections needed, making circuit design simpler and smaller.
Click to reveal answer
beginner
What kind of devices typically use I2C communication?
Devices like sensors, EEPROMs, real-time clocks, and microcontrollers often use I2C to communicate because it is simple and efficient for short-distance communication.
Click to reveal answer
intermediate
How does I2C support multiple devices on the same bus?
Each device on the I2C bus has a unique address, allowing the master to communicate with one device at a time over the shared two-wire bus.
Click to reveal answer
What are the two wires used in I2C communication?
✗ Incorrect
I2C uses SDA (Serial Data) and SCL (Serial Clock) lines for communication.
Why is I2C useful for connecting multiple devices?
✗ Incorrect
I2C allows multiple devices to share two wires, simplifying wiring.
How does I2C identify different devices on the bus?
✗ Incorrect
Each device on the I2C bus has a unique address to distinguish it.
Which of these is NOT a typical use of I2C?
✗ Incorrect
I2C is for short-distance communication, not for internet or long-distance.
What is a main advantage of I2C over SPI?
✗ Incorrect
I2C uses only two wires, while SPI needs more wires for multiple devices.
Explain why I2C is used in embedded systems.
Think about how devices talk to each other with fewer wires.
You got /4 concepts.
Describe the main benefits of using I2C compared to other communication protocols.
Focus on wiring and device connection advantages.
You got /4 concepts.