Sequential logic - how computer "remembers"
16 Oct 2023 8 minute read 1 comment fmiren
Introduction Sequential logic is an important building block for finite state machines used in all digital circuitry. They are essential in understanding of how computer memory works, how data is stored and read in a computer. In this article we’ll l...