Home »
» Difference between Analog and Digital circuit
09:37:00
Analog Circuits
-
These circuits operate on continuous-valued signals(commonly referred to as analog signals).
-
Analog circuits are difficult to design since each component has to be placed by hand as automation techniques for designing these circuits fail to do the job efficiently.
-
No conversion of input signals are required before processing i.e. input signal is analog, the circuit directly performs various logical operations and produces an analog output.
-
The man power available to design analog circuits is very low, this results in long time to market the finished products.
-
Analog circuits are mostly custom made and lack flexibility.
Digital Circuits
- These circuits operate on signals that exist only at two levels i.e. 0's and 1's (binary number system).
- On the other hand digital circuits are easy to design since automation technique can be applied at various levels of circuit design. This involves minimum human interaction.
- In digital circuits, the input signals are converted from analog to digital form before it is processed, i.e. the digital circuit is capable of processing digital signals only, and produces output which is again converted back from digital to analog signals so that the output gives meaning full results that can be understood by humans.
- The available manpower to design digital circuits is significantly large compared to that of analog circuit designers.
- Digital circuits have a high degree of flexibility.
- Note: Even though digital electronics have taken over analog electronics, We still cannot eliminate analog electronics because of the fact that in real-world we use only analog signals i.e. humans can understand only analog signals (not 0's and 1's).
Can you imagine talking to your friend in terms of 0's and 1's (sounds funny).
So all the digital circuits that are designed in order to interact with the real world, the digital circuits must have an analog interface.
- A simple example would be your computer keyboard
Each time you type something on the keyboard, you see the corresponding key on the monitor. What happens under your keyboard is: As soon as you type a key a set a 0's and 1's are sent to the processing unit which is in turn given to the monitor which can understand only 0's and 1's the monitor then displays the set of 0's and 1's in form you can understand
Intel 8085 Microprocessor architecture
Related Posts:
Microcontrollers - 8051 Pin Description
The pin diagram of 8051 microcontroller looks as follows −
Pins 1 to 8 − These pins are known as Port 1. This port
doesn’t serve any other functions. It is internally pulled up,
bi-directional I/O port.
Pin 9 − It is a … Read More
Arduino - switch case statement
Similar to the if statements, switch...case controls the flow
of programs by allowing the programmers to specify different codes that
should be executed in various conditions. In particular, a switch statement compares the… Read More
Microcontrollers - 8051 Architecture
8051 microcontroller is designed by Intel in 1981. It is an 8-bit
microcontroller. It is built with 40 pins DIP (dual inline package), 4kb
of ROM storage and 128 bytes of RAM storage, 2 16-bit timers. It
consists of are … Read More
Intel 8085 Microprocessor architecture
v\:* {behavior:url(#default#VML);}
o\:* {behavior:url(#default#VML);}
w\:* {behavior:url(#default#VML);}
.shape {behavior:url(#default#VML);}
Intel 8085 is a 8-bit
microprocessor. It was the most successful 8-bit micropro… Read More
8085 PIN DESCRIPTION
Properties:
It is a 8-bit microprocessor
Manufactured with N-MOS technology
40 pin IC package
It has 16-bit address bus and thus has 216 = 64 KB addressing capability.
Operate with 3 MHz single-phas… Read More
0 comments:
Post a Comment