How do you detect if two 8-bit signals are same?

Answers were Sorted based on User's Feedback



How do you detect if two 8-bit signals are same?..

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

How do you detect if two 8-bit signals are same?..

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

How do you detect if two 8-bit signals are same?..

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

How do you detect if two 8-bit signals are same?..

Answer / sunil

ex-or gate correct answer

Is This Answer Correct ?    4 Yes 1 No

How do you detect if two 8-bit signals are same?..

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

Post New Answer

More 86 Family Interview Questions

In which T-state does the CPU sends the address o memory or I/O and the ALE signal for Demultiplexing

1 Answers   CDAC,


What is the function of accumulator?

20 Answers   Sandvik, SICSR,


What does the parity flag do?

1 Answers  


State the number and type of registers in the 8086?

1 Answers  


Comment the size of stack?

1 Answers  


How do you detect a sequence of "1101" arriving serially from a signal line?

2 Answers  


What is lst file?

1 Answers  


Explain briefly the string addressing mode with the help of an example?

1 Answers  


What is meant by the statement that 8085 is a 8 bit microprocessor?

1 Answers  


Describe the accumulator register of 8085?

1 Answers  


State an interrupt that is not level sensitive?

1 Answers  


The interrupt response time is determined by?

1 Answers  


Categories