Help understanding the Arduino Uno

The MCU's I/Os have frequently more than just one functionality. Prior is digital I/O but they can be switched to different mode like analog input for ADC (A0-A5), some kind of bus like I2C (A4,A5 or SCL,SDA). If the different functionality is used on the pin, then it cannot be used as digital. Just one functionality at time is possible.