ExamVeda
Login
Home
Digital Electronics
?

In an 8-bit D/A converter, the reference voltage used is 10 V. What voltage is represented by 10100001?

Answer & Solution
Correct Answer: Option C
Here's the explanation:

First, understand what an 8-bit D/A converter does. It converts a digital (binary) number into an analog (voltage) value.

The question gives us the digital input: 10100001 and a reference voltage: 10V.

The reference voltage is the maximum possible output voltage.

An 8-bit converter can represent 28 (which is 256) different voltage levels.

So, each step or increment in the digital value corresponds to a voltage change of Reference Voltage / 256. This is also known as the resolution.

In our case, the resolution is 10V / 256 ≈ 0.0390625V per step.

Next, convert the binary number 10100001 to decimal. 101000012 = (1 * 27) + (0 * 26) + (1 * 25) + (0 * 24) + (0 * 23) + (0 * 22) + (0 * 21) + (1 * 20) = 128 + 32 + 1 = 16110.

Now, to find the output voltage, multiply the decimal value (161) by the voltage per step (0.0390625V):
Output Voltage = 161 * 0.0390625 V ≈ 6.289 V

The closest answer among the options is 6.288 V.

Therefore, the answer is Option C: 6.288 V.
Examveda
Question posted by Examveda
Community

Join the Discussion

1 Comment
Prakash Jat
Prakash Jat 1 year ago
8 bit means 256 different levels (i.e. voltage)
And given bits represents 161 & used reference voltage is 10v ,so
10*161/256= 6.288