Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 1

COMPUTER HARDWARE

ANSWERS
Q1a.
DIFFERENCE BETWEEN COMBINATIONAL AND SEQUENTIAL CIRCUIT.
COMBINATIONAL CIRCUIT SEQUENTIAL CIRCUIT
1. It requires no feedback for generating 1. Its output relies on both the previous
the next output because its output has feedback and the current input where
no dependence on the time instance. the output generated from the various
inputs gets transferred in the form of
feedback.
2. It generates an output by relying on the 2. The output doesn’t only rely on the
input it receives at that instant and it current input, it also relies on the previous
stays independent of time. ones.
3. Logic gates form the 3. Flip flops form the elementary/building
elementary/building blocks of a blocks of a sequential circuit.
combinational circuit.
4. It can be used for both Boolean and 4. It can be mainly used for storing data.
Arithmetic operation.
5. The input of only the current state is 5. The performance is very slow and also
required for a combinational circuit. comparatively lower. However, its
However, it performs much faster and dependency on the previous inputs makes
better comparison with the sequential the process much more complex.
circuit.

Q1b.

You might also like