The first two appear to use a serial wire pair, and they suggest using SoftwareSerial library which can use any two
pins - so each sensor kit can run on your choice of pins.
The last combo board seems to use USB connectors for analog inputs and for I2C bus, for obscure reasons, but
basically packages several options in one shield - it will have fixed pin assignments since its a shield, but might well
do all you need (although it might use more pins than you have spare, always check out the pin usage before
purchase).
PIns are connectors on arduino or sensor. Each wire has a pin in the end and it has to be connected to an arduino pin (normally, not all of them sometimes)
most sensors you need to interpret the signal that comes from it.
This may include computations and these are almost always mentioned in the datasheet.
An Arduino programming forum is probably not the best place to ask such a question. Are you familiar with any programming languages that run on the PC ?