variable unit16_t dac_value = 0x0800 is written by software to DAC channel used in 12-bit right-aligned mode. DAC reference voltage is 3.0V. determine DAC output voltage. Show your work.

DAC output voltage = (dac_value/2^12) * 3.0V

DAC output voltage = (0x0800/2^12) * 3.0V

DAC output voltage = (2048/4096) * 3.0V

DAC output voltage = 1.5V