Computer Science, asked by saherrruu2226, 8 months ago

The sequence logic will not be used while __________________.
a) Accepting input from user
b) Giving output to the user
c) Comparing two sets of data

Answers

Answered by SomeOneThere
13

Answer:

a) accepting input from user

Explanation:

why?

Because at that time the program would wait for user to enter input and would not proceed forward so it is useless to program a sequence logic when obtaining user input

Answered by MotiSani
0

The correct answer is OPTION A: The sequence logic will not be used while accepting input from the user.

  • The output of a sequential logic circuit is determined not only by the present value of its input signals, but also by the sequence of prior inputs, or input history.
  • Combined logic's output, on the other hand, is solely a function of the current input.
  • Finite-state machines, which are a key component of all digital circuits, are created using sequential logic.
  • Almost all circuits in real digital devices use combinational and sequential logic.
Similar questions