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 |
What is meant by the statement that 8085 is a 8 bit microprocessor?
What are the various interrupts in 8086?
What is an interrupt service routine?
Mention any one 32 bit microcontroller and explain the same.
What is processor cycle (machine cycle)?
What is the maximum clock frequency used by the 8085 microprocessor?
What jobs alu of 8085 can perform?
What are the flags in 8086?
7. What are tri-state devices and why they are essential in a bus oriented system?
5 Answers Electrical Tech, ISRO, Satyam, Wipro,
Give here your suggestion about microprocessor 8085 and 8086. These 2 processors used in old time. I want to know its program execution time, memory space?
Explain two ways of converting a two input nand gate to an inverter?
Define microcontroller?