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

What are the conditions under which the eu enter into the wait mode?

0 Answers  


What is baud rate?

0 Answers  


Why are program counter and stack pointer 16-bit registers?

6 Answers   College School Exams Tests, HCL,


Explain what is the difference between isr & function call?

0 Answers  


What are the data pins of microprocessors? What is their use?

0 Answers  






Explain two ways of converting a two input nand gate to an inverter?

0 Answers  


What is the difference between harvard architecture and von neumann architecture?

0 Answers  


How many memory locations can be addressed by a microprocessor with 14 address lines?

5 Answers   HCL, Paavai,


Explain xthl, daa, rc instructions.

0 Answers  


Does 8085 have serial i/o control?

0 Answers  


Indicate different machine cycles of 8085?

0 Answers  


In how many ways computer soft wares are categorized?

0 Answers  


Categories