To convert the code in 2’s complete to its actual voltage values, first, check the MSB before multiplying the decimal code by the LSB. When MSB is 0, simply multiply the decimal code directly by LSB. Otherwise, if the MSB is 1, subtract 2^n from the code, then multiply by LSB size, where n is the number of bits.