How do you detect if two 8-bit signals are same?
Answers were Sorted based on User's Feedback
Answer / pvsreddy
by using X-OR(Exclusive-OR ) gate and checking using zero
flag ( it should be set if two 8-bit signals are same) .
also the accumulator contents will also become all bits
areoooo oooo.
| Is This Answer Correct ? | 22 Yes | 2 No |
Answer / priyanka kokil
By using XNOR gate if the signals are same then only the
output will be one otherwise not.
| Is This Answer Correct ? | 19 Yes | 4 No |
Answer / nag
PVSReddy is correct answer.
In Ex-OR gate:
1 - 1:0
1 - 0:1
0 - 1:1
0 - 0:0
| Is This Answer Correct ? | 10 Yes | 1 No |
Answer / saravanan
by doing ex-or operation and checking zero flag. if zero
flag is set means two 8 bit signals are same.
| Is This Answer Correct ? | 1 Yes | 2 No |
In 8085 name the 16 bit registers?
What type of interrupts are used for critical events and why?
List out the features of 8051 microcontroller?
Explain what type of architecture is used in 8085 microprocessor?
List various types of interrupts available in 8051 microcontroller?
Explain data types used in microcontroller programming,
Which interrupts are generally used for critical events?
What happens when the intr signal goes high in the 8085?
Why the lower byte address bus(a0-a7) and data bus (d0-d7) are multiplexed?
What is the purpose of Program Counter in a Micro - Processor?
What is the maximum internal clock frequency of 8086?
How much total external data memory that can be interfaced to the 8051?