πŸŽ“ BookMCQ
← Back to An Introduction To Microprocessor 8085

πŸ“– 13. Interfacing Data converters: A/D and D/A Converters

πŸ“– From An Introduction To Microprocessor 8085 β€’ 205 questions available

About 13. Interfacing Data converters: A/D and D/A Converters

The microprocessor understands only numbers (digital signalsβ€”0s and 1s). But the real world is analogβ€”things like temperature, sound, and light are continuous values, not just on/off. D/A Converters (DACs) convert a digital number from the microprocessor into a continuous analog voltage (like to play a sound or control a motor). A/D Converters (ADCs) do the opposite: they take an analog voltage (like from a temperature sensor) and convert it into a digital number that the microprocessor can read and process. This chapter is about how to connect these "translators" to the 8085.

How It Works: For a DAC, the 8085 sends a digital value (e.g., 0-255) to a port, and the DAC chip outputs a corresponding voltage (e.g., 0-5V). This allows the 8085 to generate waveforms like sine waves or control motors. For an ADC, the 8085 sends a "Start Conversion" pulse to the ADC chip. The ADC then takes a sample of the analog voltage and, after a certain delay (conversion time), sets a "Data Ready" pin. The 8085 then reads the converted 8-bit digital value from the ADC's output pins. You will learn how to use these chips with handshaking signals to get accurate conversions.


Practice MCQs for 13. Interfacing Data converters: A/D and D/A Converters. Test your knowledge with carefully crafted questions across easy, medium, and hard difficulty levels.

πŸ”„ Last updated: 2026-07-30

43
Easy
94
Medium
68
Hard

πŸ“Œ Topics in this Chapter

A/D Converter Using D/A Converter and Software in 8085 Microprocessor
14 MCQsView β†’
ADC 0808/0809 in 8085 Microprocessor
17 MCQsView β†’
Analog to Digital Converter in 8085 Microprocessor
7 MCQsView β†’
Binary Ladder D/A Converter in 8085 Microprocessor
19 MCQsView β†’
Counter or Digital Ramp Type A/D Converter in 8085 Microprocessor
11 MCQsView β†’
D/A Converter IC 0808 in 8085 Microprocessor
12 MCQsView β†’
Digital to Analog Converter in 8085 Microprocessor
6 MCQsView β†’
Dual Slope A/D Converter in 8085 Microprocessor
14 MCQsView β†’
Interfacing of D/A Converter in 8085 Microprocessor
23 MCQsView β†’
Microprocessor Compatible D/A Converter in 8085 Microprocessor
8 MCQsView β†’
Performance Criteria for D/A Converter in 8085 Microprocessor
14 MCQsView β†’
Resistive Divider D/A converter in 8085 Microprocessor
24 MCQsView β†’
Simultaneous A/D Converter in 8085 Microprocessor
17 MCQsView β†’
Single Slope A/D Converter in 8085 Microprocessor
8 MCQsView β†’
Successive Approximation A/D Converter in 8085 Microprocessor
11 MCQsView β†’