The document describes five experiments performed using an 8085 microprocessor kit to understand various arithmetic operations. Experiment 1 adds two 8-bit numbers and stores the 8-bit sum. Experiment 2 adds two 8-bit numbers and stores the 16-bit sum. Experiment 3 adds two 16-bit numbers and stores the 16-bit sum. Experiment 4 performs decimal addition of two 8-bit numbers and stores the 8-bit sum. Experiment 5 finds the one's complement of an 8-bit number.