2 2 votes In flip flops which of the following specifies the next state given the present state and inputs ? (A) Characteristic table B) Excitation table (C) Truth table D) State table Digital Logic + – Sanjay Sharma 4.8k views answer comment Share Follow Print See all 2 Comments 2 2 Comments reply Shaik Masthan commented Sep 5, 2018 reply Follow flag Characteristic Table :- Qn+1 = (Inputs,Qn) Truth Table :- Qn = ( Inputs ) Excitation Table :- (Inputs) = ( Qn+1, Qn) State Table :- state = (state,input) 2 2 replyShare Sanjay Sharma commented Sep 5, 2018 reply Follow flag hence ans is D 0 0 replyShare Please log in or register to add a comment.