Binary Weighted Resistor DAC MCQ Quiz - Objective Question with Answer for Binary Weighted Resistor DAC - Download Free PDF

Last updated on Jun 9, 2025

Latest Binary Weighted Resistor DAC MCQ Objective Questions

Binary Weighted Resistor DAC Question 1:

An 8-bit Digital-to-Analog converter (DAC) using two identical 4-bit DACs with equal reference voltage is shown in Figure. If b0 represents LSB, b7 MSB and the op-amp is ideal, to obtain correct analog values corresponding to an 8-bit DAC at the output V0, what should be the value of resistor R ?

  1. 8 KΩ 
  2. 0.25 KΩ 
  3. 1 KΩ 
  4. 0.5 KΩ 

Answer (Detailed Solution Below)

Option 3 : 1 KΩ 

Binary Weighted Resistor DAC Question 1 Detailed Solution

```html

Explanation:

8-bit Digital-to-Analog Converter (DAC) using Two 4-bit DACs

Problem Understanding: In the given question, an 8-bit DAC is implemented using two identical 4-bit DACs with equal reference voltage. The binary inputs b7 to b0 are represented, where b7 is the Most Significant Bit (MSB) and b0 is the Least Significant Bit (LSB). To achieve the correct analog output voltage (V0) corresponding to an 8-bit DAC, we need to determine the value of the resistor R in the circuit. The operational amplifier (op-amp) is assumed to be ideal.

Working Principle:

To understand the operation of this circuit, note the following:

  • The 8-bit input is divided into two 4-bit groups: the higher 4 bits (b7 to b4) and the lower 4 bits (b3 to b0).
  • Each 4-bit group is fed into one of the two identical 4-bit DACs.
  • The higher 4 bits produce an analog output proportional to their binary value, scaled to the range of the higher nibble.
  • The lower 4 bits produce an analog output proportional to their binary value, scaled to the range of the lower nibble.
  • The outputs of the two DACs are combined using a resistor network and an operational amplifier to produce a final output voltage V0 that corresponds to the 8-bit binary input.

Analysis:

The higher nibble (b7 to b4) represents the most significant part of the binary input. Its contribution to the output voltage should dominate over the lower nibble (b3 to b0). To achieve this, the output of the DAC handling the higher nibble is scaled by a factor of 16 (since 24 = 16) relative to the output of the DAC handling the lower nibble.

The resistor R in the circuit is responsible for ensuring this scaling. Specifically, the resistor network and the ideal op-amp configure the circuit such that:

  • The output voltage of the higher nibble DAC is multiplied by 16.
  • The output voltage of the lower nibble DAC is added directly.

Mathematical Derivation:

Let the outputs of the two 4-bit DACs be VH (higher nibble) and VL (lower nibble), respectively. The final output voltage V0 is given by:

V0 = 16 × VH + VL

Both DACs have the same reference voltage and identical resistor networks. Therefore, the scaling factor of 16 is achieved by appropriately choosing the value of resistor R. For a standard 4-bit DAC, the output voltage is proportional to the binary input (b3 to b0 or b7 to b4) scaled by the reference voltage and the DAC’s resolution.

The resistor R is chosen such that the higher nibble’s output voltage is effectively scaled by 16 relative to the lower nibble’s output. This is achieved by using a resistor value of 1 kΩ.

Correct Answer: The value of R should be 1 kΩ.

Additional Information

To further understand the reasoning, let’s analyze why the other options are incorrect:

Option 1: 8 kΩ

This value is too high. If R were 8 kΩ, the scaling factor would not properly match the requirement of multiplying the higher nibble’s output by 16. This would result in incorrect analog values at the output.

Option 2: 0.25 kΩ

This value is too low. A resistor value of 0.25 kΩ would result in an incorrect scaling factor, leading to a mismatch between the contributions of the higher and lower nibbles.

Option 4: 0.5 kΩ

Similar to Option 2, this value is also too low. The scaling factor would not correctly match the requirement, resulting in incorrect output voltages.

Option 5: Not provided in the question

As the correct scaling requires R = 1 kΩ, any other value not listed in the options would also fail to produce the correct output.

Conclusion:

The resistor R plays a crucial role in ensuring the correct scaling of the higher nibble’s output relative to the lower nibble’s output in the 8-bit DAC circuit. By choosing R = 1 kΩ, the circuit achieves the desired scaling, resulting in accurate analog values corresponding to the 8-bit binary inputs. This understanding is essential in designing such circuits to ensure proper functionality and accuracy.

```

Binary Weighted Resistor DAC Question 2:

Identify the most significant bit from the '100010' binary data.

  1. Right most bit 0
  2. Second bit from side 0
  3. Central bit 0
  4. Left most bit 1

Answer (Detailed Solution Below)

Option 4 : Left most bit 1

Binary Weighted Resistor DAC Question 2 Detailed Solution

  • MSB stands for most significant bit is the bit position in a binary number having the greatest value.
  • The MSB is sometimes referred to as the high-order bit or left-most bit due to the convention in positional notation of writing more significant digits further to the left.
  • The MSB can also correspond to the sign bit of a signed binary number. In one's and two's complement notation, "1" signifies a negative number and "0" signifies a positive number.

  • Example:

    (12)10 = (1100)2

    MSB

     

     

    LSB

    1

    1

    0

    0

     

    According to the question, the most significant bit of '100010' binary data is '1'. 

Binary Weighted Resistor DAC Question 3:

A 4-bit R-2R digital to analog converter (DAC) has a reference of 5 Volts. What is the analog output for input code 1010?

  1. 0.3125 V
  2. 3.125 V
  3. 0.78125 V
  4. - 3.125 V

Answer (Detailed Solution Below)

Option 4 : - 3.125 V

Binary Weighted Resistor DAC Question 3 Detailed Solution

Concept:

R – 2R ladder DAC:

3 bit R – 2R DAC  by using Inverting op-amp is shown below:

Output voltage is defined as:

V0 = - I1(RF) ⋯ (i)

Current is calculated as:

     ⋯ (ii)

Current drawn from the source is

I = V / R ⋯ (iii)

Current is calculated as:

The final output voltage is

For n bit DAC output voltage is

Calculation:

Given digital input is 1010 and the reference voltage is 5 V

a3 = 1, a2 = 0, a1 = 1, a0 = 0

considering the value of the feedback resistor for Op amp is R Ω

Output voltage is

V0 = -3.125 V

Binary Weighted Resistor DAC Question 4:

Find the output voltage range of a 4-bit DAC with minimum output voltage 3.5 V and maximum output voltage 9.5 V.

  1. -9.5 V
  2. 9.5 V
  3. 12 V
  4. 6 V

Answer (Detailed Solution Below)

Option 4 : 6 V

Binary Weighted Resistor DAC Question 4 Detailed Solution

DAC ( Digital to Analog converter) is an electronic circuit that is used to convert any digital signal into an analog signal.

The digital binary data exists in the form of bits. Each bit is either 1 or 0 & they represent its weight corresponding to its position.

The weight is 2n where the n is the position of the bit from the right-hand side & it starts from 0.

The output voltage range is calculated by using the formula,

Output voltage range = Maximum DAC output voltage - Minimum DAC output voltage

Output voltage range = 9.5 V - 3.5 V

Output voltage range = 6 V

Conclusion: Option 4 is correct.

Binary Weighted Resistor DAC Question 5:

The resolution of an 8 bit DAC will be:

  1. 1/255
  2. 1/8
  3. 1/128
  4. 1/64

Answer (Detailed Solution Below)

Option 1 : 1/255

Binary Weighted Resistor DAC Question 5 Detailed Solution

Resolution: It is defined as the smallest change in the analog output voltage corresponding to a change of one bit in the digital input.

The percentage resolution (%R) of an n-bit DAC is:

The resolution of an n-bit DAC with a range of output voltage from 0 to V is given by:

Calculation:

Number of bits (n) = 8

Resolution 

Top Binary Weighted Resistor DAC MCQ Objective Questions

The resolution of an 8 bit DAC will be:

  1. 1/255
  2. 1/8
  3. 1/128
  4. 1/64

Answer (Detailed Solution Below)

Option 1 : 1/255

Binary Weighted Resistor DAC Question 6 Detailed Solution

Download Solution PDF

Resolution: It is defined as the smallest change in the analog output voltage corresponding to a change of one bit in the digital input.

The percentage resolution (%R) of an n-bit DAC is:

The resolution of an n-bit DAC with a range of output voltage from 0 to V is given by:

Calculation:

Number of bits (n) = 8

Resolution 

A 4-bit R-2R digital to analog converter using Inverting op-amp has a reference of 5V. What is the analog output for the input code 1010?

  1. 3.125 V
  2. 0.78125 V
  3. -3.125 V
  4. 0.3125 V

Answer (Detailed Solution Below)

Option 3 : -3.125 V

Binary Weighted Resistor DAC Question 7 Detailed Solution

Download Solution PDF

Concept:

R – 2R ladder DAC:

3 bit R – 2R DAC  by using Inverting op-amp is shown below:

Output voltage is defined as:

V0 = - I1(RF) ⋯ (i)

Current is calculated as:

     ⋯ (ii)

Current drawn from the source is

I = V / R ⋯ (iii)

Current is calculated as:

The final output voltage is

For n bit DAC output voltage is

Calculation:

Given digital input is 1010 and the reference voltage is 5 V

a3 = 1, a2 = 0, a1 = 1, a0 = 0

considering the value of the feedback resistor for Op amp is R Ω

Output voltage is

V0 = -3.125 V

Identify the most significant bit from the '100010' binary data.

  1. Right most bit 0
  2. Second bit from side 0
  3. Central bit 0
  4. Left most bit 1

Answer (Detailed Solution Below)

Option 4 : Left most bit 1

Binary Weighted Resistor DAC Question 8 Detailed Solution

Download Solution PDF
  • MSB stands for most significant bit is the bit position in a binary number having the greatest value.
  • The MSB is sometimes referred to as the high-order bit or left-most bit due to the convention in positional notation of writing more significant digits further to the left.
  • The MSB can also correspond to the sign bit of a signed binary number. In one's and two's complement notation, "1" signifies a negative number and "0" signifies a positive number.

  • Example:

    (12)10 = (1100)2

    MSB

     

     

    LSB

    1

    1

    0

    0

     

    According to the question, the most significant bit of '100010' binary data is '1'. 

A 4-bit R-2R digital to analog converter (DAC) has a reference of 5 Volts. What is the analog output for input code 1010?

  1. 0.3125 V
  2. 3.125 V
  3. 0.78125 V
  4. - 3.125 V

Answer (Detailed Solution Below)

Option 4 : - 3.125 V

Binary Weighted Resistor DAC Question 9 Detailed Solution

Download Solution PDF

Concept:

R – 2R ladder DAC:

3 bit R – 2R DAC  by using Inverting op-amp is shown below:

Output voltage is defined as:

V0 = - I1(RF) ⋯ (i)

Current is calculated as:

     ⋯ (ii)

Current drawn from the source is

I = V / R ⋯ (iii)

Current is calculated as:

The final output voltage is

For n bit DAC output voltage is

Calculation:

Given digital input is 1010 and the reference voltage is 5 V

a3 = 1, a2 = 0, a1 = 1, a0 = 0

considering the value of the feedback resistor for Op amp is R Ω

Output voltage is

V0 = -3.125 V

A 10-bit D/A converter is calibrated over the full range from 0 to 10 V. If the input to the D/A converter is 13A (in hex), the output (rounded off to three decimal places) is ______V

Answer (Detailed Solution Below) 3.050 - 3.080

Binary Weighted Resistor DAC Question 10 Detailed Solution

Download Solution PDF

Concept:

Digital to analog (D/A) conversion is the process of taking a value represented in digital code (such as straight binary or BCD) and converting it to a voltage or current which is proportional to the digital value.

In general,

Analog output = K × digital input

Where K is the resolution and it is a constant value for a given DAC.

Application:

Given D/A is of 10 bits.

Also, Vp-p = 10 V

Resolution of the D/A will be:

 

Input to the D/A converter in (13 A)16 i.e.

(13 A)16 = (314)10

Now, the output of the converter will be:

Output = Resolution × Input

Output 

Output = 3.069

Find the output voltage range of a 4-bit DAC with minimum output voltage 3.5 V and maximum output voltage 9.5 V.

  1. -9.5 V
  2. 9.5 V
  3. 12 V
  4. 6 V

Answer (Detailed Solution Below)

Option 4 : 6 V

Binary Weighted Resistor DAC Question 11 Detailed Solution

Download Solution PDF

DAC ( Digital to Analog converter) is an electronic circuit that is used to convert any digital signal into an analog signal.

The digital binary data exists in the form of bits. Each bit is either 1 or 0 & they represent its weight corresponding to its position.

The weight is 2n where the n is the position of the bit from the right-hand side & it starts from 0.

The output voltage range is calculated by using the formula,

Output voltage range = Maximum DAC output voltage - Minimum DAC output voltage

Output voltage range = 9.5 V - 3.5 V

Output voltage range = 6 V

Conclusion: Option 4 is correct.

Consider a four bit D to A converter. The analog value corresponding to digital signals of values 0000 and 0001 are 0.V and 0.625 V respectively. The analog value (in Volts) corresponding to the digital signal 1111 is_________ .

Answer (Detailed Solution Below) 9.3 - 9.4

Binary Weighted Resistor DAC Question 12 Detailed Solution

Download Solution PDF

Given,

The increment in the output voltage on changing just one bit is 0.625 V.

Hence, the resolution is 0.625 V.

Now the decimal equivalent of 1111 is 15.

Thus, the output voltage is 15 × 0.625 = 9.375 V.

In a 5 bit weighted resistor D/A converters, the resistor value corresponding to LSB is 40 kΩ, and the resistor value corresponding to MSB will be

  1. 0.4 kΩ 
  2. 3 kΩ 
  3. 2.8 kΩ 
  4. 2.5 kΩ 

Answer (Detailed Solution Below)

Option 4 : 2.5 kΩ 

Binary Weighted Resistor DAC Question 13 Detailed Solution

Download Solution PDF

Digital to Analogue Converters (Weighted resistor):

DAC’s convert binary or non-binary numbers and codes into analog ones with its output voltage (or current) being proportional to the value of its digital input number.

In an n-bit weighted resistor DAC, there are n-resistors

The resistances are: 20R, 21R, 22R ……….., 2n-1R

Where,

R is the resistance used

20R is the resistor value of the corresponding MSB 

2n-1R is the resistor value of the corresponding LSB 

n is the number of bits

Calculation:

Given,

The resistor value corresponding to LSB is 40 kΩ

2n-1 R = LSB 

For a 5 bit comparator, n = 5

25-1 R = 40 kΩ 

R = 2.5 kΩ (where R is the MSB of the weighted resistor D/A converter)

Hence, the resistor value corresponding to MSB will be 2.5 kΩ

An 8-bit weighted resistor digital-to-analog converter (DAC) has the smallest resistance of 500 Ω. The largest resistance has a value ________ kΩ.

Answer (Detailed Solution Below) 64

Binary Weighted Resistor DAC Question 14 Detailed Solution

Download Solution PDF

In a n-bit weighted resistor DAC, there are n-resistors

The resistances are: 20R, 21R, 22R ……….., 2n-1R

In a 8-bit DAC,

Smallest resistance = R = 500 Ω

Largest resistance = 2n-1 R = 27 (500) = 64 kΩ

Binary Weighted Resistor DAC Question 15:

The resolution of an 8 bit DAC will be:

  1. 1/255
  2. 1/8
  3. 1/128
  4. 1/64

Answer (Detailed Solution Below)

Option 1 : 1/255

Binary Weighted Resistor DAC Question 15 Detailed Solution

Resolution: It is defined as the smallest change in the analog output voltage corresponding to a change of one bit in the digital input.

The percentage resolution (%R) of an n-bit DAC is:

The resolution of an n-bit DAC with a range of output voltage from 0 to V is given by:

Calculation:

Number of bits (n) = 8

Resolution 

Hot Links: teen patti diya teen patti royal teen patti rich teen patti apk download