in CO and Architecture edited by
4,207 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$
in CO and Architecture edited by
by
4.2k views

3 Answers

8 votes
8 votes
Best answer
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 vote
1 vote
1 0 1 X1 1 0 0 0
1 vote
1 vote
I think ans should be A8.

any comments....??

2 Comments

i also think the answer should be A8 because for highest priority x1x2x3=111
0
0
no.

highest priority is 000.

2nd highest is 001

...

...

lowest is 111
0
0
Answer:

Related questions