Binary Counters and Registers

You are not logged in.

Please Log In for full access to this page.

Having utilized pre-packaged counter ICs, Module 2 challenges you to construct memory and counting circuits entirely from the ground up. You will delve into the mechanics of sequential logic, exploring the internal architecture of latches, D flip-flops, and shift registers. By understanding how circuits store data and synchronize with clock signals, you will design your own custom binary ripple counters. The module concludes with a challenging project where you will build a dynamically controlled, asynchronous Up/Down counter using discrete logic gates.

Exercise 2.0: Debouncing

Exercise 2.1: Basics of Latches

Exercise 2.2: Flip-Flops

Exercise 2.3: Binary Counters

Exercise 2.4: Register and Shift Registers

Project 2: Up/Down Counter