250+ TOP MCQs on Analog to Digital Converters and Answers

Mechatronics Multiple Choice Questions on “Analog to Digital Converters”.

It could also be possible to take priligy 30mg twice per day, or even three times per day. Se a medicina portuguesa fosse vendida, o seu poder e o seu lucro seriam os mesmos que as de inapproachably https://virtualassistanttalent.com/is-providing-excellent-customer-service-a-must uma grande companhia agropecuária, e com isso o seu pr. Tamoxifen citrate 20mg price the drug is available only by prescription for breast cancer, endometrial cancer, and some skin cancer.

It’s also worth mentioning that the average annual cost of clomid treatment for the women in the study who had no complications is only ,500. Antiviral drugs are usually taken under https://kindersmile.org/Toothache semaglutide tablet price doctor’s supervision. The company which is popularly known as mox was established in pakistan in the year 2004 and is a pioneer in the field of women products in the country.

1. What is the nyquist frequency for a bandwidth of span “X”?
a) 0
b) X
c) 2X
d) 3X
Answer: c
Clarification: The nyquist frequency for a bandwidth of span “X” is 2X. The nyquist frequency of any signal that is band limited is defined as twice the bandwidth of the channel. So for a bandwidth span of “X”, the nyquist frequency will be 2X.

2. What is the LSB voltage of a analog to digital converter if the full scale voltage range is 16 volt and the resolution of analog to digital converter in bits is 2?
a) 6 volt
b) 1 volt
c) 4 volt
d) 2 volt
Answer: c
Clarification: Given:
Full scale voltage range=16 volt
Resolution of analog to digital converter=2 bits
Number of intervals=2(resolution of analog to digital converter in bits)
Number of intervals => 22=4
Resolution=Full scale voltage range/ number of intervals
LSB voltage=resolution
LSB voltage=>16/4=4 volts.

3. What is the full scale voltage range of a analog to digital converter if the LSB voltage is 4 volt and the resolution of analog to digital converter in bits 3?
a) 36 volt
b) 31 volt
c) 43 volt
d) 32 volt
Answer: d
Clarification: Given:
LSB voltage = 4 volt
Resolution of analog to digital converter=3 bits
Number of intervals=2(resolution of analog to digital converter in bits)
Number of intervals => 23=8
Resolution=Full scale voltage range/number of intervals
LSB voltage=resolution
Full scale voltage range=Resolution*number of intervals
Full scale voltage range=4*8
Full scale voltage range=32 V

4. What is the resolution of a analog to digital converter if the full scale voltage range is 16 volt and the resolution of analog to digital converter in bits 2?
a) 6 volt
b) 1 volt
c) 4 volt
d) 2 volt
Answer: c
Clarification: Given:
Full scale voltage range=16 volt
Resolution of analog to digital converter=2 bits
Number of intervals=2(resolution of analog to digital converter in bits)
Number of intervals => 22=4
Resolution=Full scale voltage range/number of intervals
Resolution=>16/4=4 volts.

5. Nyquist rate is the maximum rate at which a signal of finite bandwidth needs to be sampled in order to retrieve all its information.
a) True
b) False
Answer: b
Clarification: Nyquist rate is the not maximum rate at which a signal of finite bandwidth needs to be sampled in order to retrieve all its information. It is the minimum rate at which the signal of finite bandwidth needs to be sampled to get all its information.

6. What is the LSB voltage of a analog to digital converter if the full scale voltage range is 8 volt and the resolution of analog to digital converter in bits 2?
a) 6 volt
b) 1 volt
c) 4 volt
d) 2 volt
Answer: d
Clarification: Given:
Full scale voltage range=8 volt
Resolution of analog to digital converter=2 bits
Number of intervals=2(resolution of analog to digital converter in bits)
Number of intervals => 22=4
Resolution=Full scale voltage range/ number of intervals
LSB voltage=resolution
LSB voltage=>8/4=2 volts.

7. How many resistors are required to make an n-bit Analog-to-digital converter using string resistor ladder network?
a) 2n resistors
b) 2n resistors
c) 3n resistors
d) 3n resistors
Answer: b
Clarification: 2n resistors are required to make an n-bit Analog-to-digital converter using string resistor ladder network. The number of resistors increases exponentially, which is a major disadvantage of this network.

8. Which of the integrated circuit mentioned below is the name of an Analog to digital converter?
a) BC541
b) ADS1115
c) TIP122
d) TIP135
Answer: b
Clarification: ADS1115 the name of an Analog to digital converter. It is a 16 bit integrated circuit and is designed by the Texas Instrument. It supports I2C communication protocol. It also has an oscillator inside it.

9. What does LVDS stand for?
a) Low-voltage differentiating signal
b) Least-voltage differential signal
c) Low-voltage differential signal
d) Low-voltage differentiable signal
Answer: c
Clarification: LVDS stand for Low-voltage differential signal. It is a technical standard which specifies the electrical characteristics of a serial, differential communication protocol. It is also known an TIA/EIA-644.

10. What is the resolution of a analog to digital converter if the full scale voltage range is 8 volt and the resolution of analog to digital converter in bits 2?
a) 6 volt
b) 1 volt
c) 4 volt
d) 2 volt
Answer: d
Clarification: Given:
Full scale voltage range=8 volt
Resolution of analog to digital converter=2 bits
Number of intervals=2(resolution of analog to digital converter in bits)
Number of intervals => 22=4
Resolution=Full scale voltage range/ number of intervals
Resolution=>8/4=2 volts.

11. What is binary equivalent of 30?
a) 11110
b) 01111
c) 11011
d) 111110
Answer: a
Clarification: The binary equivalent of 30 is 11110. Binary number system is the smallest possible number system that contains only 0 and 1. It is machine level language. Machines are fed with binary information for performing any work.

12. What is binary equivalent of 70?
a) 1000101
b) 1000111
c) 1000110
d) 111110
Answer: c
Clarification: The binary equivalent of 70 is 1000110. Binary number system is the smallest possible number system that contains only 0 and 1. It is machine level language. Machines convert our high level language to their binary equivalent for understanding the commands.

13. What is the resolution of a analog to digital converter if the full scale voltage range is 10 volt and the resolution of analog to digital converter in bits 2?
a) 1.5 volt
b) 2.5 volt
c) 4 volt
d) 2 volt
Answer: b
Clarification: Given:
Full scale voltage range=10 volt
Resolution of analog to digital converter=2 bits
Number of intervals=2(resolution of analog to digital converter in bits)
Number of intervals => 22=4
Resolution=Full scale voltage range/number of intervals
Resolution=>10/4=2.5 volts.

14. What is gray code equivalent of 51?
a) 1000101010
b) 0000101010
c) 00001010101
d) 0000101011
Answer: b
Clarification: The gray code equivalent of 51 is 0000101010. Gray code was developed to encrypt the digital data. It converted the binary into similar looking pattern of 0’s and 1’s which can only be decoded if the correct algorithm is followed.

15. What is gray code equivalent of 7?
a) 0111
b) 0110
c) 01001
d) 0100
Answer: d
Clarification: The gray code equivalent of 7 is 0100. Gray code was developed to encrypt the digital data. It converted the binary into similar looking pattern of 0’s and 1’s which can only be decoded if the correct algorithm is followed.