I guess these are pull-up resistors. They shouldn't be on the PCB because they should exist only once per I2C bus. If you connect multiple boards of this type you might get a problem.
They shouldn't be on the PCB because they should exist only once per I2C bus.
That is why they are connected through links so you can remove the pull up resistors if you have more than one board.
You connect the two signals to the I2C lines on the arduino, this will change depending on what arduino you have. On a Uno this will be A4 & A5.
Look at the wire examples for how to talk to it and look at the data sheet for the chip to see what to say to it.