Computer Science I / Combinational Circuit Design
Practice question · True or false

A combinational circuit can give different outputs for the same inputs, depending on what came before.

Hints
  1. What would it need to remember?
  2. No memory element, no history.
Show the answer

False

Why

False. With no storage element there is nothing to hold history, so the output is a pure function of the present inputs. Adding feedback through a latch is exactly what creates state and makes a circuit sequential: and that is the dividing line between the two families.

Read the lesson: Combinational Circuit Design →

Practise Combinational Circuit Design

The app has 8 more questions on this lesson, and keeps your place in the course. Computer Science I is free to start.

More questions on Combinational Circuit Design