How do you detect if two 8-bit signals are same?
Answer Posted / 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 |
Post New Answer View All Answers
Explain the architecture of 8051 microcontroller ?
What are the control signals used by the 8085?
What is single stepping and how can it be achieved on the 8086?
How to detect a sequence of "1101" arriving serially from a signal line?
Describe the non-vectored interrupt process?
What is processor cycle (machine cycle)?
Explain with an example how parameters can be passed using registers.
Explain the two types of software?
How many bit microprocessor is the 8086 microprocessor?
Why memory width is not 16-bit? In stead of having 8-bit (same as 8085)?
Define psp and its structure?
Write a program that will store the contents of an accumulator and flag register at locations 2000h and 2001h.
How can interrupts be classified in the 8086?
How subroutine can be called from the main program and how the program returns from the subroutine?
How many interrupts are there in 8085?