Binary values are actually represented as voltage levels

  • 0 : low
  • 1 : high

We also have thresholds for the circuit to register a binary state

  • the maximum bound for low
  • the minimum bound high
  • In between, they are undefined

In reality, circuits take time to transition from a state to another

  • - the rise time
  • - the fall time

It also takes time for a gate to register that something is happening we call that propagation delay

04.2 Dynamic Operation