edited by
7,530 views
47 votes
47 votes

A line $L$ in a circuit is said to have a $stuck-at-0$ fault if the line permanently has a logic value $0$. Similarly a line $L$ in a circuit is said to have a $stuck-at-1$ fault if the line permanently has a logic value $1$. A circuit is said to have a multiple $stuck-at$ fault if one or more lines have stuck at faults. The total number of distinct multiple $stuck-at$ faults possible in a circuit with $N$ lines is 

  1. $3^N$
  2. $3^N - 1$
  3. $2^N - 1$
  4. $2$
edited by

2 Answers

Best answer
114 votes
114 votes

Answer should be ${3^N}-{1}$.

Explanation:

The total possible combinations (i.e., a line may either be at fault (in $2$ ways i.e stuck at fault $0$ or $1$) or it may not be, so there are only $3$ possibilities for a line ) is ${3^N}$.

In only one combination the circuit will have all lines to be correct (i.e not at fault.)

Hence ${3^N}-{1}$ (as it has been said that circuit is said to have multiple stuck up fault if one or more line is at fault)

edited by
3 votes
3 votes

In a line, there can be three possibilities :
1. Stuck-at 0 fault
2. Stuck-at 1 fault
3. No fault

Thus, total combinations = 3^N

It is mentioned that one or more lines have stuck at faults.
So, a case in which there is no fault in any line i.e. all lines are correct can not occur.
Total combinations = 3^N – 1

 
Thus, option (B) is correct.

Answer:

Related questions

23 votes
23 votes
4 answers
2