edited by
4,258 views
3 votes
3 votes

The three outputs $x_1x_2x_3$ from the $8\times 3$ priority encoder are used to provide a vector address of the form $101x_1x_2x_300$. what is the second highest priority vector address in hexadecimal if the vector addresses are starting from the one with the highest priority?

  1. $BC$
  2. $A4$
  3. $BD$
  4. $AC$
edited by

3 Answers

Best answer
8 votes
8 votes
prirority encoder 8x3 gives equivalent bits for digits from 0-7

given vector address 101 x1 x2 x3 00

first highest priority 101 0 00 00  i.e A0 (since vector addresses are starting from the one with the highest priority x1=x2=x3=0)

second highest priority  1010 0100 i.e A4 (x1=x2=0,x3=1)

so ans will be  B
selected by
1 votes
1 votes
I think ans should be A8.

any comments....??
Answer:

Related questions

3 votes
3 votes
4 answers
3
go_editor asked Aug 9, 2016
8,719 views
What will be the output at $\text{PORT1 }$if the following program is executed?MVI B, 82H MOV A, B MOV C, A MVI D, 37H OUT PORT1 HLT$37H$$82H$$B9H$$00H$
1 votes
1 votes
3 answers
4