in Digital Logic retagged by
1,031 views
3 votes
3 votes

The output of a sequential circuit depends on 

  1. present inputs only
  2. past inputs only
  3. both present and past inputs
  4. present outputs only
in Digital Logic retagged by
by
1.0k views

2 Comments

both present and past inputs.
3
3
Option c is the correct option

In digital ckt,we have two types of ckt :
Combinational ckt where input depends on present state.
Sequential ckt where input depends on past n present state.
1
1

2 Answers

1 vote
1 vote
sequential circuits have memory. they can store the prev stage output and use in the current computation . you can think of scientific calculator where you can use current ans in the next computation , whereas in normal calculator there are no such options. hence the most appropriate option i think C.
1 vote
1 vote

Sequential circuit = Combinational Circuit + Memory Element .

The Memory Element is required for past output and based on that further actions will be taken without memory then that becomes simply Combinational circuit

So Sequential Circuit needs both Present Input and Past OutputOption C is correct.

Answer:

Related questions