edited by
3,718 views
1 votes
1 votes

The characteristic equation of a $\text{T}$ flip-flop is :

  1. $Q_{n+1}=T\overline Q_n+\overline T Q_n$
  2. $Q_{n+1}=T+Q_n$
  3. $Q_{n+1}=TQ_n$
  4. $Q_{n+1}=\overline T$$\overline Q_n$

The symbols used have the usual meaning.

edited by

2 Answers

0 votes
0 votes

in T flip flop if the input value is low (0) it remains in the previous state but if the input value is high(1) it basically changes the state (Toggle/complement) 

characteristic table of T flip flop:

 $T$ $Q_n$ $Q_{n+1}$
$0$ $0$ $0$
$0$ $1$ $1$
$1$ $0$ $1$
$1$ $1$ $0$

From the above table $Q_{n+1}=\bar TQ_n+T\bar Q_n$

or $Q_{n+1}=T\oplus Q_n$

Option $(A)$ is correct here.

edited by

Related questions

2 votes
2 votes
2 answers
1
go_editor asked Mar 27, 2020
901 views
Which of the following is not collision resolution technique?Hash addressingChainingBoth (A) and (B)Indexing
0 votes
0 votes
2 answers
2
go_editor asked Mar 27, 2020
3,822 views
Code optimization is responsibility of :Application programmerSystem programmerOperating systemAll of the above
0 votes
0 votes
3 answers
3
go_editor asked Mar 27, 2020
1,851 views
Which activity is included in the first pass of two pass assemblers?Build the symbol tableConstruct the intermediate codeSeparate mnemonic opcode and operand fieldsNone o...
0 votes
0 votes
1 answer
4
go_editor asked Mar 27, 2020
1,418 views
In two pass assembler the symbol table is used to store :Label and valueOnly valueMnemonicMemory Location