Circuits
Can you distinguish between combinational circuits and sequential circuits?
Design Verification Engineer
IBM
Intel
Panasonic
Philips
Qualcomm
Tesla
Answers
Anonymous
7 months ago
Combinational circuit :
1. Value is assigned immediately
2. Wire can be used and not reg.
3. Logic data type can be used
4. Mostly creates wires or latches
Sequential :
1. Always dependent on clock
2. Wire cannot be used
3. Reg/logic can be used
4. Creates flip-flops
Interview question asked to Design Verification Engineers interviewing at Bosch, Seagate Technology, Intel and others: Can you distinguish between combinational circuits and sequential circuits?.