retagged by
1,048 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
retagged by

2 Answers

1 votes
1 votes
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 votes
1 votes

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

3 votes
3 votes
1 answer
1
admin asked Mar 31, 2020
2,478 views
In a ripple counter using edge triggered $JK$ flip-flops, the pulse input is applied to theclock input of all flip-flopsclock input of one flip-flop$J$ and $K$ inputs of ...
8 votes
8 votes
10 answers
2
admin asked Mar 31, 2020
2,350 views
Which of the following logic expression is incorrect?$1\oplus0=1$$1\oplus1\oplus0=1$$1\oplus1\oplus1=1$$1\oplus1=0$
3 votes
3 votes
3 answers
3
admin asked Mar 31, 2020
3,906 views
In which of the following adder circuits, the carry look ripple delay is eliminated?Half adderFull adderParallel adderCarry-look ahead adder
2 votes
2 votes
2 answers
4
admin asked Mar 31, 2020
3,963 views
A decimal number has $30$ digits. Approximately, how many digits would the binary representation have?$30$$60$$90$$120$